Commit Graph

  • 52e6935774 dm: usb: exynos: Adjust XHCI driver to support driver model Simon Glass 2015-03-25 12:22:55 -06:00
  • f161c17840 dm: usb: Rename the XHCI HCD to U-Boot Simon Glass 2015-03-25 12:22:54 -06:00
  • a5762fe048 dm: usb: Support driver model in XHCI Simon Glass 2015-03-25 12:22:53 -06:00
  • 779d126391 dm: usb: xhci: Factor out common init/uninit Simon Glass 2015-03-25 12:22:52 -06:00
  • 5dd75e3b46 dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() Simon Glass 2015-03-25 12:22:51 -06:00
  • 7e0c5ee874 dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() Simon Glass 2015-03-25 12:22:50 -06:00
  • 7c1deec0af dm: usb: xhci: Use a function to get xhci_ctrl Simon Glass 2015-03-25 12:22:49 -06:00
  • c3980ad3b5 dm: usb: tegra: Add driver model support to tegra EHCI Simon Glass 2015-03-25 12:22:48 -06:00
  • ddb9a502d1 dm: usb: tegra: Move most of init/uninit into a function Simon Glass 2015-03-25 12:22:47 -06:00
  • 7e27bddae0 dm: usb: tegra: Tidy up error handling and a static function Simon Glass 2015-03-25 12:22:46 -06:00
  • 943104f07c dm: usb: tegra: Remove the port_addr_clear_csc variable Simon Glass 2015-03-25 12:22:45 -06:00
  • aae04d0771 dm: usb: exynos: Add driver model support to exynos EHCI Simon Glass 2015-03-25 12:22:44 -06:00
  • c0ad74e465 dm: usb: Add support for USB ethernet devices with driver model Simon Glass 2015-03-25 12:22:43 -06:00
  • 4c3db41ace dm: usb: dts: sandbox: Add some sample USB devices to sandbox Simon Glass 2015-03-25 12:22:42 -06:00
  • dfd840010b dm: usb: sandbox: Add a driver for sandbox Simon Glass 2015-03-25 12:22:41 -06:00
  • 5db439920b dm: usb: sandbox: Add an emulator for USB hub emulation Simon Glass 2015-03-25 12:22:40 -06:00
  • f4f715360c dm: usb: sandbox: Add an emulator for USB flash devices Simon Glass 2015-03-25 12:22:39 -06:00
  • 095fdef081 dm: usb: sandbox: Reset emulation devices in usb stop() Simon Glass 2015-03-25 12:22:38 -06:00
  • 019808f97c dm: usb: sandbox: Add a uclass for USB device emulation Simon Glass 2015-03-25 12:22:37 -06:00
  • f84c052a3e dm: usb: Move struct usb_string to a common place Simon Glass 2015-03-25 12:22:36 -06:00
  • 84786a4c58 dm: usb: tegra: Add vbus GPIOs for nyan Simon Glass 2015-03-25 12:22:35 -06:00
  • 697033cbf0 dm: usb: Support driver model with USB keyboards Simon Glass 2015-03-25 12:22:34 -06:00
  • 603afaf0e5 dm: usb: Split out the keyboard probe into its own function Simon Glass 2015-03-25 12:22:33 -06:00
  • fbeceb2602 dm: usb: Allow setting up a USB controller as a device/gadget Simon Glass 2015-03-25 12:22:32 -06:00
  • 449230f031 dm: usb: Bind generic USB devices when there is no driver Simon Glass 2015-03-25 12:22:31 -06:00
  • 0566e2403d dm: usb: Allow USB drivers to be declared and auto-probed Simon Glass 2015-03-25 12:22:30 -06:00
  • 46b01797f4 dm: usb: Add driver model support to EHCI Simon Glass 2015-03-25 12:22:29 -06:00
  • aeca43e388 dm: usb: Change ehci_reset() to use a pointer Simon Glass 2015-03-25 12:22:28 -06:00
  • deb8508c51 dm: usb: Drop the EHCI weak functions Simon Glass 2015-03-25 12:22:27 -06:00
  • 7372b5bd31 dm: usb: Refactor EHCI init Simon Glass 2015-03-25 12:22:26 -06:00
  • 24ed894fc0 dm: usb: ehci: Use a function to find the controller from struct udevice Simon Glass 2015-03-25 12:22:25 -06:00
  • 6a1a8162c6 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() Simon Glass 2015-03-25 12:22:24 -06:00
  • 11d18a1946 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() Simon Glass 2015-03-25 12:22:23 -06:00
  • 56d4273045 dm: usb: tegra: Drop use of global controller variable Simon Glass 2015-03-25 12:22:22 -06:00
  • 727fce369e dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() Simon Glass 2015-03-25 12:22:21 -06:00
  • 27f782b6a1 dm: usb: tegra: Store the controller type explicitly Simon Glass 2015-03-25 12:22:20 -06:00
  • c4a3141d55 dm: usb: Allow ECHI to hold private data for the controller Simon Glass 2015-03-25 12:22:19 -06:00
  • 7338287d58 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() Simon Glass 2015-03-25 12:22:18 -06:00
  • aac064f76b dm: usb: Move all the EHCI weak functions together and declare them Simon Glass 2015-03-25 12:22:17 -06:00
  • acf277af68 dm: usb: Convert usb_storage to driver model Simon Glass 2015-03-25 12:22:16 -06:00
  • 91557579af dm: usb: Move storage device scanning into its own function Simon Glass 2015-03-25 12:22:15 -06:00
  • 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" Simon Glass 2015-04-16 17:27:34 -06:00
  • 051081323f dm: usb: Adjust usb_storage to work with sandbox Simon Glass 2015-03-25 12:22:14 -06:00
  • 84073b6f3c dm: usb: Simply device finding code in usb_storage Simon Glass 2015-03-25 12:22:13 -06:00
  • 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() Simon Glass 2015-03-25 12:22:12 -06:00
  • 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h Simon Glass 2015-03-25 12:22:11 -06:00
  • 054fe48eb2 dm: usb: Add driver model support for hubs Simon Glass 2015-03-25 12:22:10 -06:00
  • 361ad6afc4 dm: usb: Split hub detection into its own function Simon Glass 2015-03-25 12:22:09 -06:00
  • 95fbfe4298 dm: usb: Convert core usb.c file to support driver model Simon Glass 2015-03-25 12:22:08 -06:00
  • 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() Simon Glass 2015-03-25 12:22:07 -06:00
  • 91398f9854 dm: usb: Split out more code from usb_new_device() Simon Glass 2015-03-25 12:22:06 -06:00
  • 128fcac087 dm: usb: Move descriptor setup code into its own function Simon Glass 2015-03-25 12:22:05 -06:00
  • 862e75c0db dm: usb: Refactor port resets Simon Glass 2015-03-25 12:22:04 -06:00
  • 53d8aa0f61 dm: usb: Drop the legacy USB init sequence Simon Glass 2015-03-25 12:22:03 -06:00
  • 6a1b206dc4 dm: usb: Convert 'usb' command to support driver model Simon Glass 2015-03-25 12:22:02 -06:00
  • 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error Simon Glass 2015-03-25 12:22:01 -06:00
  • cad4291cd0 dm: usb: Adjust usb command to prepare for driver model Simon Glass 2015-03-25 12:22:00 -06:00
  • de31213fb8 dm: usb: Add a uclass for USB controllers Simon Glass 2015-03-25 12:21:59 -06:00
  • 56a71f891b dm: gpio: Add an implementation for gpio_get_number() Simon Glass 2015-03-25 12:21:58 -06:00
  • c5785673bc dm: core: Add device children and sibling functions Simon Glass 2015-03-25 12:21:57 -06:00
  • 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods Simon Glass 2015-03-25 12:21:56 -06:00
  • 39de843352 dm: core: Rename driver data function to dev_get_driver_data() Simon Glass 2015-03-25 12:21:55 -06:00
  • 3479253dad dm: core: Convert driver_bind() to use const Simon Glass 2015-03-25 12:21:54 -06:00
  • 2c03c4633b dm: core: Support allocating driver-private data for DMA Simon Glass 2015-03-25 12:21:53 -06:00
  • e23eb614a4 dm: test: bus: Use a local variable to simplify code Simon Glass 2015-03-25 12:21:51 -06:00
  • 887bd4164d sandbox: Fix comment for os_open() Simon Glass 2015-03-25 12:21:50 -06:00
  • 72538f4c3e linker_lists: Add a function to access a linker list entry Simon Glass 2015-03-25 12:21:49 -06:00
  • 63c9729a13 dm: eth: Provide a way for drivers to manage packet buffers Joe Hershberger 2015-04-03 20:09:46 -05:00
  • 5bc4830896 dm: spi: Convert Freescale QSPI driver to driver model Haikun.Wang@freescale.com 2015-04-01 11:10:40 +08:00
  • a891937110 dm: spi: Convert Freescale DSPI driver to driver model Haikun.Wang@freescale.com 2015-03-24 22:03:58 +08:00
  • 863b4e1b9d dm: ls1021a: dts: Add QSPI dts node Haikun.Wang@freescale.com 2015-03-24 21:20:40 +08:00
  • 6db79c4465 dm: ls1021a: dts: Update DSPI node to support DM SPI Haikun.Wang@freescale.com 2015-03-24 21:19:23 +08:00
  • ce35fc17f0 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 haikun 2015-03-24 21:16:31 +08:00
  • ddf79f3623 dm: ls1021a: Bring in ls1021a dts files from linux kernel haikun 2015-03-25 20:23:26 +08:00
  • b6286a1f54 dm: arm: Bring in skeleton64 device tree file from Linux Haikun.Wang@freescale.com 2015-03-24 21:12:13 +08:00
  • c54473cb25 dm: i2c: add i2c-gpio driver Przemyslaw Marczak 2015-03-31 18:57:18 +02:00
  • 705fcf4de4 Kconfig: i2c: fix help message related to dm i2c Przemyslaw Marczak 2015-03-31 18:57:17 +02:00
  • 2984e7a102 dm: gpio: request list: return the count if requests max_count reached Przemyslaw Marczak 2015-03-31 18:57:16 +02:00
  • f9f788f072 i8042: Add keyboard enable logic in kbd_reset() Simon Glass 2015-03-26 09:29:41 -06:00
  • 47cb8c654b sandbox: cros_ec: Add Kconfig for sandbox EC config Simon Glass 2015-03-26 09:29:40 -06:00
  • 3fbb78711c cros_ec: exynos: Match up device tree with kernel version Simon Glass 2015-03-26 09:29:39 -06:00
  • ce6adaa4b5 fdt: Drop LPC compatible string in fdtdec Simon Glass 2015-03-26 09:29:38 -06:00
  • 672055e20b fdt: cros_ec: Drop compatible string in fdtdec Simon Glass 2015-03-26 09:29:37 -06:00
  • 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function Simon Glass 2015-03-26 09:29:36 -06:00
  • 3db02b1b31 exynos: cros_ec: Drop unnecessary init Simon Glass 2015-03-26 09:29:35 -06:00
  • a5dec5a5c4 x86: cros_ec: Drop unnecessary init Simon Glass 2015-03-26 09:29:34 -06:00
  • 06fbf10263 sandbox: cros_ec: Drop unnecessary init Simon Glass 2015-03-26 09:29:33 -06:00
  • 60f37fc6aa cros_ec: Drop unused CONFIG_DM_CROS_EC Simon Glass 2015-03-26 09:29:32 -06:00
  • e96fc7dfc8 cros_ec: Reinit the cros_ec device when 'crosec init' is used Simon Glass 2015-03-26 09:29:31 -06:00
  • 72a38e06a2 dm: cros_ec: Convert cros_ec LPC driver to driver model Simon Glass 2015-03-26 09:29:30 -06:00
  • 90b16d1491 x86: chromebook_link: dts: Add PCH and LPC devices Simon Glass 2015-03-26 09:29:29 -06:00
  • a274e9cac5 dm: x86: Add a uclass for an Low Pin Count (LPC) device Simon Glass 2015-03-26 09:29:28 -06:00
  • 452f548753 dm: x86: Add a uclass for a Platform Controller Hub Simon Glass 2015-03-26 09:29:27 -06:00
  • ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model Simon Glass 2015-03-26 09:29:26 -06:00
  • 8d987abc6a dm: sf: Add driver model read/write/erase methods Simon Glass 2015-03-26 09:29:25 -06:00
  • 60304592b9 net: Improve error handling Joe Hershberger 2015-03-22 17:09:24 -05:00
  • 22f68524f8 sandbox: eth: Add support for using the 'lo' interface Joe Hershberger 2015-03-22 17:09:23 -05:00
  • f3e0c3744a sandbox: Enable DHCP and IP defrag Joe Hershberger 2015-03-22 17:09:22 -05:00
  • a346ca7902 sandbox: eth: Add a bridge to a real network for sandbox Joe Hershberger 2015-03-22 17:09:21 -05:00
  • 7ece1c61ad test: dm: net: Add a test of the netretry behavior Joe Hershberger 2015-03-22 17:09:20 -05:00