mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/19] Armada 370/XP NAND driver
 2015-11-20 19:36 UTC  (18+ messages)
` [PATCH v2 01/19] of: mtd: Import of_get_nand_ecc_{step_size, strength} from Linux
` [PATCH v2 02/19] mtd: nand: Clarify Marvell Orion Kconfig prompt
` [PATCH v2 03/19] arm: pxa: Prepare for NAND clkdev lookup on PXA3xx
` [PATCH v2 04/19] arm: pxa: Add clock for Zylonite NFC
` [PATCH v2 05/19] mtd: nand_mrvl_nfc: Use common clock for core clock
` [PATCH v2 06/19] arm: pxa: Remove pxa_get_nandclk()
` [PATCH v2 07/19] mtd: nand_mrvl_nfc: Clear OOB data with 0xff instead of 0x00
` [PATCH v2 08/19] mtd: nand_mrvl_nfc: Use Auto Read Status on program/erase
` [PATCH v2 09/19] mtd: nand_mrvl_nfc: Protect mrvl_nand_probe_dt
` [PATCH v2 10/19] mtd: nand_mrvl_nfc: Fix num-cs property parsing
` [PATCH v2 11/19] mtd: nand_mrvl_nfc: Get ecc parameters from DT
` [PATCH v2 12/19] mtd: nand_mrvl_nfc: Prepare for different HW ECC strengths
` [PATCH v2 13/19] mtd: nand_mrvl_nfc: Add hwflags to distinguish different HW versions
` [PATCH v2 14/19] mtd: nand_mrvl_nfc: Add support for 4bit BCH HW ECC
` [PATCH v2 15/19] mtd: nand_mrvl_nfc: Add support for 8bit "
` [PATCH v2 18/19] mtd: nand_mrvl_nfc: Add support for Marvell Armada 370/XP
` [PATCH v2 19/19] mtd: nand_mrvl_nfc: Add optimized timings for Samsung K9K8G08U

[PATCH] readline: Kconfig: fix typo
 2015-11-20 11:45 UTC 

[PATCH] state: make type check error verbose
 2015-11-20  9:03 UTC 

[PATCH] i2c: core: Add client I2C address to devinfo
 2015-11-20  7:51 UTC  (2+ messages)

bootm multi uimage from nand
 2015-11-20  7:41 UTC  (4+ messages)
` [PATCH 1/2] bootm: cleanup bootm_open_oftree
` [PATCH 2/2] bootm: get file type before bootm_open_os_uimage

[PATCH] net: eth: Remove ethaddr_param
 2015-11-20  7:28 UTC  (2+ messages)

[PATCH 00/17] Armada 370/XP NAND driver
 2015-11-20  7:18 UTC  (14+ messages)

[PATCH v2] Add support for Digi ConnectCore ccxmx53 board
 2015-11-20  4:16 UTC 

[PATCH 1/4] ARM: ccxmx53: Add support for Digi ccxmx53 board
 2015-11-20  3:42 UTC  (8+ messages)
` [PATCH 2/4] ARM: ccxmx53: Added memory detection
` [PATCH 3/4] ARM: ccxmx53: Add 512MB and 1GB boards
` [PATCH 4/4] ARM: ccxmx53: Formatting changes and remove un-used code

[PATCH v2] i2c: Add support for DesignWare controllers
 2015-11-19  7:59 UTC  (6+ messages)
` [PATCH] i2c-imx: Use xzalloc instead of kzalloc

[PATCH 0/2] add multiplexed I2C bus support
 2015-11-19  7:56 UTC  (4+ messages)
` [PATCH 1/2] i2c: import multiplexed I2C bus core support from linux kernel
` [PATCH 2/2] i2c: add pca954x bus multiplexer driver

[PATCH 1/4] mci: core: bus-width property should override driver default
 2015-11-19  7:52 UTC  (5+ messages)
` [PATCH 2/4] mci: dw_mmc: socfpga: Supply bus-width in platform_data
` [PATCH 3/4] mci: dw_mmc: Delete devname "
` [PATCH 4/4] mci: dw_mmc: Add support for high speed modes

[PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules
 2015-11-19  7:42 UTC  (3+ messages)
` [PATCH 2/2] ARM: mx6sx-sabresdb: set proper hostname

[RFC 0/2] add multiplexed I2C bus support
 2015-11-19  7:41 UTC  (4+ messages)
` [RFC 1/2] i2c: import multiplexed I2C bus core support from linux kernel
` [RFC 2/2] i2c: add pca954x bus multiplexer driver

[PATCH v2 1/3] net: fec: set phy reset time to 1ms
 2015-11-19  7:33 UTC  (5+ messages)
` [PATCH v2 2/3] net: fec: implement dtb property phy-reset-duration
` [PATCH v2 3/3] net: fec: fix indentation and whitspaces

[PATCH 3/3] Makefile: set -Wmissing-prototypes on all architechtures (was only on mips)
 2015-11-18  7:45 UTC  (3+ messages)

[PATCH 2/3] make_directory: fix warning: no previous prototype
 2015-11-18  7:31 UTC  (2+ messages)

[PATCH 1/3] crypto: crc32: fix warnings: no previous prototype for 'crc32', 'crc32_no_comp', 'file_crc'
 2015-11-18  7:30 UTC  (2+ messages)

[PATCH 1/3] net: fec: set phy reset time to 1ms
 2015-11-17 19:18 UTC  (7+ messages)
` [PATCH 2/3] net: fec: implement dtb property phy-reset-duration
        ` [PATCH 2/3] net: fec: implement dtb property phy-reset-durationy
` [PATCH 3/3] net: fec: fix indentation and whitspaces

loadb console cleanups
 2015-11-17 11:10 UTC  (6+ messages)
` [PATCH 1/5] loadb: Use local cdev
` [PATCH 2/5] loadb: deactivate console before using it for loadb
` [PATCH 3/5] console: Set baudrate during registration
` [PATCH 4/5] loadb: Allow to specify device to use
` [PATCH 5/5] loads: Use putchar rather than console_putc

Shell loop bug?
 2015-11-17 10:41 UTC  (2+ messages)

[PATCH] lib: readline support ctrl-l to clear screen
 2015-11-17  8:15 UTC  (3+ messages)

MCI bus-width host caps via device tree don't work properly for dw and imx
 2015-11-17  8:09 UTC  (6+ messages)

[PATCH] lib: readline support ctrl-l to clear screen
 2015-11-14 11:29 UTC 

[RFC 0/4] FIT Support
 2015-11-13 12:54 UTC  (4+ messages)

[PATCH] font: fbconsole: add custom font support
 2015-11-13  8:36 UTC  (2+ messages)

[PATCH] fbconsole: register fonts dynamically
 2015-11-13  8:18 UTC 

[PATCH] net: rtl8169: get rid of DMA_ADDRESS_BROKEN
 2015-11-13  7:55 UTC  (2+ messages)

[PATCH] wdog: imx-wd: watchdog cannot be disabled again
 2015-11-13  7:54 UTC  (2+ messages)

[PATCH] ARM: Fix bug in remap_range
 2015-11-13  7:53 UTC 

[PATCH] graphics_utils: check for valid framebuffer before creating a screen
 2015-11-13  7:37 UTC 

[PATCH] video: imx: quieten down VPL output
 2015-11-13  7:34 UTC  (2+ messages)

[PATCH] ARM: ventana: remove unneeded clock init in DCD
 2015-11-13  7:06 UTC  (2+ messages)

[PATCH] net: designware: Don't hang in reset with powered down phy
 2015-11-13  7:06 UTC  (5+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] docproc: drop unused utility
 2015-11-13  6:56 UTC  (2+ messages)

[PATCH] driver: watchdog: Add support for omap_wdt
 2015-11-13  6:55 UTC  (2+ messages)

[PATCH v2 0/3] MIPS: ath79: skip pbl lowlevel init if running from RAM
 2015-11-13  6:53 UTC  (5+ messages)
` [PATCH v2 1/3] MIPS: pbl: add pbl_blt macro
` [PATCH v2 2/3] MIPS: black-swift: skip pbl lowlevel init if running from RAM
` [PATCH v2 3/3] MIPS: tplink-mr3020: "

[PATCH 1/2] i2c: Create for_each_i2c_adapter()
 2015-11-11 16:05 UTC  (2+ messages)
` [PATCH 2/2] i2c_probe: Make command easier to work with

[PATCH] pbl: console: Use console_putc to output the carriage return
 2015-11-11 16:03 UTC 

[PATCH v2] defaultenv: boot/net: Boot initramfs from tftp if present
 2015-11-11 10:13 UTC 

[PATCH 0/3] MIPS: ath79: skip pbl lowlevel init if running from RAM
 2015-11-11  8:45 UTC  (7+ messages)
` [PATCH 1/3] MIPS: pbl: add pbl_blt macro
` [PATCH 2/3] MIPS: black-swift: skip pbl lowlevel init if running from RAM
` [PATCH 3/3] MIPS: tplink-mr3020: "

[PATCH] socfpga: Initialize emac physels to RGMII correctly
 2015-11-11  8:08 UTC  (2+ messages)

[PATCH] firmware: socfpga: Add parameter "programmed" to fpgamgr driver
 2015-11-11  7:50 UTC  (2+ messages)

[PATCH 0/4] MIPS: support return from exception; allow user to pass incorrect address to md command
 2015-11-11  7:40 UTC  (6+ messages)
` [PATCH 1/4] MIPS: traps.c: separate registers print stuff to show_regs()
` [PATCH 2/4] MIPS: avoid excessive exception
` [PATCH 3/4] MIPS: import exception registers restoring macros from linux kernel
` [PATCH 4/4] MIPS: allow user to pass incorrect address to md command

[PATCH v2] ARM: imx6dl: Add support for Phytec phyCORE-i.MX6 SOM
 2015-11-11  7:40 UTC  (2+ messages)

[PATCH] docproc: sync with linux-4.3 kernel
 2015-11-11  7:36 UTC  (4+ messages)

[PATCH] common: filetype: do not redetect MBR-type devices as a FAT-type
 2015-11-11  7:35 UTC  (7+ messages)

[PATCH 00/10] Rework towards phytec-som-imx6 and new variants
 2015-11-10  8:36 UTC  (14+ messages)
` [PATCH 02/10] boards: Add phytec-som-imx6
` [PATCH 04/10] ARM: phytec-som-imx6: update environment
` [PATCH 05/10] ARM: pfla02: append suffix 1bank
` [PATCH 06/10] ARM: imx6q: pfla02: Add support for 512MiB RAM on one bank
` [PATCH 07/10] ARM: imx6dl: pfla02: Add support for 128MB and 256MB RAM
` [PATCH 08/10] ARM: imx6q: pfla02: add phyFLEX-i.MX6 DualLite 1GiB on one bank
` [PATCH 09/10] ARM: imx6q: Add support for Phytec phyCORE-i.MX6 SOM
` [PATCH 10/10] ARM: imx6dl: "

[PATCH] ARM: i.mx53: Add support for Digi ConnectCore ccwmx53 SOM
 2015-11-10  7:53 UTC  (2+ messages)

[PATCH] mk-omap-image: make some locally used functions static
 2015-11-10  7:41 UTC  (2+ messages)

[PATCH] lib: font: fbconsole: add custom font support
 2015-11-09 10:59 UTC 

[PATCH] fbconsole: move font variable into struct font_desc
 2015-11-09  8:21 UTC  (3+ messages)

[PATCH Mütze] ARM: don't let the unwinder depend on exception handling
 2015-11-09  6:50 UTC 

[PATCH] usb: mx25: fix bit position of "Host power mask"
 2015-11-09  6:33 UTC  (2+ messages)

[PATCH 1/7] ARM: imx6: add MMDC arbitration control register define
 2015-11-09  6:32 UTC  (8+ messages)
` [PATCH 2/7] ARM: microsom: delete cargo-cult from Makefile
` [PATCH 3/7] ARM: microsom: change barebox image name for Hummingboard
` [PATCH 4/7] ARM: microsom: import DCD from SolidRun U-Boot
` [PATCH 5/7] ARM: microsom: add full set of module variants on Hummingboard
` [PATCH 6/7] ARM: microsom: make ETH work on production modules
` [PATCH 7/7] ARM: microsom: get MAC address from fuses

[PATCH] lib: fix coding style
 2015-11-09  6:20 UTC  (2+ messages)

[PATCH] fs: smhfs: Fix return value of truncate()
 2015-11-09  6:18 UTC  (2+ messages)

v2015.11.0
 2015-11-06 15:09 UTC 

page:  |  | latest

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