public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-16 02:27:30 to 2015-07-17 23:57:51 UTC [more...]

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-07-17 23:57 UTC  (83+ messages)
` [U-Boot] [PATCH v3 01/54] Add a dhrystone benchmark command
` [U-Boot] [PATCH v3 02/54] sandbox: Enable dhry command
` [U-Boot] [PATCH v3 03/54] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v3 04/54] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v3 06/54] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
` [U-Boot] [PATCH v3 09/54] Add a way of checking the position of a structure member
` [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage
` [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console
` [U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code
` [U-Boot] [PATCH v3 13/54] dm: Move the tree/uclass dump code into its own file
` [U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
` [U-Boot] [PATCH v3 15/54] dm: core: Add a function to find any device from device tree
` [U-Boot] [PATCH v3 16/54] dm: core: Correct device_get_child_by_of_offset() parameter
` [U-Boot] [PATCH v3 17/54] dm: gpio: Allow GPIO uclass to be used in SPL
` [U-Boot] [PATCH v3 18/54] dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
` [U-Boot] [PATCH v3 19/54] dm: gpio: Add dm_gpio_request() to manually request a GPIO
` [U-Boot] [PATCH v3 20/54] dm: Add support for register maps (regmap)
` [U-Boot] [PATCH v3 21/54] dm: Add support for generic system controllers (syscon)
` [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs
` [U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs
` [U-Boot] [PATCH v3 25/54] spl: Add debugging info for spl_mmc boot
` [U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
` [U-Boot] [PATCH v3 28/54] mmc: Add debug() output on read errors
` [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL
` [U-Boot] [PATCH v3 30/54] mmc: Add structure comments for dwmmc
` [U-Boot] [PATCH v3 34/54] dm: power: Avoid case-insensitve match for child names
` [U-Boot] [PATCH v3 35/54] dm: power: Add regulator flags to centralise auto-set logic
` [U-Boot] [PATCH v3 36/54] dm: pmic: Split output from function
` [U-Boot] [PATCH v3 37/54] dm: power: Add a function to set up all regulators
` [U-Boot] [PATCH v3 38/54] dm: power: Use debug() for errors in regulator uclass
` [U-Boot] [PATCH v3 39/54] dm: pmic: Add functions to adjust PMIC registers
` [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL
` [U-Boot] [PATCH v3 41/54] Drop CONFIG_ERRNO_STR from SPL
` [U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
` [U-Boot] [PATCH v3 43/54] dm: spi: Make local functions static

[U-Boot] [PATCH v2 0/4] lpc32xx: devkit3250 board update
 2015-07-17 23:55 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/4] spl: nand: simple: replace readb() with chip specific read_buf()
` [U-Boot] [PATCH v2 2/4] nand: lpc32xx: add SLC NAND controller support
    ` [U-Boot] [PATCH v3 "
` [U-Boot] [PATCH v2 3/4] lpc32xx: devkit3250: update of board configuration
` [U-Boot] [PATCH v2 4/4] lpc32xx: devkit3250: add spl build support

[U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver
 2015-07-17 23:46 UTC  (6+ messages)

[U-Boot] [PATCH 3/3] usb: lpc32xx: add host USB driver
 2015-07-17 22:52 UTC  (3+ messages)

[U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)
 2015-07-17 22:13 UTC 

[U-Boot] [PATCH 0/3] lpc32xx: add legacy NXP BSP drivers
 2015-07-17 22:09 UTC  (2+ messages)

[U-Boot] U-Boot porting on Android Emulator
 2015-07-17 21:40 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/5] Add support for Thumb-1 builds
 2015-07-17 20:50 UTC  (6+ messages)
` [U-Boot] [PATCH v5 1/5] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v5 2/5] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v5 3/5] kirkwood: support CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v5 4/5] openrd: switch to CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v5 5/5] tricorder: "

[U-Boot] [PATCH 2/3] dma: lpc32xx: add DMA driver
 2015-07-17 20:48 UTC 

[U-Boot] [PATCH V2 0/4] configs: make keystone2 config to start using arm_v7_common header
 2015-07-17 20:41 UTC  (18+ messages)
` [U-Boot] [PATCH V2 1/4] configs: split ti_armv7_common into a omap generic header
` [U-Boot] [PATCH V2 2/4] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
` [U-Boot] [PATCH V2 3/4] configs: rename ks2_evm into ti_armv7_keystone2
` [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
 2015-07-17 20:22 UTC  (6+ messages)

[U-Boot] [PATCH 0/8] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-07-17 19:40 UTC  (23+ messages)
` [U-Boot] [PATCH 1/8] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH 2/8] net: tftp: Move tftp.h file from ./net to ./include
` [U-Boot] [PATCH 4/8] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH 5/8] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH 6/8] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH 7/8] dfu: command: Provide support for 'dfutftp' command to handle receiving data via TFTP

[U-Boot] [PATCH 01/11][v2] imx: imximage: add new CHECK/CLR BIT command
 2015-07-17 17:09 UTC  (11+ messages)
` [U-Boot] [PATCH 02/11] imx: power: add pmic pfuze300 support
` [U-Boot] [PATCH 03/11] imx: usb: ehci-mx7 add usb driver for i.MX7D
` [U-Boot] [PATCH 08/11] imx: mx7 dm thermal driver support
` [U-Boot] [PATCH 11/11] imx: mx7dsabresd: Add support for MX7D SABRESD board

[U-Boot] [PATCH] image: fix Android ramdisk support when dtb is specified
 2015-07-17 15:57 UTC 

[U-Boot] [PATCH] dm: Make regmap and syscon optional
 2015-07-17 15:22 UTC 

[U-Boot] bf526-ezbrd size limit
 2015-07-17 15:11 UTC 

[U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support
 2015-07-17 14:39 UTC  (14+ messages)
` [U-Boot] [PATCH 1/4] sunxi: nand: Add basic sunxi NAND driver with DMA support
` [U-Boot] [PATCH 2/4] sunxi: nand: Add board configuration options
` [U-Boot] [PATCH 3/4] sunxi: nand: Add a20_nandread command to load image from NAND in SPL
` [U-Boot] [PATCH 4/4] sunxi: nand: Add information to sunxi that it was run "

[U-Boot] Panda revision detection
 2015-07-17 14:35 UTC 

[U-Boot] [PATCH] arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit
 2015-07-17 14:35 UTC  (7+ messages)

[U-Boot] [RFC] am33xx: add 600us wait in DDR3 initialization sequence
 2015-07-17 13:55 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] Add UniPhier GPIO driver support
 2015-07-17 12:15 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] gpio: UniPhier: add driver for UniPhier GPIO controller
` [U-Boot] [PATCH v2 2/4] gpio: do not include <asm/arch/gpio.h> for UniPhier
` [U-Boot] [PATCH v2 3/4] ARM: UniPhier: enable UniPhier GPIO driver
` [U-Boot] [PATCH v2 4/4] ARM: dts: UniPhier: add GPIO controller nodes

[U-Boot] [PATCH v2] Kill unneeded #include <linux/kconfig.h>
 2015-07-17 11:30 UTC 

[U-Boot] [PATCH] zynq: enable CONFIG_NET_RANDOM_ETHADDR
 2015-07-17 11:26 UTC 

[U-Boot] Trouble with mmc 1 on exynos snow chromebook
 2015-07-17 10:38 UTC  (2+ messages)

[U-Boot] ext4 symlink failed
 2015-07-17  9:43 UTC 

[U-Boot] [PATCH] arm: ls1021atwr: program the regulator for deep sleep
 2015-07-17  9:13 UTC  (2+ messages)

[U-Boot] [PATCH] Kill unneeded #include <linux/kconfig.h>
 2015-07-17  9:05 UTC  (2+ messages)

[U-Boot] [PATCH] ls1021atwr: added deep sleep support in uboot
 2015-07-17  9:02 UTC  (2+ messages)

[U-Boot] am33xx: Drop timer_init call from s_init - udelay is wrong at ddr configuration
 2015-07-17  7:47 UTC 

[U-Boot] [ANN] git server, FTP server
 2015-07-17  5:29 UTC  (5+ messages)

[U-Boot] [PATCH] buildman: Correct '--fetch-arch' command documentation
 2015-07-17  2:43 UTC 

[U-Boot] silence u-boot and kernel console output
 2015-07-16 21:07 UTC 

[U-Boot] [PATCH 0/4] lpc32xx: devkit3250 board update
 2015-07-16 20:29 UTC  (18+ messages)
` [U-Boot] [PATCH 1/4] spl: nand: simple: replace readb() with chip specific read_buf()
` [U-Boot] [PATCH 2/4] nand: lpc32xx: add SLC NAND controller support
` [U-Boot] [PATCH 3/4] lpc32xx: devkit3250: update of board configuration

[U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support
 2015-07-16 19:38 UTC  (7+ messages)

[U-Boot] PCIe driver for a new Freescale ARM64 SOC
 2015-07-16 17:31 UTC  (2+ messages)

[U-Boot] [RFC] lib/fdtdec: Fix compiling warning for debug
 2015-07-16 17:10 UTC  (5+ messages)

[U-Boot] [PATCH] cmd_fdt: save fdtaddr in hex format
 2015-07-16 16:34 UTC  (4+ messages)

[U-Boot] [RFC PATCH] patman: add distutils based installer
 2015-07-16 16:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] configs: make keystone2 config to start using arm_v7_common header
 2015-07-16 15:20 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] configs: split ti_armv7_common into a omap generic header
` [U-Boot] [PATCH 2/3] configs: rename ks2_evm into ti_armv7_keystone2
` [U-Boot] [PATCH 3/3] configs: ti_armv7_keystone2: start using armv7_common

[U-Boot] [PATCH] board: ks2: README: fix typos
 2015-07-16 15:14 UTC 

[U-Boot] [PATCH 0/2] This series implements the Ethernet PHY for the Broadcom Cygnus boards
 2015-07-16 14:30 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] net: phy: broadcom: Add BCM Cygnus PHY

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-16 14:10 UTC  (9+ messages)
` [U-Boot] [PATCH 11/20] dm: serial: Update binding for PL01x serial UART

[U-Boot] [PATCH] am33xx: Unused get_board_rev function removal
 2015-07-16 13:40 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-07-16 13:39 UTC  (6+ messages)
` [U-Boot] [PATCH v2 5/6] ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board

[U-Boot] [PATCH 1/2] omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev
 2015-07-16 13:31 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] am33xx: "

[U-Boot] [PATCH] config: ti_omap5_common: Palmas power support in SPL
 2015-07-16 13:21 UTC  (3+ messages)

[U-Boot] Please pull u-boot-x86
 2015-07-16 13:21 UTC  (2+ messages)

[U-Boot] BayTrail FSP release v4
 2015-07-16 10:47 UTC 

[U-Boot] debug warning
 2015-07-16  6:54 UTC  (6+ messages)

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-16  6:46 UTC  (10+ messages)

[U-Boot] [PATCH] powerpc/t4080: update t4160/t4080 serdes
 2015-07-16  3:37 UTC 

[U-Boot] [v2 0/6] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-16  2:27 UTC  (6+ messages)
` [U-Boot] [v2 2/6] spi: cadence_qspi: remove sram polling from flash read
` [U-Boot] [v2 3/6] spi: cadence_qspi: remove sram polling from flash write
` [U-Boot] [v2 4/6] spi: cadence_qspi: fix indirect read/write start address
` [U-Boot] [v2 5/6] spi: cadence_qspi: fix base trigger address & transfer "
` [U-Boot] [v2 6/6] spi: cadence_qspi: get fifo width from device tree


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