messages from 2015-04-06 14:40:09 to 2015-04-07 20:49:08 UTC [more...]
[U-Boot] [ PATCH] patman: cover letter shows like 00/xx if more than 10 patches
2015-04-07 20:49 UTC (6+ messages)
[U-Boot] [PATCH v4 0/3] i2c: sunxi: Support every i2c controller on each supported platform
2015-04-07 20:42 UTC (5+ messages)
` [U-Boot] [PATCH v4 1/3] i2c: mvtwsi: Support for up to 4 different controllers
` [U-Boot] [PATCH v4 2/3] i2c: MVTWSI driver Kconfig bindings
` [U-Boot] [PATCH v4 3/3] sunxi: Complete i2c support for each supported platform
[U-Boot] [PATCH v2 0/8] Allow sandbox to use config_distro_bootcmd
2015-04-07 20:41 UTC (19+ messages)
` [U-Boot] [PATCH v2 1/8] sandbox: only do sandboxfs for hostfs interface
` [U-Boot] [PATCH v2 2/8] sandbox: Split bootm code out into lib/bootm
` [U-Boot] [PATCH v2 3/8] sandbox: Add support for bootz
` [U-Boot] [PATCH v2 4/8] sandbox: Renamed sb command to host
` [U-Boot] [PATCH v2 5/8] sandbox: Implement host dev [device]
` [U-Boot] [PATCH v2 6/8] config_distro_bootcmd.h: Add shared block definition for the host interface
` [U-Boot] [PATCH v2 7/8] pxe: Ensure all memory access is to mapped memory
` [U-Boot] [PATCH v2 8/8] sandbox: add config_distro_defaults and config_distro_bootcmd
[U-Boot] [PATCH v2 0/80] dm: Add USB support
2015-04-07 19:12 UTC (165+ messages)
` [U-Boot] [PATCH v2 01/80] linker_lists: Add a function to access a linker list entry
` [U-Boot] [PATCH v2 02/80] sandbox: Fix comment for os_open()
` [U-Boot] [PATCH v2 03/80] dm: test: bus: Use a local variable to simplify code
` [U-Boot] [PATCH v2 04/80] dm: exynos: snow: Move the keyboard to I2C
` [U-Boot] [PATCH v2 05/80] dm: core: Support allocating driver-private data for DMA
` [U-Boot] [PATCH v2 06/80] dm: core: Convert driver_bind() to use const
` [U-Boot] [PATCH v2 07/80] dm: core: Rename driver data function to dev_get_driver_data()
` [U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods
` [U-Boot] [PATCH v2 09/80] dm: core: Add device children and sibling functions
` [U-Boot] [PATCH v2 10/80] dm: gpio: Add an implementation for gpio_get_number()
` [U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers
` [U-Boot] [PATCH v2 12/80] dm: usb: Adjust usb command to prepare for driver model
` [U-Boot] [PATCH v2 13/80] dm: usb: Adjust usb_alloc_new_device() to return an error
` [U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model
` [U-Boot] [PATCH v2 15/80] dm: usb: Drop the legacy USB init sequence
` [U-Boot] [PATCH v2 16/80] dm: usb: Refactor port resets
` [U-Boot] [PATCH v2 17/80] dm: usb: Move descriptor setup code into its own function
` [U-Boot] [PATCH v2 18/80] dm: usb: Split out more code from usb_new_device()
` [U-Boot] [PATCH v2 19/80] dm: usb: Complete the splitting up of usb_new_device()
` [U-Boot] [PATCH v2 20/80] dm: usb: Convert core usb.c file to support driver model
` [U-Boot] [PATCH v2 21/80] dm: usb: Split hub detection into its own function
` [U-Boot] [PATCH v2 22/80] dm: usb: Add driver model support for hubs
` [U-Boot] [PATCH v2 23/80] dm: usb: Move USB storage definitions to usb_defs.h
` [U-Boot] [PATCH v2 24/80] dm: usb: Fix type problems in usb_stor_get_info()
` [U-Boot] [PATCH v2 25/80] dm: usb: Simply device finding code in usb_storage
` [U-Boot] [PATCH v2 26/80] dm: usb: Adjust usb_storage to work with sandbox
` [U-Boot] [PATCH v2 27/80] dm: usb: Move storage device scanning into its own function
` [U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model
` [U-Boot] [PATCH v2 29/80] dm: usb: Move all the EHCI weak functions together and declare them
` [U-Boot] [PATCH v2 30/80] dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
` [U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller
` [U-Boot] [PATCH v2 32/80] dm: usb: tegra: Store the controller type explicitly
` [U-Boot] [PATCH v2 33/80] dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
` [U-Boot] [PATCH v2 34/80] dm: usb: tegra: Drop use of global controller variable
` [U-Boot] [PATCH v2 35/80] dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
` [U-Boot] [PATCH v2 36/80] dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
` [U-Boot] [PATCH v2 37/80] dm: usb: ehci: Use a function to find the controller from struct udevice
` [U-Boot] [PATCH v2 38/80] dm: usb: Refactor EHCI init
` [U-Boot] [PATCH v2 39/80] dm: usb: Drop the EHCI weak functions
` [U-Boot] [PATCH v2 40/80] dm: usb: Change ehci_reset() to use a pointer
` [U-Boot] [PATCH v2 41/80] dm: usb: Add driver model support to EHCI
` [U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed
` [U-Boot] [PATCH v2 43/80] dm: usb: Bind generic USB devices when there is no driver
` [U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget
` [U-Boot] [PATCH v2 45/80] dm: usb: Split out the keyboard probe into its own function
` [U-Boot] [PATCH v2 46/80] dm: usb: Support driver model with USB keyboards
` [U-Boot] [PATCH v2 47/80] dm: usb: tegra: Add vbus GPIOs for nyan
` [U-Boot] [PATCH v2 48/80] dm: usb: Move struct usb_string to a common place
` [U-Boot] [PATCH v2 49/80] dm: usb: sandbox: Add a uclass for USB device emulation
` [U-Boot] [PATCH v2 50/80] dm: usb: sandbox: Reset emulation devices in usb stop()
` [U-Boot] [PATCH v2 51/80] dm: usb: sandbox: Add an emulator for USB flash devices
` [U-Boot] [PATCH v2 52/80] dm: usb: sandbox: Add an emulator for USB hub emulation
` [U-Boot] [PATCH v2 53/80] dm: usb: sandbox: Add a driver for sandbox
` [U-Boot] [PATCH v2 54/80] dm: usb: dts: sandbox: Add some sample USB devices to sandbox
` [U-Boot] [PATCH v2 55/80] dm: usb: Add support for USB ethernet devices with driver model
` [U-Boot] [PATCH v2 56/80] dm: usb: exynos: Add driver model support to exynos EHCI
` [U-Boot] [PATCH v2 57/80] dm: usb: tegra: Remove the port_addr_clear_csc variable
` [U-Boot] [PATCH v2 58/80] dm: usb: tegra: Tidy up error handling and a static function
` [U-Boot] [PATCH v2 59/80] dm: usb: tegra: Move most of init/uninit into a function
` [U-Boot] [PATCH v2 60/80] dm: usb: tegra: Add driver model support to tegra EHCI
` [U-Boot] [PATCH v2 61/80] dm: usb: xhci: Use a function to get xhci_ctrl
` [U-Boot] [PATCH v2 62/80] dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
` [U-Boot] [PATCH v2 63/80] dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
` [U-Boot] [PATCH v2 64/80] dm: usb: xhci: Factor out common init/uninit
` [U-Boot] [PATCH v2 65/80] dm: usb: Support driver model in XHCI
` [U-Boot] [PATCH v2 66/80] dm: usb: Rename the XHCI HCD to U-Boot
` [U-Boot] [PATCH v2 67/80] dm: usb: exynos: Adjust XHCI driver to support driver model
` [U-Boot] [PATCH v2 68/80] dm: usb: exynos: Use driver model for USB
` [U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow
` [U-Boot] [PATCH v2 70/80] dm: usb: exynos: Enable both EHCI and XHCI "
` [U-Boot] [PATCH v2 71/80] dm: usb: tegra: Move to driver model for USB
` [U-Boot] [PATCH v2 72/80] dm: usb: Add a generic descriptor struct
` [U-Boot] [PATCH v2 73/80] dm: usb: Tidy up pipe value decoding
` [U-Boot] [PATCH v2 74/80] dm: usb: sandbox: Enable USB
` [U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'
` [U-Boot] [PATCH v2 76/80] dm: test: Allow 'dm test' to select a particular test to run
` [U-Boot] [PATCH v2 77/80] dm: usb: Add tests for the USB uclass
` [U-Boot] [PATCH v2 80/80] dm: usb: Add a README for driver model
[U-Boot] Regarding patch: http://patchwork.ozlabs.org/patch/373593/
2015-04-07 18:55 UTC (13+ messages)
[U-Boot] [PATCH] usb: hub: allow pgood_delay to be specified via env
2015-04-07 18:55 UTC (6+ messages)
[U-Boot] [PATCH] dm: eth: Provide a way for drivers to manage packet buffers
2015-04-07 18:39 UTC (4+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v2] dm: spi: Convert Freescale QSPI driver to driver model
2015-04-07 18:38 UTC (4+ messages)
[U-Boot] [PATCH] cmd_mem.c: Update 'iteration_limit' to unsigned long
2015-04-07 18:01 UTC (2+ messages)
[U-Boot] fix makefiles to respect DTC setting
2015-04-07 17:59 UTC (2+ messages)
[U-Boot] [PATCH v3] MAKEALL: fix get_target_arch() to adjust to '-' in Status field
2015-04-07 17:59 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] kbuild: include config.mk when auto.conf is not older than .config
2015-04-07 17:59 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] am33xx/ddr.c: Fix regression on DDR2 platforms
2015-04-07 17:59 UTC (2+ messages)
` [U-Boot] "
[U-Boot] cmd_mem: cleanups, catch bad usage
2015-04-07 17:58 UTC (2+ messages)
[U-Boot] [PATCH] ahci: Fix a wrong parameter pass
2015-04-07 17:58 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] env_sf: Fix recovery default
2015-04-07 17:58 UTC (2+ messages)
` [U-Boot] "
[U-Boot] Pull request: u-boot-spi/master
2015-04-07 17:58 UTC (2+ messages)
[U-Boot] [PATCH 1/2] mtd: vf610_nfc: mark page as dirty on block erase
2015-04-07 17:54 UTC (18+ messages)
[U-Boot] [PATCH 1/2] mtd: vf610_nfc: remove caching of page in buffer
2015-04-07 16:48 UTC (6+ messages)
[U-Boot] [PATCH] net/phy: fixup for get_phy_id
2015-04-07 16:25 UTC (2+ messages)
[U-Boot] [PATCH 1/4] mtd: vf610_nfc: use in-band bad block table
2015-04-07 16:21 UTC (6+ messages)
` [U-Boot] [PATCH 4/4] mtd: vf610_nfc: support subpage write
[U-Boot] Copy to Flash... 9Flash not Erased
2015-04-07 16:14 UTC (3+ messages)
[U-Boot] [PATCH v2 00/12] Power(full) framework based on Driver Model
2015-04-07 15:31 UTC (7+ messages)
` [U-Boot] [PATCH v3 00/17] "
` [U-Boot] [PATCH v3 06/17] dm: regulator: add implementation of driver model regulator uclass
[U-Boot] [PATCHv3 00/17] Add SPL support for SoCFPGA
2015-04-07 14:34 UTC (19+ messages)
` [U-Boot] [PATCHv3 10/17] arm: socfpga: spl: Add s_init stub
` [U-Boot] [PATCHv3 13/17] arm: socfpga: spl: add board_init_f to SPL
` [U-Boot] printf("%d") breaks u-boot 2015.01+
` [U-Boot] u-boot 2015.04 on socfpga was "
[U-Boot] u-boot summit / miniconf this year?
2015-04-07 12:32 UTC (3+ messages)
[U-Boot] Zynq board is boken
2015-04-07 12:06 UTC
[U-Boot] [PATCH v3 0/3] i2c: sunxi: Support every i2c controller on each supported platform
2015-04-07 9:09 UTC (9+ messages)
` [U-Boot] [PATCH v3 1/3] i2c: mvtwsi: Support for up to 4 different controllers
[U-Boot] Question about license information
2015-04-07 8:14 UTC
[U-Boot] [PATCH] QE/DeepSleep: add QE deepsleep support for arm
2015-04-07 7:09 UTC
[U-Boot] [RESEND PATCH 0/6] Add support for Colibri Vybrid Modules
2015-04-07 7:03 UTC (4+ messages)
` [U-Boot] [RESEND PATCH 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
[U-Boot] [PATCH 0/2] i2c: sunxi: Support every i2c controller on each supported platform
2015-04-07 5:20 UTC (4+ messages)
` [U-Boot] [PATCH 1/2] i2c: mvtwsi: Support for up to 4 different controllers
[U-Boot] [PATCH] mx53loco: Disable printing cpuinfo
2015-04-07 3:46 UTC (2+ messages)
[U-Boot] [PATCH V2] ARM: bcm2835: use phys_to_bus() for mbox
2015-04-07 2:57 UTC (2+ messages)
[U-Boot] u-boot: OpenRD Ultimate fails to build
2015-04-07 0:39 UTC (5+ messages)
[U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field
2015-04-07 0:37 UTC (5+ messages)
[U-Boot] [PATCH] buildman: Make -V (verbose_build) really be verbose
2015-04-07 0:36 UTC (3+ messages)
[U-Boot] [PATCH v2] spi: omap3: Fix timeout handling
2015-04-07 0:25 UTC (2+ messages)
[U-Boot] [PATCH v3 1/3] ARM: mx6: Fix errata workarounds for i.MX6
2015-04-06 23:33 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/3] ARM: Add workaround for Cortex-A9 errata 845369
` [U-Boot] [PATCH v3 3/3] ARM: mx6: Enable ARM errata workaround for 845369
[U-Boot] please pull u-boot-samsung master
2015-04-06 22:12 UTC (2+ messages)
[U-Boot] Please pull u-boot-sunxi master
2015-04-06 22:12 UTC (2+ messages)
[U-Boot] [PATCH 0/23] net: cosmetic: Fix naming and other checkpatch.pl issues in net/
2015-04-06 21:54 UTC (3+ messages)
[U-Boot] [PATCH v2 0/11] dm: net: Conversion patches for sunxi driver model Ethernet
2015-04-06 21:09 UTC (3+ messages)
` [U-Boot] [PATCH v2 09/11] dm: net: Adjust designware driver to support driver model
[U-Boot] [PATCH v3 1/2] ARM: Add workaround for Cortex-A9 errata 845369
2015-04-06 18:55 UTC (2+ messages)
` [U-Boot] [PATCH v3 2/2] ARM: mx6: Enable ARM errata workaround for 845369
[U-Boot] [PATCH] ARM: mx6: Fix errata workarounds for i.MX6
2015-04-06 18:39 UTC
[U-Boot] [PATCH v2] ARM: mx6: Enable ARM errata workaround for 845369
2015-04-06 18:21 UTC (2+ messages)
[U-Boot] ubi/ubifs support for generic 'ls' and 'fsload' commands (CMD_FS_GENERIC)?
2015-04-06 15:53 UTC (2+ messages)
[U-Boot] [PATCH v3 1/3] usb: usb_new_device return codes consistency
2015-04-06 15:05 UTC (2+ messages)
[U-Boot] [PATCH] ARM: bcm2835: use phys_to_bus() for mbox
2015-04-06 15:04 UTC (2+ messages)
[U-Boot] [PATCH] drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller
2015-04-06 15:02 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox