public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-08 03:46:20 to 2015-07-10 07:37:38 UTC [more...]

[U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock
 2015-07-10  7:37 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] imx: mx6 add i2c4 clock support for i.MX6SX

[U-Boot] [PATCH] thermal:imx_thermal: enter busywait cooling loop when over max CPU temp
 2015-07-10  7:24 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries
 2015-07-10  4:57 UTC 

[U-Boot] [PATCH] generic_board: Call "checkboard" even though the root node has a "model" property
 2015-07-10  3:50 UTC  (3+ messages)

[U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability
 2015-07-10  3:35 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2][V2] pci/layerscape: Add EP mode support

[U-Boot] [PATCH v2 2/2] x86: Simplify architecture defined exception handling in irq_llsr()
 2015-07-10  2:51 UTC 

[U-Boot] [PATCH v2 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-10  2:38 UTC 

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-10  1:46 UTC  (8+ messages)
` [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection

[U-Boot] [PATCH 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-10  0:45 UTC  (3+ messages)

[U-Boot] [PATCH] Support ACPI on minnowmax and qemu-x86 targets
 2015-07-10  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH] x86: Initial ACPI support for minnowmax and qemu

[U-Boot] [PATCH] mmc:fsl_esdhc invalidate dcache before read
 2015-07-10  0:21 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] x86: Simplify architecture defined exception handling in irq_llsr()
 2015-07-09 22:00 UTC  (2+ messages)

[U-Boot] [PATCH] x86: Adjust config option order in defconfig for Crown Bay and Minnowmax
 2015-07-09 21:58 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/3] This series implements fastboot on the "bcm28155_ap" boards
 2015-07-09 21:26 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] g_dnl: add missing declaration
` [U-Boot] [PATCH v3 2/3] usb: gadget: bcm_udc_otg files
` [U-Boot] [PATCH v3 3/3] implement Fastboot via USB OTG on bcm28155_ap boards

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-07-09 21:10 UTC  (13+ messages)
` [U-Boot] [PATCH v3 22/54] dm: Correct the missing method check in cpu_get_info()

[U-Boot] hang: ARM64/Relocating u-boot from u-boot
 2015-07-09 20:40 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/8] assortment of fixes/enhancements
 2015-07-09 20:32 UTC  (15+ messages)
` [U-Boot] [PATCH v2 1/8] fs/fs.c: read up to EOF when len would read past EOF
` [U-Boot] [PATCH v2 2/8] net: asix: fix operation without eeprom
` [U-Boot] [PATCH v2 3/8] generic-board: allow showing custom board info
` [U-Boot] [PATCH v2 4/8] logos: add Toradex logo
` [U-Boot] [PATCH v2 5/8] colibri_vf: remove spurious new line
` [U-Boot] [PATCH v2 6/8] image-fdt.c: store returned error value
` [U-Boot] [PATCH v2 7/8] mtd/nand/ubi: assortment of alignment fixes
` [U-Boot] [PATCH v2 8/8] tftp.c: fix CONFIG_TFTP_TSIZE for small files

[U-Boot] Hardware hashing on unsigned fitImage nodes
 2015-07-09 18:52 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support
 2015-07-09 18:10 UTC  (9+ messages)
` [U-Boot] [PATCH v3 17/25] rockchip: rk3288: Add pinctrl driver

[U-Boot] [PATCH RESEND] tools/imximage: set DCD pointer to NULL when its length is 0
 2015-07-09 16:04 UTC  (2+ messages)

[U-Boot] [PATCH 00/13] assortment of tegra fixes/enhancements
 2015-07-09 15:51 UTC  (11+ messages)
` [U-Boot] [PATCH 03/13] apalis/colibri_t20/t30: integrate recovery mode detection
` [U-Boot] [PATCH 13/13] apalis/colibri_t20/t30: increase tftp blocksize

[U-Boot] [RFC PATCH 00/12] Devres (Managed Device Resource) for U-Boot
 2015-07-09 15:12 UTC  (35+ messages)
` [U-Boot] [RFC PATCH 01/12] x86: delete unneeded declarations of disable_irq() and enable_irq()
` [U-Boot] [RFC PATCH 02/12] linux_compat: remove cpu_relax() define
` [U-Boot] [RFC PATCH 03/12] linux_compat: move vzalloc() to header file as an inline function
` [U-Boot] [RFC PATCH 04/12] linux_compat: handle __GFP_ZERO in kmalloc()
` [U-Boot] [RFC PATCH 05/12] dm: add DM_FLAG_BOUND flag
` [U-Boot] [RFC PATCH 06/12] devres: introduce Devres (Managed Device Resource) framework
` [U-Boot] [RFC PATCH 07/12] devres: add devm_kmalloc() and friends (managed memory allocation)
` [U-Boot] [RFC PATCH 08/12] dm: refactor device_bind() and device_unbind() with devm_kzalloc()
` [U-Boot] [RFC PATCH 09/12] dm: merge fail_alloc labels
` [U-Boot] [RFC PATCH 10/12] linux_compat: introduce GFP_DMA flag for kmalloc()
` [U-Boot] [RFC PATCH 11/12] dm: refactor device_probe() and device_remove() with devm_kzalloc()
` [U-Boot] [RFC PATCH 12/12] devres: add debug command to dump devres

[U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data
 2015-07-09 14:15 UTC 

[U-Boot] [PATCH] dm: do not set DM_FLAG_ACTIVATED twice
 2015-07-09 13:31 UTC  (2+ messages)

[U-Boot] [PATCH v3] ahci: Fix compiling warnings under 64bit platforms
 2015-07-09 13:31 UTC  (2+ messages)

[U-Boot] [PATCH] arm: baltos: change USB ports functions
 2015-07-09 11:34 UTC 

[U-Boot] [PATCH v4 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device
 2015-07-09  8:27 UTC  (6+ messages)
` [U-Boot] [PATCH v4 5/8] omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot

[U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node
 2015-07-09  7:33 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: tegra: move VPR configuration to a later stage
` [U-Boot] [PATCH 2/2] ARM: tegra: enable GPU DT node when appropriate

[U-Boot] [PATCH v2] ahci: Fix compiling warnings under 64bit platforms
 2015-07-09  6:43 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 00/11] Enable edma support for ti-qspi
 2015-07-09  6:40 UTC  (4+ messages)
` [U-Boot] [PATCH 08/11] spi: ti_qspi: Use DMA to read from qspi flash

[U-Boot] [PATCH v2 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-07-09  4:30 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/6] dm: gpio: hi6220: Add a hi6220 GPIO driver model driver
` [U-Boot] [PATCH v2 2/6] ARM: hi6220: Add register and bitfield definition header files
` [U-Boot] [PATCH v2 3/6] hi6553: Add register definition and bitfield header for 6553 pmic
` [U-Boot] [PATCH v2 4/6] mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller
` [U-Boot] [PATCH v2 5/6] ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board
` [U-Boot] [PATCH v2 6/6] ARM64: hikey: Add a README for this board

[U-Boot] [PATCH] ls1021a: etsec: Enable Tx Data and TxBD snooping
 2015-07-09  3:09 UTC 

[U-Boot] [PATCH] arm: ls1021a: allow OCRAM access permission as R/W in SPL
 2015-07-09  2:50 UTC 

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-09  1:29 UTC  (7+ messages)

[U-Boot] [PATCH] x86: Eliminate make defconfig warning for Crown Bay and Minnowmax
 2015-07-09  0:20 UTC  (4+ messages)

[U-Boot] [PATCH] thermal: imx_thermal: fix busywait if IMX6 temp <0C
 2015-07-08 22:49 UTC 

[U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1
 2015-07-08 22:47 UTC  (5+ messages)

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-08 22:00 UTC  (8+ messages)
` [U-Boot] [PATCH 01/20] dm: net: Support usbethaddr environment variable
` [U-Boot] [PATCH 11/20] dm: serial: Update binding for PL01x serial UART

[U-Boot] [PATCH] dfu: Delete superfluous initialization of the dfu_buf_size static variable
 2015-07-08 21:43 UTC 

[U-Boot] [PATCH] sunxi: usb-phy: Never power off the usb ports
 2015-07-08 21:19 UTC  (5+ messages)

[U-Boot] [PATCH] README.distro: fix typos
 2015-07-08 20:49 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: use appropriate HD field for destination port
 2015-07-08 20:42 UTC  (10+ messages)

[U-Boot] [PATCH 0/3] sunxi: Update selects in arch/arm/Kconfig for DM
 2015-07-08 20:20 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] dm: serial: Do not panic if no serial ports are found

[U-Boot] [PATCH] net: designware: Program MAC address to hardware after soft reset
 2015-07-08 17:43 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode
 2015-07-08 17:41 UTC  (3+ messages)

[U-Boot] Please pull u-boot-sunxi master (bugfix for v2015.07)
 2015-07-08 17:32 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: net: add mcast function to keyston2 Ethernet driver
 2015-07-08 15:56 UTC 

[U-Boot] [PATCH] keystone2: add high memory test
 2015-07-08 15:51 UTC 

[U-Boot] [PATCH] keystone2: add wfi in to the core_spin loop
 2015-07-08 15:40 UTC 

[U-Boot] [PATCH v2 0/4] This series implements fastboot on the "bcm28155_ap" boards
 2015-07-08 14:35 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/4] usb: s3c-otg: support 8-bit interface
` [U-Boot] [PATCH v2 3/4] usb: gadget: bcm_udc_otg files

[U-Boot] [PATCH 1/3] crypto/fsl: fix "era" property value on LE platforms
 2015-07-08 14:24 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] crypto/fsl: fix snooping for write transactions
` [U-Boot] [PATCH 3/3] crypto/fsl: clean-up - use fdt_setprop_u32 helper

[U-Boot] [PATCH 1/3] dm: dts: ls2085a: Bring in ls2085a dts files from linux kernel
 2015-07-08 14:04 UTC  (8+ messages)

[U-Boot] [PATCH] imx: imximage: add new CHECK/CLR BIT command
 2015-07-08 13:16 UTC  (4+ messages)

[U-Boot] [PATCH v2] x86: baytrail: Configure FSP UPD from device tree
 2015-07-08 11:30 UTC  (3+ messages)

[U-Boot] warning: override: reassigning to symbol OF_CONTROL
 2015-07-08  9:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] pci: Add function to find an extended capability
 2015-07-08  9:08 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] assortment of fixes/enhancements
 2015-07-08  6:39 UTC  (4+ messages)
` [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

[U-Boot] [PATCH 1/3] arm: baltos: enable CMD_NET and FIT support in defconfig
 2015-07-08  6:07 UTC  (3+ messages)

[U-Boot] [RFC PATCH v1 0/1] MIPS64 timer bug
 2015-07-08  5:38 UTC  (2+ messages)
` [U-Boot] [RFC PATCH v1] mips: Use unsigned int when reading c0 registers

[U-Boot] [PATCH v3 2/2] pci: Disable expansion ROM address decoding when signature check fails
 2015-07-08  5:06 UTC 

[U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process
 2015-07-08  5:06 UTC 

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-07-08  4:42 UTC  (3+ messages)
` [U-Boot] [PATCH 05/18] dm: pci: Add support for PCI driver matching

[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
 2015-07-08  4:38 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size

[U-Boot] [PATCH 01/13][v4] drivers/fsl-mc: Make MC boot error messages more readable
 2015-07-08  4:22 UTC  (5+ messages)
` [U-Boot] [PATCH 06/13][v4] drivers: fsl-mc: Return error for major version mismatch
` [U-Boot] [PATCH 10/13][v4] driver/ldpaa_eth: Retry enqueue if portal was busy

[U-Boot] [PATCH] net/designware: revert MAC-address setup on init
 2015-07-08  4:00 UTC  (8+ messages)


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