U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-06 15:27:24 to 2015-07-08 02:53:32 UTC [more...]

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-08  2:53 UTC 

[U-Boot] [PATCH v2] ahci: Fix compiling warnings under 64bit platforms
 2015-07-08  2:42 UTC  (3+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-08  2:38 UTC  (18+ 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 19/55] dm: gpio: Add support for setting a GPIO's pull direction

[U-Boot] Hardware hashing on unsigned fitImage nodes
 2015-07-08  1:22 UTC 

[U-Boot] [PATCH v2 1/1] ARM: DRA72x: fix io delay calibration for ethernet
 2015-07-08  0:19 UTC  (4+ messages)

[U-Boot] Pull request (updated): u-boot-arm/master
 2015-07-07 23:07 UTC  (2+ messages)

[U-Boot] [PATCH] tools: ifdtool: Write correct offset on 32-bit machine
 2015-07-07 22:55 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] dm: x86: PCI/SPI fixes for minnowboard MAX
 2015-07-07 22:55 UTC  (21+ 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 v2 01/11] video: vesa_fb: Look up VGA device by class instead of id
 2015-07-07 22:54 UTC  (20+ messages)
` [U-Boot] [PATCH v2 03/11] x86: bios: Allow pci config read/write to host bridge in int1a_handler
` [U-Boot] [PATCH v2 04/11] video: Add 32-bit color depth support for VBE
` [U-Boot] [PATCH v2 05/11] x86: Setup fixed range MTRRs for legacy regions
` [U-Boot] [PATCH v2 06/11] x86: queensbay: Change CPU_ADDR_BITS to 32
` [U-Boot] [PATCH v2 07/11] x86: cmd_mtrr: Improve MTRR list information
` [U-Boot] [PATCH v2 08/11] x86: Move VGA option rom macros to Kconfig
` [U-Boot] [PATCH v2 09/11] x86: Remove MARK_GRAPHICS_MEM_WRCOMB
` [U-Boot] [PATCH v2 10/11] x86: crownbay: Enable graphics support
` [U-Boot] [PATCH v2 11/11] x86: Configure VESA parameters before loading Linux kernel

[U-Boot] [PATCH 1/3] arm: baltos: enable CMD_NET and FIT support in defconfig
 2015-07-07 22:54 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: baltos: drop I2C speed to 1000 Hz
` [U-Boot] [PATCH 3/3] arm: baltos: fix NAND boot

[U-Boot] hang: ARM64/Relocating u-boot from u-boot
 2015-07-07 22:36 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] This series implements fastboot on the "bcm28155_ap" boards
 2015-07-07 20:26 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/4] g_dnl: add missing declaration
` [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 v2 4/4] implement Fastboot via USB OTG on bcm28155_ap boards

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

[U-Boot] [PATCH v2] x86: baytrail: Configure FSP UPD from device tree
 2015-07-07 19:16 UTC 

[U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode
 2015-07-07 19:13 UTC 

[U-Boot] [PATCH 00/22] Convert musb host mode code to the device-model
 2015-07-07 18:36 UTC  (45+ messages)
` [U-Boot] [PATCH 01/22] usb: Always declare usb function prototypes
` [U-Boot] [PATCH 02/22] usb: Drop device-model specific copy of usb_legacy_port_reset
` [U-Boot] [PATCH 03/22] usb: usb_setup_device: Drop unneeded portnr function argument
` [U-Boot] [PATCH 04/22] usb: Pass device instead of portnr to usb_legacy_port_reset
` [U-Boot] [PATCH 05/22] usb: Add an usb_device parameter to usb_reset_root_port
` [U-Boot] [PATCH 07/22] dm: usb: Fix "usb tree" output
` [U-Boot] [PATCH 09/22] dm: usb: Allow usb host drivers to implement usb_reset_root_port
` [U-Boot] [PATCH 10/22] dm: usb: Do not assume that first child is always a hub
` [U-Boot] [PATCH 11/22] musb: Allow musb_platform_enable to return an error code
` [U-Boot] [PATCH 12/22] musb: Update usb-compat to work with struct usb_device without a parent ptr
` [U-Boot] [PATCH 13/22] musb: Rename and wrap public functions
` [U-Boot] [PATCH 14/22] musb: Add musb_host_data struct to hold global data
` [U-Boot] [PATCH 15/22] musb: Add device-model support to the musb-host u-boot glue

[U-Boot] [PATCH v2 0/4] musb device model support series
 2015-07-07 18:35 UTC  (13+ 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 00/11 v2] Add more commands for VSC9953 L2 Switch
 2015-07-07 18:18 UTC  (7+ messages)
` [U-Boot] [PATCH 04/11 v2] drivers/net/vsc9953: Refractor the parser for VSC9953 commands

[U-Boot] Pull request: u-boot-spi/master
 2015-07-07 15:26 UTC  (3+ messages)

[U-Boot] PCIe related i.MX6QP patches
 2015-07-07 14:07 UTC  (2+ messages)

[U-Boot] rpi USB address question
 2015-07-07 13:52 UTC  (3+ messages)

[U-Boot] [PATCH] dm: change dm_warn() message into debug() in uclass_add()
 2015-07-07 13:48 UTC  (2+ messages)

[U-Boot] TSEC1 not working, Marvel 88E1310
 2015-07-07 13:28 UTC 

[U-Boot] [PATCH] fastboot: Dynamic controller index for usb_gadget_handle_interrupts
 2015-07-07 12:29 UTC  (3+ messages)

[U-Boot] [PATCH] usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
 2015-07-07 12:24 UTC 

[U-Boot] [PATCH] usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
 2015-07-07 12:22 UTC 

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

[U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region
 2015-07-07 11:32 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h
 2015-07-07 11:08 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: at91: sama5: move the nandflash "
` [U-Boot] [PATCH 3/3] ARM: at91: sama5: update the spi flash mapping

[U-Boot] [PATCH] drivers/fsl-mc: flib changes for mc 8.0.0
 2015-07-07 10:10 UTC 

[U-Boot] Pull request: u-boot-arm/master
 2015-07-07 10:01 UTC  (6+ messages)

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

[U-Boot] [PATCH] README.distro: fix typos
 2015-07-07  9:47 UTC 

[U-Boot] [PATCH 00/13] assortment of tegra fixes/enhancements
 2015-07-07  8:54 UTC  (27+ messages)
` [U-Boot] [PATCH 01/13] ARM: tegra: allow custom usb manufacturer/product/vendor ids/strings
` [U-Boot] [PATCH 02/13] ARM: tegra: allow reading recovery mode boot type
` [U-Boot] [PATCH 03/13] apalis/colibri_t20/t30: integrate recovery mode detection
` [U-Boot] [PATCH 04/13] colibri_t20: fix device-tree compatible node
` [U-Boot] [PATCH 05/13] colibri_t20: add LCD display support
` [U-Boot] [PATCH 06/13] colibri_t20: add i2c support
` [U-Boot] [PATCH 07/13] colibri_t20: disable PMIC sleep mode on low supply voltage
` [U-Boot] [PATCH 09/13] colibri_t20: enable nand onfi detection
` [U-Boot] [PATCH 10/13] mtd/nand/tegra: alignment workaround
` [U-Boot] [PATCH 11/13] colibri_t20: enable mtdparts support
` [U-Boot] [PATCH 12/13] apalis/colibri_t20/t30: enable raw initrd support
` [U-Boot] [PATCH 13/13] apalis/colibri_t20/t30: increase tftp blocksize

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-07-07  8:18 UTC  (30+ messages)
` [U-Boot] [PATCH 01/18] dm: core: Add \n to two dm_warn() messages
` [U-Boot] [PATCH 02/18] usb: ehci: Correct a missing hypen in an error message
` [U-Boot] [PATCH 03/18] usb: Update some EHCI driver licenses to use SPDX
` [U-Boot] [PATCH 04/18] x86: Show the un-relocated IP address in exceptions
` [U-Boot] [PATCH 05/18] dm: pci: Add support for PCI driver matching
` [U-Boot] [PATCH 06/18] dm: eth: Add driver-model support to the rtl8169 driver
` [U-Boot] [PATCH 07/18] dm: pci: Add a function to get the BDF for a device
` [U-Boot] [PATCH 08/18] dm: usb: Correct the struct usb_driver_entry comment
` [U-Boot] [PATCH 09/18] dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH
` [U-Boot] [PATCH 10/18] dm: eth: Avoid blocking on packet reception
` [U-Boot] [PATCH 11/18] dm: usb: eth: Support driver model with USB Ethernet
` [U-Boot] [PATCH 12/18] dm: usb: Adjust the USB_DEVICE() macro naming
` [U-Boot] [PATCH 13/18] x86: minnowmax: Drop the cache line size hack
` [U-Boot] [PATCH 14/18] dm: usb: Add driver-model support to ehci-pci
` [U-Boot] [PATCH 15/18] dm: usb: eth: Add driver-model support to the asix driver
` [U-Boot] [PATCH 16/18] net: Allow drivers to return -ENOSYS with the write_hwaddr() method
` [U-Boot] [PATCH 17/18] x86: Convert minnowmax to use CONFIG_DM_NET
` [U-Boot] [PATCH 18/18] x86: Convert minnowmax to use CONFIG_DM_USB

