mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] fixes
 2012-12-08 16:58 UTC  (5+ messages)
` [PATCH 1/4] ARM startup: Ensure CR_A flag is cleared on architectures >= ARMv6
` [PATCH 2/4] ARM omap3: Call common_reset
` [PATCH 3/4] net phylib: Clear BMCR_PDOWN bit
` [PATCH 4/4] net phylib: Call phy_update_status when no link is present

[PATCH 1/2] phy: add phy_drivers_register
 2012-12-08 15:05 UTC  (3+ messages)
` [PATCH 2/2] phy: add smsc phy driver support

[PATCH 1/8] Cleanup Kconfig files
 2012-12-08 14:26 UTC  (9+ messages)
` [PATCH 2/8] Remove bad Kconfig reference to HAS_CFI
` [PATCH 3/8] Remove bad Kconfig reference to HAVE_MMU
` [PATCH 4/8] Remove bad Kconfig reference to HAVE_CLK
` [PATCH 5/8] Remove bad Kconfig reference to DISK_DRIVE
` [PATCH 6/8] Remove bad Kconfig reference to HAS_PCI
` [PATCH 7/8] Remove bad Kconfig reference to MTD_NAND
` [PATCH 8/8] Fix wrong Kconfig reference to ARCH_IMX31

[PATCH] fix GENERIC_PHY match nothing
 2012-12-08 12:38 UTC  (3+ messages)

[PATCH] let kbuild build foo/bar.o correctly
 2012-12-08 11:19 UTC  (3+ messages)

[PATCH] Cleanup Kconfig files
 2012-12-08 11:16 UTC  (4+ messages)

[PATCH v2] at91: reorder BOARDINFO alphabetically
 2012-12-08 11:01 UTC  (7+ messages)

[PATCH 1/2] mtd oob: do not register oob device for devices without oob
 2012-12-07 13:17 UTC  (7+ messages)
` [PATCH 2/2] mtd core: call driver write function with complete buffer
    ` [PATCH 1/1] mtd: nand: fix unaligned write support

about the dm9000 in mini2440
 2012-12-07 13:10 UTC  (11+ messages)

mdio_bus_match() bug
 2012-12-07 10:00 UTC 

[PATCH] clk: use the 'CLK_ALWAYS_ENABLED' flag for clk-fixed by default
 2012-12-07  9:29 UTC  (2+ messages)

v2012.12.0
 2012-12-07  7:49 UTC 

[RFC 0/2] clk: pass the 'flags' parameter to clk_fixed()
 2012-12-06 13:44 UTC  (4+ messages)
` [RFC 1/2] "
` [RFC 2/2] ARM: pass the 'flags'=0 "

[PATCH] at91: add_gpio_keys_device: fix missing conversion to DEVICE_ID_DYNAMIC
 2012-12-06 13:42 UTC  (2+ messages)

[PATCH] at91sam9260ek: fix BOARDINFO text
 2012-12-06 13:35 UTC  (2+ messages)

[PATCH] AHCI support
 2012-12-06 13:34 UTC  (10+ messages)
` [PATCH 1/9] ata: register disks as /dev/ata*
` [PATCH 2/9] ata: fix status flags
` [PATCH 3/9] ata: split ide sff suport to separate file
` [PATCH 4/9] ata: align ata command defines with kernel
` [PATCH 5/9] ata: Use dma_alloc for buffer
` [PATCH 6/9] ata: Add ahci support
` [PATCH 7/9] mfd: Add i.MX6 iomux gpr header file
` [PATCH 8/9] ata: Add i.MX AHCI driver
` [PATCH 9/9] ARM i.MX5: Add SATA support

[PATCH] i.MX (and one generic) clock patches
 2012-12-06 13:29 UTC  (7+ messages)
` [PATCH 1/6] ARM i.MX6: fix ethernet PLL rate
` [PATCH 2/6] ARM i.MX6: rename PLLs according to datasheet
` [PATCH 3/6] clk: Add clk table based divider support
` [PATCH 4/6] ARM i.MX6 pllv3: Do not use delay functions
` [PATCH 5/6] ARM i.MX6 clk: remove gate_mask from pllv3
` [PATCH 6/6] ARM i.MX6: Add sata device

[PATCH] at91: reorder BOARDINFO alphabetically
 2012-12-06 10:30 UTC 

[PATCH] mtd: nand: mxs: reset BCH earlier to avoid NAND startup problems
 2012-12-06  7:43 UTC  (6+ messages)
      ` [PATCH V2] mtd: nand: mxs: reset BCH earlier, too, "

[PATCH 1/5] mci: Add STUFF_BITS and use it
 2012-12-05 19:02 UTC  (2+ messages)

[PATCH] Define and use OMAP4 GPIO macros rather than magic constants
 2012-12-05 18:55 UTC  (2+ messages)

[PATCH] net: phy: micrel: fix typo in driver name
 2012-12-05 18:54 UTC  (2+ messages)

[PATCH] mach-omap/Kconfig: Some spelling fixes and indentation
 2012-12-05 18:52 UTC  (2+ messages)

[PATCH] Remove old, inaccurate "FileName:" cruft from ARM files
 2012-12-05 18:52 UTC  (3+ messages)

