U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-03 00:15:39 to 2015-07-06 07:39:40 UTC [more...]

[U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1
 2015-07-06  7:39 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] arm1176/cpu: Match cache_flush to arm1136
` [U-Boot] [PATCH 2/5] arm1176/cpu: Add icache and dcache support
` [U-Boot] [PATCH 3/5] arm1176/cpu: Align cache flushing addresses to cacheline size
` [U-Boot] [PATCH 4/5] arm/mach-bcm283x/mbox: Flush and invalidate dcache when using fw mailbox
` [U-Boot] [PATCH 5/5] arm/rpi: Enable dcache

[U-Boot] [PATCH v4 0/4] Add support for Thumb-1 builds
 2015-07-06  7:19 UTC  (8+ messages)
` [U-Boot] [PATCH v4 1/4] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v4 2/4] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v4 3/4] kirkwood: support CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v4 4/4] openrd: switch to CONFIG_SYS_THUMB_BUILD

[U-Boot] [PATCH v2 1/4] usb: USB download gadget and functions config options coherent naming
 2015-07-06  6:58 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] net: lpc32xx: add support to RMII phy
 2015-07-06  6:46 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] net: lpc32xx: improve MAC configuration on reset and initialization
` [U-Boot] [PATCH 2/2] net: lpc32xx: add RMII phy mode support

