messages from 2014-10-10 15:17:59 to 2014-10-14 05:41:51 UTC [more...]
[U-Boot] [PATCH v4 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
2014-10-14 5:41 UTC (5+ messages)
` [U-Boot] [PATCH v4 01/29] sandbox: dts: Add a SPI device and cros_ec device
` [U-Boot] [PATCH v4 02/29] dm: core: Add functions for iterating through device children
` [U-Boot] [PATCH v4 03/29] dm: core: Allow parents to pass data to children during probe
` [U-Boot] [PATCH v4 04/29] dm: core: Add a clarifying comment on struct udevice's seq member
[U-Boot] [PATCH 0/6] Addition of new board Peach-Pi
2014-10-14 5:10 UTC
[U-Boot] [PATCH v8 0/12] Enable driver model for GPIOs on Tegra and Exynos
2014-10-14 5:04 UTC (3+ messages)
[U-Boot] dm: Should U-Boot driver model abandon platform data?
2014-10-14 4:50 UTC
[U-Boot] [PATCH 0/6] Addition of new board Peach-Pi
2014-10-14 4:22 UTC (2+ messages)
[U-Boot] [PATCH 0/4] Deep sleep patches for Freescale QorIQ platforms
2014-10-14 2:30 UTC (4+ messages)
[U-Boot] Broken target
2014-10-13 15:44 UTC (5+ messages)
[U-Boot] [PATCH 1/2] imx: mx6sl: Add IOMUX setting for USDHC1-3
2014-10-13 15:34 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] imx: mx6slevk: Add support for USDHC1 and USDHC3 slots
[U-Boot] [PATCH 1/2] mmc: fsl_esdhc: Update esdhc driver for iMX6SX
2014-10-13 14:30 UTC (2+ messages)
[U-Boot] [PATCH fix for v2014.10] sunxi: axp152: dcdc3 scale is 50mV / step
2014-10-13 13:02 UTC (3+ messages)
` [U-Boot] [PATCH fix for v2014.10] sunxi: axp152: dcdc3 scale is 50mV / step not 25mV "
[U-Boot] [PATCH v2] imx: mx6 sabreauto: Add board support for USB EHCI
2014-10-13 12:59 UTC (2+ messages)
[U-Boot] [PATCH 0/9] ARM: sunxi: Add Allwinner A23 (sun8i) support
2014-10-13 12:57 UTC (28+ messages)
` [U-Boot] [PATCH 1/9] ARM: sunxi: Fix build break when CONFIG_MMC is not defined
` [U-Boot] [PATCH 2/9] ARM: sunxi: Add sun8i (A23) UART0 pin mux support
` [U-Boot] [PATCH 3/9] ARM: sunxi: Add support for uart0 on port F (mmc0)
` [U-Boot] [PATCH 4/9] mmc: sunxi: Add support for sun8i (A23)
` [U-Boot] [PATCH 5/9] ARM: sunxi: Add basic A23 support
` [U-Boot] [PATCH 6/9] ARM: sunxi: Add support for R_PIO gpio banks
` [U-Boot] [PATCH 7/9] ARM: sunxi: Allow specifying module in prcm apb0 init function
` [U-Boot] [PATCH 8/9] ARM: sunxi: Add support for using R_UART as console
` [U-Boot] [PATCH 9/9] ARM: sunxi: Add Ippo-q8h-v5 A23 tablet board defconfig
[U-Boot] [PATCH] sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7i
2014-10-13 12:55 UTC
[U-Boot] [PATCH] Makefile: drop "tools-only" from no-dot-config-targets
2014-10-13 12:40 UTC
[U-Boot] [PATCH v4 1/1] Enable Android Fastboot support on am335x_evm board
2014-10-13 11:08 UTC
[U-Boot] [PATCH] imx: mx6 sabreauto: Add board support for USB EHCI
2014-10-13 11:03 UTC (4+ messages)
[U-Boot] [PATCH 2/2] imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3
2014-10-13 9:17 UTC
[U-Boot] [PATCH resend] kconfig: Fix compiler warning in menu.c
2014-10-13 9:01 UTC (6+ messages)
[U-Boot] [PATCH v2 1/2] net: Add a command to access the EEPROM from ethernet devices
2014-10-13 8:56 UTC (3+ messages)
[U-Boot] [PATCH v3 0/6] sunxi: Enable second sdcard slot found on some boards
2014-10-13 7:00 UTC (12+ messages)
` [U-Boot] [PATCH v3 1/6] sunxi: Add mmc card-detect functionality
` [U-Boot] [PATCH v3 2/6] sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig option
` [U-Boot] [PATCH v3 3/6] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting
` [U-Boot] [PATCH v3 4/6] sunxi: Use PG3 - PG8 as io-pins for mmc1
` [U-Boot] [PATCH v3 5/6] sunxi: Enable second sdcard slot found on some boards
` [U-Boot] [PATCH v3 6/6] sunxi: Kconfig: Unify sunxi Kconfig code
[U-Boot] [RFC PATCH 0/12] RFC: dm: Add I2C support
2014-10-13 5:39 UTC (13+ messages)
` [U-Boot] [RFC PATCH 01/12] dm: core: Allow access to the device's driver_id data
` [U-Boot] [RFC PATCH 02/12] dm: core: Add functions to find parent and OF data
` [U-Boot] [RFC PATCH 03/12] dm: i2c: Add a uclass for I2C
` [U-Boot] [RFC PATCH 04/12] dm: i2c: Implement driver model support in the i2c command
` [U-Boot] [RFC PATCH 05/12] dm: i2c: Add I2C emulation driver for sandbox
` [U-Boot] [RFC PATCH 06/12] dm: i2c: Add a sandbox I2C driver
` [U-Boot] [RFC PATCH 07/12] dm: i2c: Add an I2C EEPROM simulator
` [U-Boot] [RFC PATCH 08/12] dm: i2c: config: Enable I2C for sandbox using driver model
` [U-Boot] [RFC PATCH 09/12] dm: i2c: dts: Add an I2C bus for sandbox
` [U-Boot] [RFC PATCH 10/12] dm: WIP: EEPROM driver
` [U-Boot] [RFC PATCH 11/12] dm: i2c: Add tests for I2C
` [U-Boot] [RFC PATCH 12/12] dm: i2c: tegra: Convert to driver model for I2C for seaboard
[U-Boot] [PATCH] novena: Fix ethernet PHY reset sequence
2014-10-12 16:00 UTC (2+ messages)
[U-Boot] [RFC PATCH] genboardscfg.py: use Python2 from default path
2014-10-12 15:46 UTC (2+ messages)
[U-Boot] [SoCFPGA] next steps
2014-10-12 15:06 UTC (19+ messages)
` [U-Boot] Discussion topics / issues
[U-Boot] New discussion proposal for u-boot summit: "switch malloc to succeed or die model, as glib does"
2014-10-12 10:40 UTC (3+ messages)
[U-Boot] [PATCH v2 0/5] sunxi: Enable second sdcard slot found on some boards
2014-10-12 9:20 UTC (14+ messages)
` [U-Boot] [PATCH v2 1/5] sunxi: Add mmc card-detect functionality
` [U-Boot] [PATCH v2 2/5] sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig option
` [U-Boot] [PATCH v2 3/5] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting
` [U-Boot] [PATCH v2 4/5] sunxi: Use PG3 - PG8 as io-pins for mmc1
` [U-Boot] [PATCH v2 5/5] sunxi: Enable second sdcard slot found on some boards
[U-Boot] [PATCH V7] ARM: mx6: Add support for Kosagi Novena
2014-10-12 6:33 UTC (11+ messages)
[U-Boot] [PATCH 0/3] ARM: sunxi: Fix reset support on sun6i/sun8i
2014-10-12 2:40 UTC (8+ messages)
` [U-Boot] [PATCH 1/3] ARM: sunxi: Move watchdog register definitions to separate file
` [U-Boot] [PATCH 2/3] ARM: sunxi: Add sun6i/sun8i timer block register definition
` [U-Boot] [PATCH 3/3] ARM: sunxi: Fix reset command on sun6i/sun8i
[U-Boot] [PATCH v4] ARM: mxs: tools: Add support for boot progress display flag
2014-10-12 0:54 UTC (2+ messages)
[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master
2014-10-11 22:58 UTC (2+ messages)
[U-Boot] [PATCH] arm: mxs: Define bootscript env variable on m28evk
2014-10-11 22:00 UTC
[U-Boot] [PATCH 0/2] Introduce CONFIG_SUPPORT_SPL/TPL
2014-10-11 20:49 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL
[U-Boot] [PULL] u-boot-socfpga/topic/arm/socfpga-20141010
2014-10-11 19:22 UTC (4+ messages)
[U-Boot] [PATCH v3 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
2014-10-11 18:55 UTC (11+ messages)
` [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI
[U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support
2014-10-11 16:42 UTC (10+ messages)
` [U-Boot] [PATCH 02/10] arm: s3c24xx: Fix incorrect CONFIG_SYS_S3C2410_NAND_HWECC name
` [U-Boot] [PATCH 03/10] mtd: nand: s3c: Fix data type width in debug()
` [U-Boot] [PATCH 04/10] mtd: nand: s3c: Unify the register definition and naming
` [U-Boot] [PATCH 05/10] mtd: nand: s3c: Add S3C2440 specifics
` [U-Boot] [PATCH 06/10] mtd: nand: s3c: Add S3C2440 buffer reading
` [U-Boot] [PATCH 07/10] mtd: nand: s3c: Add missing correction and select_chip functions
` [U-Boot] [PATCH 08/10] i2c: s3c: Implant support for S3C2440
` [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver
` [U-Boot] [PATCH 10/10] net: smc911x: Keep MAC programmed
[U-Boot] [PATCH] cmd_sf: add handler for +len arg for all commands
2014-10-11 16:22 UTC (7+ messages)
[U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8
2014-10-11 16:04 UTC (7+ messages)
` [U-Boot] [PATCH 4/8] ARMv8: PSCI: Add linker section to hold PSCI code
[U-Boot] Pull request: u-boot-arm/master
2014-10-11 11:49 UTC (2+ messages)
[U-Boot] [PATCH] tools: compiler.h: Fix build on FreeBSD
2014-10-11 11:49 UTC (2+ messages)
[U-Boot] [PATCH 0/7] Add SD boot support for LS1021AQDS/TWR board
2014-10-11 11:30 UTC (10+ messages)
` [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board
[U-Boot] [PATCH 0/4] ARM: clean up declarations of public functions
2014-10-11 10:52 UTC (3+ messages)
` [U-Boot] [PATCH 1/4] ARM: prevent compiler warnings from bootm.c
[U-Boot] [PATCH 0/3] arm: add interrupt support
2014-10-11 10:47 UTC (4+ messages)
` [U-Boot] [PATCH v2 0/3] arm: fix exception handling
` [U-Boot] [PATCH v2 2/3] arm: relocate the exception vectors
[U-Boot] [PATCH V2] sf: Add support for flag status register on Micron chips
2014-10-11 6:40 UTC
[U-Boot] [PATCH V6] ARM: mx6: Add support for Kosagi Novena
2014-10-11 6:39 UTC (4+ messages)
[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
2014-10-10 23:18 UTC (5+ messages)
` [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass
[U-Boot] [PATCH] tegra: colibri_t30: clean-up spurious new line
2014-10-10 23:14 UTC (2+ messages)
[U-Boot] [PATCH] tegra: gpio: fix null label regression
2014-10-10 23:11 UTC (8+ messages)
[U-Boot] [PATCH 1/2] arm: socfpga: add MAINTAINERS entry
2014-10-10 22:53 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK
[U-Boot] [PATCH] tegra: apalis_t30: master revamp
2014-10-10 22:34 UTC
[U-Boot] [PATCH] doc: Fix comparison operator
2014-10-10 22:25 UTC
[U-Boot] [PATCH] tegra: dts: colibri_t30 add serial port details
2014-10-10 22:10 UTC
[U-Boot] [PATCH v2] ARM: tegra: Use mem size from MC in combination with get_ram_size()
2014-10-10 21:32 UTC
[U-Boot] [PATCH] arm, at91: add generic board support for the taurus and corvus board
2014-10-10 19:57 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] ARM: atmel: switch at91sam9263ek to generic board
2014-10-10 19:57 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/2] sama5d3xek: run PHY's config
2014-10-10 19:57 UTC (2+ messages)
` [U-Boot] [U-Boot,2/2] "
[U-Boot] [PATCH 1/2] macb: simplify gmac initialisation
2014-10-10 19:57 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] [U-boot] [Patch] ks2_evm: readme: align according to actual sources
2014-10-10 16:38 UTC (2+ messages)
` [U-Boot] [U-Boot, U-boot] "
[U-Boot] [U-boot] [Patch] configs:ks2_evm: update defconfigs to support SPL
2014-10-10 16:38 UTC (2+ messages)
` [U-Boot] [U-Boot, U-boot] "
[U-Boot] [PATCH fix for v2014.10] serial-uclass: Fix compilation error
2014-10-10 16:38 UTC (2+ messages)
[U-Boot] [PATCH] PATI: fix broken SPI access
2014-10-10 16:22 UTC (7+ messages)
[U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support
2014-10-10 16:13 UTC (3+ messages)
[U-Boot] [PATCH] tegra: clean-up useless define
2014-10-10 15:55 UTC (3+ messages)
[U-Boot] [PATCH] gpio: header file comment spelling fixes
2014-10-10 15:44 UTC (2+ messages)
[U-Boot] [PATCH] tegra: colibri_t30: asix usb ethernet reset regression
2014-10-10 15:19 UTC (2+ messages)
[U-Boot] [U-boot] [Patch 0/4] keystone2: ecc: add ddr3 error detection and correction support
2014-10-10 15:17 UTC (2+ messages)
` [U-Boot] [U-boot] [Patch 4/4] ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox