public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-10-17 17:39:01 to 2014-10-21 02:23:20 UTC [more...]

[U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model
 2014-10-21  2:23 UTC  (5+ messages)

[U-Boot] [PATCH 01/11] fdt: Allow ft_board_setup() to report failure
 2014-10-21  1:51 UTC  (17+ messages)
` [U-Boot] [PATCH 02/11] fdt: Report failure of ft_board_setup()
` [U-Boot] [PATCH 03/11] fdt: Export the fdt_find_or_add_subnode() function
` [U-Boot] [PATCH 05/11] fdt: Use the correct return types for fdtdec_decode_region()
` [U-Boot] [PATCH 06/11] fdt: Enhance flashmap function to deal with region properties
` [U-Boot] [PATCH 07/11] fdt: Tidy up error handling in image_setup_libfdt()
` [U-Boot] [PATCH 08/11] fdt: Add ft_system_setup() function for system device tree additions
` [U-Boot] [PATCH 09/11] fdt: Change fdt_pack_reg() to static and fix types

[U-Boot] [PATCH v10 0/12] Enable driver model for GPIOs on Tegra and Exynos
 2014-10-21  1:48 UTC  (13+ messages)
` [U-Boot] [PATCH v10 01/12] dm: exynos: dts: Convert /include/ to #include
` [U-Boot] [PATCH v10 02/12] dm: exynos: Bring in pinctrl dts files from Linux kernel
` [U-Boot] [PATCH v10 03/12] dm: exynos: dts: Remove unused pinctrl information to save space
` [U-Boot] [PATCH v10 04/12] dm: exynos: dts: Adjust device tree files for U-Boot
` [U-Boot] [PATCH v10 05/12] dm: exynos: Add pinctrl settings for smdkc100
` [U-Boot] [PATCH v10 06/12] dm: exynos: Add pinctrl settings for s5p_goni
` [U-Boot] [PATCH v10 07/12] dm: exynos: Move smdkc100 to generic board
` [U-Boot] [PATCH v10 08/12] dm: exynos: Move s5p_goni "
` [U-Boot] [PATCH v10 09/12] dm: exynos: Tidy up GPIO headers
` [U-Boot] [PATCH v10 10/12] dm: exynos: Tidy up GPIO defines
` [U-Boot] [PATCH v10 11/12] dm: exynos: Make sure that GPIOs are requested
` [U-Boot] [PATCH v10 12/12] dm: exynos: gpio: Convert to driver model

[U-Boot] [PATCH] common/cmd_io.c: Fix incorrect help for iod/iow
 2014-10-21  1:34 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] DM9000 support for multiple interfaces
 2014-10-20 23:47 UTC  (13+ messages)
` [U-Boot] [PATCH 1/3] dm9000: mark dump_regs() function as unused
` [U-Boot] [PATCH 2/3] dm9000: Add struct eth_device * to SROM functions
` [U-Boot] [PATCH 3/3] dm9000: rework dm9000 to support multiple devices
` [U-Boot] [PATCH 3/3 V2] "

[U-Boot] [RFC] net/e1000: Fix EEPROM access error
 2014-10-20 23:28 UTC  (3+ messages)

[U-Boot] [PATCH] image: Fix Android boot image support
 2014-10-20 21:42 UTC  (5+ messages)

[U-Boot] [PATCH][v4] ls102x: configs - Add hash command in freescale LS1 platforms
 2014-10-20 21:33 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2014-10-20 21:29 UTC 

[U-Boot] Pull request: u-boot-video/master
 2014-10-20 21:15 UTC 

[U-Boot] [PATCH 0/3] arm: add interrupt support
 2014-10-20 21:08 UTC  (7+ 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] checkpatch: Add a check for forbidden tags in the git log
 2014-10-20 20:27 UTC  (2+ messages)

[U-Boot] [RFC][PATCH 00/25] eeprom: Cleanup and support for multiple i2c busses
 2014-10-20 19:08 UTC  (32+ messages)
` [U-Boot] [PATCH 01/25] ppc: Zap ICU862 board
` [U-Boot] [PATCH 02/25] ppc: Zap MHPC board
` [U-Boot] [PATCH 03/25] ppc: Zap Hymod board
` [U-Boot] [PATCH 04/25] ppc: Zap HWW1U1A board
` [U-Boot] [PATCH 05/25] ppc: Zap IDS8247 board
` [U-Boot] [PATCH 06/25] ppc: Zap TQM8260 board
` [U-Boot] [PATCH 07/25] ppc: Zap TQM8272 board
` [U-Boot] [PATCH 08/25] arm: Zap tricorder-eeprom
` [U-Boot] [PATCH 09/25] eeprom: Shuffle code around
` [U-Boot] [PATCH 10/25] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
` [U-Boot] [PATCH 11/25] eeprom: Zap CONFIG_SYS_EEPROM_X40430
` [U-Boot] [PATCH 12/25] eeprom: Zap eeprom_probe()
` [U-Boot] [PATCH 13/25] eeprom: Zap CONFIG_SPI_X
` [U-Boot] [PATCH 14/25] eeprom: Pull out the I/O code
` [U-Boot] [PATCH 15/25] eeprom: Pull out address computation
` [U-Boot] [PATCH 16/25] eeprom: Make eeprom_write_enable() weak
` [U-Boot] [PATCH 17/25] eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
` [U-Boot] [PATCH 18/25] eeprom: Suck the ifdef into eeprom_init()
` [U-Boot] [PATCH 19/25] eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
` [U-Boot] [PATCH 20/25] eeprom: Pull out transfer length computation
` [U-Boot] [PATCH 21/25] eeprom: Pull out the RW loop
` [U-Boot] [PATCH 22/25] eeprom: Cultivate the ifdef mess
` [U-Boot] [PATCH 23/25] eeprom: Add bus argument to eeprom_init()
` [U-Boot] [PATCH 24/25] eeprom: Add support for selecting i2c bus
` [U-Boot] [PATCH 25/25] eeprom: Clean up checkpatch issues

[U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard
 2014-10-20 19:01 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] arm: odroid: pmic77686: allow bucket voltage settings
 2014-10-20 17:52 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] arm: odroid: enable/disable usb host phy for exynos4412
` [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

[U-Boot] [PATCH 1/7] spi: altera: Use struct-based register access
 2014-10-20 17:27 UTC  (15+ messages)
` [U-Boot] [PATCH 2/7] spi: altera: Clean up bit definitions
` [U-Boot] [PATCH 3/7] spi: altera: Clean up most checkpatch issues
` [U-Boot] [PATCH 4/7] spi: altera: Zap endless loop
` [U-Boot] [PATCH 5/7] spi: altera: Clean up the use of variable d
` [U-Boot] [PATCH 6/7] spi: altera: Add short note about EPCS/EPCQx1
` [U-Boot] [PATCH 7/7] spi: altera: Move the config options to the top

[U-Boot] [PATCH v9 0/12] Enable driver model for GPIOs on Tegra and Exynos
 2014-10-20 17:26 UTC  (11+ messages)
` [U-Boot] [PATCH v9 04/12] dm: exynos: dts: Adjust device tree files for U-Boot
` [U-Boot] [PATCH v9 12/12] dm: exynos: gpio: Convert to driver model

[U-Boot] [U-boot] [Patch v4 0/6] keystone2: add k2l SoC and k2l_evm board support
 2014-10-20 15:55 UTC  (8+ messages)
` [U-Boot] [U-boot] [Patch v4 2/6] keystone2: clock: add K2L clock definitions and commands
` [U-Boot] [U-boot] [Patch v4 3/6] keystone2: msmc: add MSMC cache coherency support for K2L SOC

[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
 2014-10-20 15:51 UTC  (11+ messages)
` [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass
` [U-Boot] [PATCH 06/19] dm: common: board_r: add call and weak of power_init_dm()

[U-Boot] puts() and newlines (was Re: Discussion topics / issues)
 2014-10-20 15:51 UTC  (2+ messages)

[U-Boot] [PATCH] arm: tegra: use architecture specific memcpy
 2014-10-20 15:29 UTC  (3+ messages)

[U-Boot] [PATCH 0/14] dm: omap: Provide access to driver model for am335x, and move boards
 2014-10-20 15:13 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: Add I2C support to SoCFPGA
 2014-10-20 14:46 UTC  (2+ messages)

[U-Boot] [PATCH 2/2][v2] powerpc/t2080qds: fix for 1000BASE-KX
 2014-10-20 11:51 UTC 

[U-Boot] [PATCH 1/2][v2] powerpc/t2080qds: fixup dtb for 10g-kr
 2014-10-20 11:48 UTC 

[U-Boot] [PATCH] ARM: UniPhier: make pinmon command optional
 2014-10-20 11:45 UTC 

[U-Boot] [PATCH 2/3][v2] drivers: usb: Make usb device-tree fixup code architecture independent
 2014-10-20 11:20 UTC 

[U-Boot] [PATCH] config: MPC837X : Add complete USB EHCI support
 2014-10-20 11:01 UTC 

[U-Boot] Mini Summit 2014 Followup / Transcript of Open Discussion
 2014-10-20 10:51 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] ls102xa: HYP/non-sec: for ls102xa
 2014-10-20  9:00 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/5] ARM: HYP/non-sec: add the pen address BE mode support
` [U-Boot] [PATCH v3 2/5] ARM: HYP/non-sec: Fix the ARCH Timer frequency setting
` [U-Boot] [PATCH v3 3/5] ls102xa: HYP/non-sec: support for ls102xa boards
` [U-Boot] [PATCH v3 4/5] ARM: ls102xa: allow all the peripheral access permissions as R/W
` [U-Boot] [PATCH v3 5/5] ARM: ls102xa: Setting device's stream id for SMMUs

[U-Boot] [PATCH v4 0/2] Introduce CONFIG_SUPPORT_SPL/TPL
 2014-10-20  8:45 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] kconfig: add CONFIG_SUPPORT_SPL
` [U-Boot] [PATCH v4 2/2] kconfig: add CONFIG_SUPPORT_TPL

[U-Boot] [PATCH v2] powerpc/t4rdb: Add support of CPLD
 2014-10-20  8:03 UTC 

[U-Boot] [PATCH] arm: socfpga: Zap spl.h and ad-hoc related syms
 2014-10-20  7:38 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Move code from misc_init_r() to arch_early_init_r()
 2014-10-20  7:31 UTC  (2+ messages)

[U-Boot] [PATCH] usb: dwc2: Add driver for Synopsis DWC2 USB IP block
 2014-10-20  7:30 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/6] x86: Enable FIT images on x86
 2014-10-20  3:11 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] x86: Enable LMB and RAMDISK_HIGH by default
` [U-Boot] [PATCH v3 2/6] x86: Rewrite bootm.c to make it similar to ARM
` [U-Boot] [PATCH v3 3/6] x86: Allow cmdline setup in setup_zimage() to be optional
` [U-Boot] [PATCH v3 4/6] sandbox: bootm: Don't fail the architecture check
` [U-Boot] [PATCH v3 5/6] doc: Tidy up and update part of the FIT documentation
` [U-Boot] [PATCH v3 6/6] x86: Support loading kernel setup from a FIT

[U-Boot] [PATCH] generic-board: make compile-time noise for non-generic boards
 2014-10-19 23:19 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/4] i2c: mxs: Consolidate hard-coded bus address
 2014-10-19 22:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] i2c: mxs: Add basic support for i2c framework
` [U-Boot] [PATCH 3/4] i2c: mxs: Pass the i2c_adapter around
` [U-Boot] [PATCH 4/4] i2c: mxs: Add support for I2C 1 on i.MX28

[U-Boot] [SoCFPGA] next steps
 2014-10-19 21:19 UTC  (3+ messages)

[U-Boot] tps65910x I2C RTC driver
 2014-10-19 13:52 UTC 

[U-Boot] [PATCH] Kconfig: Add EXPERT option
 2014-10-18 17:00 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] arm: mx6: add support for TBS2910 Matrix ARM miniPC
 2014-10-18 11:13 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] video: speedup writing strings to fb console

[U-Boot] [PATCH 2/2] ARM: sheevaplug: fix ENV offset and MTDPARTS
 2014-10-18  7:50 UTC 

[U-Boot] [PATCH 1/1] ARM: sheevaplug: add LIBFDT support
 2014-10-18  7:17 UTC 

[U-Boot] [PATCH v2 0/6] Addition of new board Peach-Pi
 2014-10-18  3:55 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/3] net: Add a command to manipulate ethernet devices
 2014-10-17 20:12 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/3] net: Add a command to access the EEPROM from "

[U-Boot] [PATCH v1 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB in ls and size commands
 2014-10-17 19:44 UTC  (6+ messages)

[U-Boot] [U-boot] [Patch v2 0/4] keystone2: ecc: add ddr3 error detection and correction support
 2014-10-17 19:13 UTC  (2+ messages)

[U-Boot] [U-boot] [Patch v2 0/6] keystone2: add network support for K2E SoC and EVM
 2014-10-17 19:10 UTC  (8+ messages)
` [U-Boot] [U-boot] [Patch v2 1/6] ARM: keystone2: keysonte_nav: add support for K2E SoC
` [U-Boot] [U-boot] [Patch v2 2/6] net: keystone_serdes: add keystone K2E SoC support
` [U-Boot] [U-boot] [Patch v2 3/6] net: keystone_net: add Keystone2 "
` [U-Boot] [U-boot] [Patch v2 4/6] net: keystone_net: increase PHY auto negotiate time
` [U-Boot] [U-boot] [Patch v2 5/6] ARM: keystone: clock: add support for K2E SoCs
` [U-Boot] [U-boot] [Patch v2 6/6] board: k2e_evm: add network support

[U-Boot] [PATCH v1 1/2] odroid: pmic77686: allow bucket voltage settings
 2014-10-17 19:10 UTC  (4+ messages)
` [U-Boot] [PATCH v1 2/2] odroid: usb: add support for usb host including ethernet

[U-Boot] [U-boot] [Patch v2 0/5] keystone_net: use MDIO bus and eth PHY frameworks
 2014-10-17 19:06 UTC  (7+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: use mdio_reset function
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: register MDIO bus
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: register eth PHYs on "
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: use general get link function

[U-Boot] [U-boot] [Patch v3 0/5] keystone2: serdes: add seredes driver
 2014-10-17 19:01 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch v3 3/5] soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations
` [U-Boot] [U-boot] [Patch v3 4/5] soc: keystone_serdes: generalize to be used by other sub systems
` [U-Boot] [U-boot] [Patch v3 5/5] soc: keystone_serdes: generalize configuration mechanism

[U-Boot] [PATCH v2 2/2] x86: Fix GDT limit in start16.S
 2014-10-17 17:57 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] x86: Fix rom version build with CONFIG_X86_RESET_VECTOR
 2014-10-17 17:56 UTC  (2+ messages)


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