[U-Boot] [PATCH 2/3] sunxi:Added Mele i7 eMMC MOD DTS
 2015-07-06  6:12 UTC  (3+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-06  5:40 UTC  (65+ messages)
` [U-Boot] [PATCH 02/55] dm: i2c: Add a message debug function
` [U-Boot] [PATCH 03/55] dm: i2c: Correct comment nits in dm_i2c_reg_read/write()
` [U-Boot] [PATCH 04/55] dm: i2c: Move definitions to the top of the header file
` [U-Boot] [PATCH 05/55] dm: i2c: Add a function to transfer messages
` [U-Boot] [PATCH 06/55] dm: i2c: Add support for multiplexed I2C buses
` [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection
` [U-Boot] [PATCH 08/55] i2c: Add a mux for GPIO-based I2C bus arbitration
` [U-Boot] [PATCH 09/55] exynos: i2c: Fix code style with ReadWriteByte()
` [U-Boot] [PATCH 10/55] exynos: i2c: Tidy up the driver model code
` [U-Boot] [PATCH 11/55] exynos: dts: Sync up I2C ports with the kernel
` [U-Boot] [PATCH 12/55] exynos: dts: Add PMIC and regulator definitions
` [U-Boot] [PATCH 13/55] exynos: dts: Support EC tunnel and main TPS65090 regulator
` [U-Boot] [PATCH 14/55] dm: cros_ec: Convert the I2C tunnel code to use driver model
` [U-Boot] [PATCH 15/55] cros_ec: Support the LDO access method used by spring
` [U-Boot] [PATCH 16/55] exynos: serial: Refactor init code for debug UART
` [U-Boot] [PATCH 17/55] exynos: Add debug UART support for Samsung S5P serial
` [U-Boot] [PATCH 18/55] exynos: Enable the debug UART in SPL
` [U-Boot] [PATCH 19/55] dm: gpio: Add support for setting a GPIO's pull direction
` [U-Boot] [PATCH 20/55] dm: exynos: gpio: Support pull-up/down in GPIOs
` [U-Boot] [PATCH 21/55] dm: power: Add a new driver for the TPS65090 PMIC
` [U-Boot] [PATCH 22/55] dm: power: Add support for TPS65090 FETs
` [U-Boot] [PATCH 23/55] dm: power: Add support for the S5M8767 PMIC
` [U-Boot] [PATCH 24/55] dm: power: Add support for S5M8767 regulators
` [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits
` [U-Boot] [PATCH 26/55] dm: pmic: Correct the pmic_reg_write() implementation
` [U-Boot] [PATCH 27/55] dm: power: max77686: Correct BUCK register access
` [U-Boot] [PATCH 28/55] dm: pmic: max77686: Support all BUCK regulators
` [U-Boot] [PATCH 29/55] dm: power: Don't return an error when regulators are not autoset
` [U-Boot] [PATCH 30/55] dm: pmic: Display the regulator limits on error
` [U-Boot] [PATCH 31/55] dm: video: Add support for video bridges
` [U-Boot] [PATCH 32/55] dm: video: Add support for the Parade PS8622/625 bridge
` [U-Boot] [PATCH 33/55] dm: video: Add support for the NXP PTN3460 bridge
` [U-Boot] [PATCH 34/55] exynos: spi: Convert the timeout to debug()
` [U-Boot] [PATCH 35/55] exynos: Correct return value in exynos_mmc_init()
` [U-Boot] [PATCH 36/55] exynos: Add support for the DisplayPort hotplug detect
` [U-Boot] [PATCH 37/55] exynos: video: Correct debug output
` [U-Boot] [PATCH 38/55] exynos: Tidy up CPU frequency display
` [U-Boot] [PATCH 39/55] dm: gpio: Check a GPIO is valid before using it
` [U-Boot] [PATCH 40/55] dts: exynos: snow: Add memory layout description
` [U-Boot] [PATCH 41/55] dts: exynos: pit: Add a new node for the parade video bridge driver
` [U-Boot] [PATCH 42/55] dts: exynos: snow: Add a new node for the NXP "
` [U-Boot] [PATCH 43/55] exynos: dts: Drop the old TPS65090 I2C node
` [U-Boot] [PATCH 44/55] exynos: Add common board code for exynos5 boards that use device tree
` [U-Boot] [PATCH 45/55] exynos: Enable new features for exynos5 boards
` [U-Boot] [PATCH 46/55] exynos: Remove unneeded device tree control #ifdefs
` [U-Boot] [PATCH 47/55] exynos: config: Move common options to the common headers and tidy up
` [U-Boot] [PATCH 48/55] exynos: Drop old exynos5420-specific board code
` [U-Boot] [PATCH 49/55] exynos: Drop old exynos5250-specific "
` [U-Boot] [PATCH 50/55] power: Remove old TPS65090 drivers
` [U-Boot] [PATCH 51/55] cros_ec: Remove the old tunnel code
` [U-Boot] [PATCH 52/55] video: Remove the old parade driver
` [U-Boot] [PATCH 53/55] dts: Drop unused compatible ID for the NXP video bridge
` [U-Boot] [PATCH 54/55] exynos: video: Remove non-device-tree code
` [U-Boot] [PATCH 55/55] exynos: Add support for spring

[U-Boot] [PATCH 00/11] Enable edma support for ti-qspi
 2015-07-06  5:34 UTC  (18+ messages)
` [U-Boot] [PATCH 01/11] sf: allocate cache aligned buffers to copy from flash
` [U-Boot] [PATCH 02/11] env: use cache line aligned memory for flash read
` [U-Boot] [PATCH 03/11] ARM: AM43xx: Add support for disabling clocks in uboot
` [U-Boot] [PATCH 04/11] ARM: OMAP5: "
` [U-Boot] [PATCH 05/11] ARM: OMAP5: Add functions to enable and disable EDMA3 clocks
` [U-Boot] [PATCH 06/11] ARM: AM43XX: "
` [U-Boot] [PATCH 07/11] sf: ops: Add spi_flash_copy_mmap function
` [U-Boot] [PATCH 08/11] spi: ti_qspi: Use DMA to read from qspi flash
` [U-Boot] [PATCH 09/11] dma: ti-edma3: Add BIT(x) macro definition
` [U-Boot] [PATCH 10/11] ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspi
` [U-Boot] [PATCH 11/11] ARM: am43xx_evm: Enable EDMA3 "

[U-Boot] [PATCH v3 0/8] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-07-06  3:23 UTC  (13+ messages)
` [U-Boot] [PATCH v3 1/8] dm: spi: Correct status register access width
` [U-Boot] [PATCH v3 2/8] dm: spi: Correct BIOS protection logic for ICH9
` [U-Boot] [PATCH v3 3/8] dm: spi: Enable environment for minnowmax
` [U-Boot] [PATCH v3 4/8] x86: Add ROM image description "
` [U-Boot] [PATCH v3 5/8] x86: pci: Tidy up the generic x86 PCI driver
` [U-Boot] [PATCH v3 6/8] dm: x86: minnowmax: Move PCI to use driver model
` [U-Boot] [PATCH v3 7/8] dm: x86: baytrail: Correct PCI region 3 when driver model is used
` [U-Boot] [PATCH v3 8/8] x86: Add binary blob checksums for Minnowboard MAX

[U-Boot] [PATCH 3/3] sunxi:Added difference MMC SLOT for booting
 2015-07-05 19:17 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] sunxi:Added NAND Flash defines and MMC2 IO defines for sun6i
 2015-07-05 19:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] sunxi: Update selects in arch/arm/Kconfig for DM
 2015-07-05 18:56 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] dm: serial: Do not panic if no serial ports are found
` [U-Boot] [PATCH 2/3] sunxi: Update selects in arch/arm/Kconfig for DM conversions
` [U-Boot] [PATCH 3/3] sunxi: Enable CMD_USB and USB_STORAGE by default on sunxi

[U-Boot] [PATCH] board: baltos - add mainteiner information
 2015-07-05 18:46 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
 2015-07-05 18:44 UTC  (2+ messages)

[U-Boot] ARM status or maintainer info currently missing
 2015-07-05 18:35 UTC  (4+ messages)

[U-Boot] [PATCH] cairo: add missing MAINTAINERS file
 2015-07-05 17:29 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-arm/master
 2015-07-05 14:11 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Fix wrong pinmux names in arch/arm/cpu/armv7/sunxi/board.c
 2015-07-05 12:24 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sunxi master (take 2)
 2015-07-05 12:21 UTC 

[U-Boot] [PATCH 1/1] stm32f429-discovery: Use ttyS0 as the console device
 2015-07-05 10:54 UTC 

[U-Boot] [PATCH v2 0/4] musb device model support series
 2015-07-05 10:09 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/4] dm: Export device_remove_children / device_unbind_children
` [U-Boot] [PATCH v2 2/4] dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea
` [U-Boot] [PATCH v2 3/4] dm: usb: Use device_unbind_children to clean up usb devs on stop
` [U-Boot] [PATCH v2 4/4] dm: usb: Rename usb_find_child to usb_find_emul_child

[U-Boot] [PATCH] mtd: fix false positive "Offset exceeds device limit" error
 2015-07-05  5:57 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] kbuild & kconfig: sync with Linux 4.1
 2015-07-04 16:56 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] "
` [U-Boot] [PATCH 2/4] kbuild: "
` [U-Boot] [PATCH 3/4] kbuild: do not add $((generic-)offsets-file) to targets
` [U-Boot] [PATCH 4/4] kbuild: use relative path more to include Makefile

[U-Boot] [PATCH] net/designware: revert MAC-address setup on init
 2015-07-04 15:12 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] usb: gadget: fastboot: Request status and length check in rx handler
 2015-07-04 14:46 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] usb: gadget: fastboot: Dequeue the previous IN request for the current request

[U-Boot] Pull request: u-boot-spi/master
 2015-07-04 11:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/8] JFFS2 fixes and performance improvements
 2015-07-04  9:08 UTC  (2+ messages)

[U-Boot] New sunxi board: Lamobo Bananapi R1
 2015-07-04  8:08 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-07-04  0:28 UTC  (7+ messages)
` [U-Boot] [PATCH v2 5/7] x86: pci: Tidy up the generic x86 PCI driver

[U-Boot] [PATCH v2 0/9] Collected fixes and improvements
 2015-07-03 23:14 UTC  (6+ messages)
` [U-Boot] [PATCH v2 8/9] tegra: nyan-big: Allow TPM on I2C

[U-Boot] FEL mode broken since "sunxi: Move all boards to the driver-model"
 2015-07-03 23:06 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-07-03 23:06 UTC  (5+ messages)
` [U-Boot] [PATCH 2/6] dm: gpio: hi6220: Add a hi6220 GPIO driver model driver
` [U-Boot] [PATCH 6/6] ARM64: HiKey: hi6220: Add u-boot support for the 96boards CE HiKey board

[U-Boot] [PATCH] cmd_fdt: save fdtaddr in hex format
 2015-07-03 23:06 UTC  (2+ messages)

[U-Boot] [PATCH 08/11] x86: Move VGA option rom macros to Kconfig
 2015-07-03 14:47 UTC  (4+ messages)

[U-Boot] [PATCH] ahci: Fix compiling warnings under 64bit platforms
 2015-07-03 14:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] assortment of fixes/enhancements
 2015-07-03 13:44 UTC  (9+ messages)
` [U-Boot] [PATCH 3/8] generic-board: allow showing custom board info
` [U-Boot] [PATCH 6/8] image-fdt.c: store returned error value
` [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

[U-Boot] [PATCH 00/11] imx: add i.MX6UL and basic board support
 2015-07-03 13:39 UTC  (19+ messages)
` [U-Boot] [PATCH 01/11] imx: mx6ul: Add i.MX6UL CPU type
` [U-Boot] [PATCH 02/11] imx: mx6ul: Add pins IOMUX head file
` [U-Boot] [PATCH 04/11] imx-common: add syscounter driver
` [U-Boot] [PATCH 07/11] imx: mx6ul update soc related settings
` [U-Boot] [PATCH 11/11] imx: mx6ul_14x14_evk add basic board support

[U-Boot] [PULL] Please pull u-boot-imx
 2015-07-03 12:22 UTC 

[U-Boot] [PATCH] ARM: enable CONFIG_USE_PRIVATE_LIBGCC by default
 2015-07-03  9:59 UTC  (16+ messages)
  ` [U-Boot] [PATCH] ARM: enable CONFIG_USE_PRIVATE_LIBGCC by default (re-send to the correct address)

[U-Boot] [PATCH 1/3] configs: ls2085aqds: Enable DSPI flash support for LS2085AQDS
 2015-07-03  8:51 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] configs: ls2085ardb: Enable DSPI flash support for LS2085ARDB
` [U-Boot] [PATCH] defconfig: ls2085a: Enable FSL_DSPI, OF_CONTROL and DM support

[U-Boot] [v4 00/10] spi: cadence_qspi: sram depth from DT & fix for FIFO width
 2015-07-03  8:23 UTC  (12+ messages)
` [U-Boot] [v4 01/10] stv0991: enable saving enrironment in spi flash
` [U-Boot] [v4 02/10] stv0991: move OF_CONTROL config to defconfig
` [U-Boot] [v4 03/10] stv0991: remove define CONFIG_OF_SEPARATE from board file
` [U-Boot] [v4 04/10] stv0991: configure clock & pad muxing for qspi
` [U-Boot] [v4 05/10] stv0991: enable cadence qspi controller & spi flash
` [U-Boot] [v4 06/10] stv0991: configure device tree for cadence qspi & flash
` [U-Boot] [v4 07/10] spi: cadence_qspi: move the sram partition in init
` [U-Boot] [v4 08/10] spi: cadence_qspi: get sram size from device tree
` [U-Boot] [v4 09/10] spi: cadence_qspi: support FIFO width other than 4 bytes
` [U-Boot] [v4 10/10] spi: cadence_qspi: add device tree binding doc

[U-Boot] [PATCH] colibri_vf: Increase console IO buffer size to 1024
 2015-07-03  7:38 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] armv8/cache: Fix page table creation
 2015-07-03  7:28 UTC  (5+ messages)
` [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-07-03  3:28 UTC  (2+ messages)

[U-Boot] [PATCH] iMX: adding parsing to hab_status command
 2015-07-03  2:36 UTC  (3+ messages)

[U-Boot] [PATCH v2] iMX: adding parsing to hab_status command
 2015-07-03  2:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).