public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-03-25 16:08:12 to 2015-03-26 19:08:53 UTC [more...]

[U-Boot] Regression in usb-storage in u-boot 2015.04 ???
 2015-03-26 19:08 UTC 

[U-Boot] [PATCH v2 0/80] dm: Add USB support
 2015-03-26 18:22 UTC  (84+ 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 78/80] dm: usb: tegra: Drop legacy USB code
` [U-Boot] [PATCH v2 79/80] dm: usb: exynos: "
` [U-Boot] [PATCH v2 80/80] dm: usb: Add a README for driver model

[U-Boot] [PATCH v2] ARM: tegra: update colibri_t20 configuration
 2015-03-26 17:33 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
 2015-03-26 16:32 UTC  (6+ messages)
` [U-Boot] [PATCH v3 0/4] common/lcd_console: introduce display/framebuffer rotation
  ` [U-Boot] [PATCH v3 4/4] "

[U-Boot] Arcturus Networks Inc. new board support (uCP1020) patches
 2015-03-26 16:09 UTC  (2+ messages)
    ` [U-Boot] {PATH] "

[U-Boot] [PATCH v2 0/17] dm: x86: Convert x86 to use driver model more fully
 2015-03-26 15:29 UTC  (18+ messages)
` [U-Boot] [PATCH v2 01/17] dm: sf: Add driver model read/write/erase methods
` [U-Boot] [PATCH v2 02/17] dm: x86: spi: Convert ICH SPI driver to driver model
` [U-Boot] [PATCH v2 03/17] dm: x86: Add a uclass for a Platform Controller Hub
` [U-Boot] [PATCH v2 04/17] dm: x86: Add a uclass for an Low Pin Count (LPC) device
` [U-Boot] [PATCH v2 05/17] x86: chromebook_link: dts: Add PCH and LPC devices
` [U-Boot] [PATCH v2 06/17] dm: cros_ec: Convert cros_ec LPC driver to driver model
` [U-Boot] [PATCH v2 07/17] cros_ec: Reinit the cros_ec device when 'crosec init' is used
` [U-Boot] [PATCH v2 08/17] cros_ec: Drop unused CONFIG_DM_CROS_EC
` [U-Boot] [PATCH v2 09/17] sandbox: cros_ec: Drop unnecessary init
` [U-Boot] [PATCH v2 10/17] x86: "
` [U-Boot] [PATCH v2 11/17] exynos: "
` [U-Boot] [PATCH v2 12/17] cros_ec: Remove unused cros_ec_board_init() function
` [U-Boot] [PATCH v2 13/17] fdt: cros_ec: Drop compatible string in fdtdec
` [U-Boot] [PATCH v2 14/17] fdt: Drop LPC "
` [U-Boot] [PATCH v2 15/17] cros_ec: exynos: Match up device tree with kernel version
` [U-Boot] [PATCH v2 16/17] sandbox: cros_ec: Add Kconfig for sandbox EC config
` [U-Boot] [PATCH v2 17/17] i8042: Add keyboard enable logic in kbd_reset()

[U-Boot] [PATCH 1/1] ARM: mxs: get boot mode from OTP
 2015-03-26 14:57 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: tegra: fix colibri_t20 asix reset
 2015-03-26 14:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] rename colibri_t20
 2015-03-26 14:15 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/2] ARM: tegra: get rid of colibri_t20-common
` [U-Boot] [PATCH v2 2/2] ARM: tegra: rename colibri_t20 board/configuration/device-tree

[U-Boot] [PATCH 0/4] Add support for stm32f429-discovery board
 2015-03-26 14:07 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] dm: i2c: enable driver model for software i2c
 2015-03-26 13:18 UTC  (12+ messages)
` [U-Boot] [PATCH 1/3] dm: i2c soft: enable driver model for software i2c driver
` [U-Boot] [PATCH 2/3] Kconfig: i2c: remove wrong help message related to dm i2c
` [U-Boot] [PATCH 3/3] Kconfig: i2c: add entry for driver-model software i2c

[U-Boot] [PATCH] sunxi: set GMAC TX delay = 0x1 on Cubietruck
 2015-03-26 12:26 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: axp209: fix incorrect limits on ldo3
 2015-03-26 12:26 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2015-03-26 12:24 UTC 

[U-Boot] [PATCH v4 0/2] ARM: mx5: add support for USB armory board
 2015-03-26 11:49 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] ARM: mx5: move to a standard arch/board approach
` [U-Boot] [PATCH v4 2/2] ARM: mx5: add support for USB armory board

[U-Boot] [PATCH 1/2 v1] sf: probe: Add support Atmel AT45DB series devices special commands
 2015-03-26 11:03 UTC  (6+ messages)

[U-Boot] [PATCH] T104xD4: Add Secure boot support for T104xD4RDB platforms
 2015-03-26 10:22 UTC 

[U-Boot] [PATCH] config: peach: Correct memory layout environment settings
 2015-03-26 10:11 UTC  (8+ messages)

[U-Boot] serial atag tag in devicetree ?
 2015-03-26  9:16 UTC  (9+ messages)

[U-Boot] Adding support for red pitaya zynq board; is zynq working?
 2015-03-26  9:08 UTC 

[U-Boot] NAND Flash with Internal Hardware ECC
 2015-03-26  8:45 UTC 

[U-Boot] [PATCH] watchdog/imx_watchdog: do not set WCR_WDW
 2015-03-26  8:27 UTC  (4+ messages)

[U-Boot] [PATCH v3] T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
 2015-03-26  8:13 UTC 

[U-Boot] [PATCH v3] arm: mx5: Add support for USB armory board
 2015-03-26  7:42 UTC  (5+ messages)

[U-Boot] [PATCH 4/4] powerpc/t2080qds: enable eSDHC peripheral clock support for kernel
 2015-03-26  5:54 UTC 

[U-Boot] [PATCH 3/4] mmc: fsl_esdhc: Add peripheral clock support for kernel
 2015-03-26  5:53 UTC 

[U-Boot] [PATCH 2/4] powerpc/t2080qds: enable eSDHC adapter card type identification
 2015-03-26  5:53 UTC 

[U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add adapter card type identification support
 2015-03-26  5:52 UTC 

[U-Boot] Driver model Ethernet issue
 2015-03-26  3:10 UTC 

[U-Boot] u-boot: OpenRD Ultimate fails to build
 2015-03-26  2:57 UTC  (2+ messages)

[U-Boot] [PATCH 2/2 v1] sf: Update AT45DB021D flash chip parameters
 2015-03-26  2:21 UTC  (3+ messages)

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C
 2015-03-26  2:12 UTC  (6+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH v2] ARM: tegra: fix colibri_t20 machine type
 2015-03-26  1:16 UTC 

[U-Boot] [PATCH] ARM: tegra: fix colibri_t20 machine type
 2015-03-26  0:45 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support
 2015-03-25 23:23 UTC  (5+ messages)
` [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

[U-Boot] Please pull u-boot-dm
 2015-03-25 22:45 UTC 

[U-Boot] [PATCH] dm: serial: remove bogus include <ns16550.h>
 2015-03-25 22:45 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] x86: crownbay: Enable saving environment in SPI flash
 2015-03-25 22:35 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] x86: galileo: "

[U-Boot] [PATCH 0/4] x86: Add Intel Topcliff PCH Gigabit Ethernet support
 2015-03-25 22:35 UTC  (17+ messages)
` [U-Boot] [PATCH 1/4] net: Add ethernet FCS length macro in net.h
` [U-Boot] [PATCH 2/4] net: Update README.drivers.eth to mention latest APIs
` [U-Boot] [PATCH 3/4] net: Add Intel Topcliff GMAC driver
` [U-Boot] [PATCH 4/4] x86: crownbay: Enable Intel Topcliff GMAC support

[U-Boot] [PATCH] x86: quark: Enable on-chip ethernet controllers
 2015-03-25 22:34 UTC  (3+ messages)

[U-Boot] [PATCH] x86: Add queensbay fsp patch information in README.x86
 2015-03-25 22:34 UTC  (3+ messages)

[U-Boot] [PATCH] fdtdec: Improve fdtdec_get_pci_bdf() documentation
 2015-03-25 22:34 UTC  (3+ messages)

[U-Boot] [PATCH] arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME
 2015-03-25 22:34 UTC  (3+ messages)

[U-Boot] Please pull u-boot-x86.git
 2015-03-25 22:33 UTC 

[U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
 2015-03-25 21:12 UTC  (10+ messages)
` [U-Boot] [PATCH 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture

[U-Boot] [PATCH v2 0/3] Boot from the bootable paritions
 2015-03-25 20:50 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] part: Add support for list filtering on bootable partitions
` [U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command
` [U-Boot] [PATCH v2 3/3] config_distro_bootcmd.h: Prefer booting from bootable paritions

[U-Boot] [PATCH 0/13] ARM: UniPhier: enable CONFIG_SPL_DM with some clean-ups
 2015-03-25 20:49 UTC  (5+ messages)

[U-Boot] [PATCH 2/5 v2] dm: ls1021a: Bring in ls1021a dts files from linux kernel
 2015-03-25 20:46 UTC  (2+ messages)

[U-Boot] [PATCH] tegra: pinmux: fix FUNCMUX_NDFLASH_KBC_8_BIT
 2015-03-25 18:08 UTC  (4+ messages)

[U-Boot] [PATCH 1/4] ARM: tegra: pinctrl: move Tegra210 code to the correct dir
 2015-03-25 18:04 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: tegra: pinctrl: minor cleanup
` [U-Boot] [PATCH 3/4] ARM: tegra: pinctrl: add support for MIPI PAD control groups
` [U-Boot] [PATCH 4/4] ARM: tegra: enable MIPI PAD CTRL support for Tegra124

[U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8
 2015-03-25 16:58 UTC  (5+ messages)

[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
 2015-03-25 16:09 UTC  (25+ messages)
` [U-Boot] [PATCH v2 00/12] "
  ` [U-Boot] [PATCH v2 03/12] dm: pmic: add implementation of driver model pmic uclass
  ` [U-Boot] [PATCH v2 04/12] dm: pmic: add implementation of driver model regulator uclass
  ` [U-Boot] [PATCH v2 05/12] dm: pmic: new commands: pmic and regulator
  ` [U-Boot] [PATCH v2 07/12] dm: regulator: add max77686 regulator driver
  ` [U-Boot] [PATCH v2 08/12] doc: driver-model: pmic and regulator uclass documentation
  ` [U-Boot] [PATCH v2 10/12] odroid: board: add support to dm pmic api


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