[U-Boot] [PATCH 0/3] sunxi: Update selects in arch/arm/Kconfig for DM
 2015-07-07  7:27 UTC  (9+ 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 1/5] sf: sf_dataflash: Remove inline property of function dataflash_status
 2015-07-07  2:49 UTC  (8+ messages)
` [U-Boot] [PATCH 2/5] sf: sf_dataflash: Add error handler when flash operate fail
` [U-Boot] [PATCH 3/5] sf: sf_dataflash: Remove CONFIG_SPI_DATAFLASH_WRITE_VERIFY option
` [U-Boot] [PATCH 4/5] sf: sf_dataflash: Change the return value of jedec_probe to int

[U-Boot] [PATCH 0/8] assortment of fixes/enhancements
 2015-07-06 21:57 UTC  (8+ messages)
` [U-Boot] [PATCH 7/8] mtd/nand/ubi: assortment of alignment fixes

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

[U-Boot] [PATCH 0/2] net: lpc32xx: add support to RMII phy
 2015-07-06 21:48 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] net: lpc32xx: add RMII phy mode support

[U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1
 2015-07-06 21:26 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards
 2015-07-06 19:22 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] g_dnl: add missing declaration
` [U-Boot] [PATCH 2/4] usb: s3c-otg: support 8-bit interface
` [U-Boot] [PATCH 3/4] usb: gadget: bcm_udc_otg files
` [U-Boot] [PATCH 4/4] implement Fastboot via USB OTG on bcm28155_ap boards

[U-Boot] [PATCH 00/18] dm: test: Add test code for new uclasses
 2015-07-06 18:54 UTC  (19+ messages)
` [U-Boot] [PATCH 01/18] dm: Add platform data advice and admonishment
` [U-Boot] [PATCH 02/18] dm: test: Allow test names to leave out the dm_test_ prefix
` [U-Boot] [PATCH 03/18] dm: test: Add tests for the clk uclass
` [U-Boot] [PATCH 04/18] dm: test: Add tests for the pinctrl uclass
` [U-Boot] [PATCH 05/18] sandbox: Support multiple reset types
` [U-Boot] [PATCH 06/18] dm: reset: Allow reset_walk() to return
` [U-Boot] [PATCH 07/18] sandbox: Add a warm and cold reset driver
` [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset
` [U-Boot] [PATCH 09/18] dm: test: Add a test for the reset uclass
` [U-Boot] [PATCH 10/18] dm: test: Add a test for the ram uclass
` [U-Boot] [PATCH 11/18] dm: test: Add a test for the mmc uclass
` [U-Boot] [PATCH 12/18] led: Return -ENODEV if the LED device cannot be found
` [U-Boot] [PATCH 13/18] dm: test: Add a test for the LED uclass
` [U-Boot] [PATCH 14/18] dm: test: Add a test for the system controller uclass
` [U-Boot] [PATCH 15/18] dm: test: Add a size to each reg property
` [U-Boot] [PATCH 16/18] test: Add a macro to check that a value is not an error pointer
` [U-Boot] [PATCH 17/18] dm: core: Add device checking to syscon_get_regmap()
` [U-Boot] [PATCH 18/18] test: Add a test for regmap

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-06 18:19 UTC  (11+ messages)

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

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

[U-Boot] [RESPIN PATCH v2 02/11] x86: bios: Synchronize stack between real and protected mode
 2015-07-06 16:38 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).