Commit Graph

29574 Commits (91557579af4d5492104cb632cb44746b9867fb81)
 

Author SHA1 Message Date
Simon Glass 91557579af dm: usb: Move storage device scanning into its own function 9 years ago
Simon Glass 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" 9 years ago
Simon Glass 051081323f dm: usb: Adjust usb_storage to work with sandbox 9 years ago
Simon Glass 84073b6f3c dm: usb: Simply device finding code in usb_storage 9 years ago
Simon Glass 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() 9 years ago
Simon Glass 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h 9 years ago
Simon Glass 054fe48eb2 dm: usb: Add driver model support for hubs 9 years ago
Simon Glass 361ad6afc4 dm: usb: Split hub detection into its own function 9 years ago
Simon Glass 95fbfe4298 dm: usb: Convert core usb.c file to support driver model 9 years ago
Simon Glass 0ed27905ce dm: usb: Complete the splitting up of usb_new_device() 9 years ago
Simon Glass 91398f9854 dm: usb: Split out more code from usb_new_device() 9 years ago
Simon Glass 128fcac087 dm: usb: Move descriptor setup code into its own function 9 years ago
Simon Glass 862e75c0db dm: usb: Refactor port resets 9 years ago
Simon Glass 53d8aa0f61 dm: usb: Drop the legacy USB init sequence 9 years ago
Simon Glass 6a1b206dc4 dm: usb: Convert 'usb' command to support driver model 9 years ago
Simon Glass 79b5888729 dm: usb: Adjust usb_alloc_new_device() to return an error 9 years ago
Simon Glass cad4291cd0 dm: usb: Adjust usb command to prepare for driver model 9 years ago
Simon Glass de31213fb8 dm: usb: Add a uclass for USB controllers 9 years ago
Simon Glass 56a71f891b dm: gpio: Add an implementation for gpio_get_number() 9 years ago
Simon Glass c5785673bc dm: core: Add device children and sibling functions 9 years ago
Simon Glass 206d4d2b4b dm: core: Mark device as active before calling uclass probe() methods 9 years ago
Simon Glass 39de843352 dm: core: Rename driver data function to dev_get_driver_data() 9 years ago
Simon Glass 3479253dad dm: core: Convert driver_bind() to use const 9 years ago
Simon Glass 2c03c4633b dm: core: Support allocating driver-private data for DMA 9 years ago
Simon Glass e23eb614a4 dm: test: bus: Use a local variable to simplify code 9 years ago
Simon Glass 887bd4164d sandbox: Fix comment for os_open() 9 years ago
Simon Glass 72538f4c3e linker_lists: Add a function to access a linker list entry 9 years ago
Joe Hershberger 63c9729a13 dm: eth: Provide a way for drivers to manage packet buffers 9 years ago
Haikun.Wang@freescale.com 5bc4830896 dm: spi: Convert Freescale QSPI driver to driver model 9 years ago
Haikun.Wang@freescale.com a891937110 dm: spi: Convert Freescale DSPI driver to driver model 9 years ago
Haikun.Wang@freescale.com 863b4e1b9d dm: ls1021a: dts: Add QSPI dts node 9 years ago
Haikun.Wang@freescale.com 6db79c4465 dm: ls1021a: dts: Update DSPI node to support DM SPI 9 years ago
haikun ce35fc17f0 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 9 years ago
haikun ddf79f3623 dm: ls1021a: Bring in ls1021a dts files from linux kernel 9 years ago
Haikun.Wang@freescale.com b6286a1f54 dm: arm: Bring in skeleton64 device tree file from Linux 9 years ago
Przemyslaw Marczak c54473cb25 dm: i2c: add i2c-gpio driver 9 years ago
Przemyslaw Marczak 705fcf4de4 Kconfig: i2c: fix help message related to dm i2c 9 years ago
Przemyslaw Marczak 2984e7a102 dm: gpio: request list: return the count if requests max_count reached 9 years ago
Simon Glass f9f788f072 i8042: Add keyboard enable logic in kbd_reset() 9 years ago
Simon Glass 47cb8c654b sandbox: cros_ec: Add Kconfig for sandbox EC config 9 years ago
Simon Glass 3fbb78711c cros_ec: exynos: Match up device tree with kernel version 9 years ago
Simon Glass ce6adaa4b5 fdt: Drop LPC compatible string in fdtdec 9 years ago
Simon Glass 672055e20b fdt: cros_ec: Drop compatible string in fdtdec 9 years ago
Simon Glass 7e0c77a2b8 cros_ec: Remove unused cros_ec_board_init() function 9 years ago
Simon Glass 3db02b1b31 exynos: cros_ec: Drop unnecessary init 9 years ago
Simon Glass a5dec5a5c4 x86: cros_ec: Drop unnecessary init 9 years ago
Simon Glass 06fbf10263 sandbox: cros_ec: Drop unnecessary init 9 years ago
Simon Glass 60f37fc6aa cros_ec: Drop unused CONFIG_DM_CROS_EC 9 years ago
Simon Glass e96fc7dfc8 cros_ec: Reinit the cros_ec device when 'crosec init' is used 9 years ago
Simon Glass 72a38e06a2 dm: cros_ec: Convert cros_ec LPC driver to driver model 9 years ago