[PATCH 1/1] at91: fix debug_ll
 2012-12-05 18:49 UTC  (2+ messages)

[PATCH] mxs: tx28: fix NAND usage
 2012-12-05 18:33 UTC  (2+ messages)

[PATCH 1/2] ARM: added Kconfig option for -mno-unaligned compiler flag
 2012-12-05 14:43 UTC  (8+ messages)
` [PATCH 2/2] OMAP: disable unaligned access when building the IFT

what is the rationale for funny "0x100" offset for OMAP4 GPIO addresses?
 2012-12-05 14:11 UTC  (5+ messages)

[PATCH 00/18] UBIFS support
 2012-12-05 11:47 UTC  (24+ messages)
` [PATCH 01/18] fs/fs.c: check that fsdev->cdev->dev is not NULL
` [PATCH 02/18] UBIFS: preparation
` [PATCH 03/18] UBIFS: header files (1/2)
` [PATCH 04/18] UBIFS: header files (2/2)
` [PATCH 05/18] UBIFS: file operations
` [PATCH 06/18] UBIFS: initialization
` [PATCH 07/18] UBIFS: journal
` [PATCH 08/18] UBIFS: I/O subsystem
` [PATCH 09/18] UBIFS: LEB support
` [PATCH 10/18] UBIFS: master node
` [PATCH 11/18] UBIFS: recovery
` [PATCH 12/18] UBIFS: tree node cache
` [PATCH 13/18] UBIFS: superblock
` [PATCH 14/18] UBIFS: scan
` [PATCH 15/18] UBIFS: configuration and build directives
` [PATCH 16/18] ubifs bad superblock bug
` [PATCH 17/18] UBIFS: Improve error message when reading superblock failed
` [PATCH 18/18] ubifs: Fix memory leak in ubifs_finddir

[PATCH] mxs: get_fecclk is hclk, not a constant
 2012-12-05 11:41 UTC  (2+ messages)

[PATCH] ARM: give more detailed information about data aborts
 2012-12-05 11:35 UTC  (4+ messages)

[PATCH] password: fixed underflow on <backspace>
 2012-12-05  9:38 UTC  (2+ messages)

[PATCH] OMAP3: Replace magic GPIO numbers in omap3_generic.c with macros
 2012-12-05  9:37 UTC  (2+ messages)

[PATCH] OMAP4: removed __packed__ annotation from pad_conf_entry
 2012-12-05  7:39 UTC  (2+ messages)

Howto known uncompressed length when uncompress_fd_to_buf
 2012-12-04 23:13 UTC  (6+ messages)

[PATCH] net: phy: mdio_bus: fix inverted logic in mdio_bus_match
 2012-12-04 21:11 UTC  (2+ messages)

lots of inaccurate references to "FileName: include/asm-arm ..."
 2012-12-04 21:03 UTC  (8+ messages)

confused about "__PBL__" macro and whether it's actually used
 2012-12-04 16:56 UTC  (3+ messages)

how does one enable barebox's low-level debugging?
 2012-12-04 16:33 UTC  (6+ messages)

apparent inconsistency in barebox doc content
 2012-12-04 12:13 UTC 

what meaning of command function return val
 2012-12-04  7:42 UTC  (2+ messages)

Nova CPE Krazer Sky Station 5GHz N - CPE Antena Integrada de 18dBi e Com Saída para Antena Externa
 2012-12-03 23:34 UTC 

barebox initcalls for a beagle xM
 2012-12-03 19:21 UTC 

[PATCH] USB ulpi: pass return value
 2012-12-03 19:09 UTC 

[PATCH] ARM i.MX bbu: Fix wrong buffer free
 2012-12-03 19:05 UTC 

should i expect trying to mount a cramfs fs to give me a segmentation fault?
 2012-12-03 12:51 UTC  (3+ messages)

how does barebox deal with more than one environment?
 2012-12-03 12:48 UTC  (4+ messages)

suddenly, i can't boot barebox on my beagle xM anymore
 2012-12-03 12:02 UTC  (8+ messages)

[PATCH 1/2] ata: Add i.MX PATA driver support
 2012-12-03 10:36 UTC  (2+ messages)
` [PATCH 2/2] ARM i.MX: Add i.MX51 PATA device support

[PATCH] ext4 filesystem support
 2012-12-03 10:27 UTC  (5+ messages)
` [PATCH 1/4] ls command: call stat() only when necessary
` [PATCH 2/4] filetype: Pass bufsize
` [PATCH 3/4] add ext fs detection support
` [PATCH 4/4] fs: implement initial ext4 support from U-Boot

[PATCH] correct simple typo, "plarform_init"
 2012-12-03 10:14 UTC  (2+ messages)

[PATCH] at25: use dev_lseek_default as at24 does
 2012-12-03 10:02 UTC  (2+ messages)

[PATCH] Makefile: move ctags and cscope support to a shell script
 2012-12-03 10:02 UTC  (2+ messages)

kbuild can't build foo/xxx.o
 2012-12-03 10:00 UTC  (2+ messages)

[PATCH 0/2] clk: add always enabled clocks
 2012-12-03  9:49 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox