summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass1-2/+49
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass1-38/+59
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass1-28/+17
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass1-2/+4
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass1-19/+11
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass1-1/+5
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass2-43/+44
2015-04-18dm: usb: Add driver model support for hubsSimon Glass2-4/+91
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass1-16/+41
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass1-6/+25
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass1-62/+95
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass1-30/+42
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass1-65/+82
2015-04-18dm: usb: Refactor port resetsSimon Glass3-17/+45
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass1-22/+4
2015-04-18dm: usb: Convert 'usb' command to support driver modelSimon Glass1-2/+145
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass3-27/+53
2015-04-18dm: usb: Adjust usb command to prepare for driver modelSimon Glass1-26/+25
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass6-6/+694
2015-04-18dm: gpio: Add an implementation for gpio_get_number()Simon Glass1-0/+12
2015-04-18dm: core: Add device children and sibling functionsSimon Glass2-0/+58
2015-04-18dm: core: Mark device as active before calling uclass probe() methodsSimon Glass2-4/+7
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass5-12/+18
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass4-7/+8
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass2-2/+20
2015-04-18dm: test: bus: Use a local variable to simplify codeSimon Glass1-6/+10
2015-04-18sandbox: Fix comment for os_open()Simon Glass1-1/+1
2015-04-18linker_lists: Add a function to access a linker list entrySimon Glass1-0/+10
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2-2/+10
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com1-329/+656
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com3-0/+888
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com3-0/+39
2015-04-18dm: ls1021a: dts: Update DSPI node to support DM SPIHaikun.Wang@freescale.com3-18/+4
2015-04-18dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1haikun3-40/+40
2015-04-18dm: ls1021a: Bring in ls1021a dts files from linux kernelhaikun4-0/+662
2015-04-18dm: arm: Bring in skeleton64 device tree file from LinuxHaikun.Wang@freescale.com1-0/+13
2015-04-18dm: i2c: add i2c-gpio driverPrzemyslaw Marczak4-0/+393
2015-04-18Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak1-10/+7
2015-04-18dm: gpio: request list: return the count if requests max_count reachedPrzemyslaw Marczak1-5/+1
2015-04-18i8042: Add keyboard enable logic in kbd_reset()Simon Glass1-0/+7
2015-04-18sandbox: cros_ec: Add Kconfig for sandbox EC configSimon Glass1-0/+9
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass12-110/+148
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass2-2/+0
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass2-2/+0
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass2-12/+0
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass4-16/+0
2015-04-18x86: cros_ec: Drop unnecessary initSimon Glass2-8/+0
2015-04-18sandbox: cros_ec: Drop unnecessary initSimon Glass2-13/+0
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass10-506/+1
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass1-2/+8