summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | dm: atmel: Add driver model support for the ehci driverWenyou Yang2016-08-15-0/+123
| * | pinctrl: at91-pio4: Add pinctrl driverWenyou Yang2016-08-15-0/+190
| * | gpio: atmel_pio4: Rework to support DM & DTWenyou Yang2016-08-15-23/+117
| * | gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang2016-08-15-53/+18
| * | clk: at91: Add clock driverWenyou Yang2016-08-15-0/+776
| * | tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2016-08-15-2/+15
| * | i2c: atmel: add i2c driverSongjun Wu2016-08-15-0/+426
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-08-15-369/+980
|\ \ \
| * | | net: mii: Changes not made by spatchJoe Hershberger2016-08-15-50/+40
| * | | net: mii: Fix changes made by spatchJoe Hershberger2016-08-15-37/+25
| * | | net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-15-145/+381
| * | | net/ethoc: implement MDIO bus and support phylibMax Filippov2016-08-15-6/+150
| * | | net/ethoc: support private memory configurationsMax Filippov2016-08-15-5/+41
| * | | net/ethoc: don't mix virtual and physical addressesMax Filippov2016-08-15-10/+13
| * | | net/ethoc: support device treeMax Filippov2016-08-15-0/+15
| * | | net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-15-47/+174
| * | | net/ethoc: use priv instead of dev internallyMax Filippov2016-08-15-55/+56
| * | | net/ethoc: add Kconfig entry for the driverMax Filippov2016-08-15-0/+5
| * | | net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-15-30/+35
| * | | net: smsc95xx: Use correct get_unaligned functionsChris Packham2016-08-15-2/+2
| * | | net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-15-8/+69
| |/ /
* | | i2c: tegra: add standardized clk/reset API supportBryan Wu2016-08-15-4/+85
* | | pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2016-08-15-5/+159
* | | mmc: tegra: port to standard clock/reset APIsStephen Warren2016-08-15-9/+55
* | | i2c: add Tegra186 BPMP driverStephen Warren2016-08-15-0/+140
* | | power domain: add Tegra186 driverStephen Warren2016-08-15-0/+100
* | | reset: add Tegra186 reset driverStephen Warren2016-08-15-0/+89
* | | clock: add Tegra186 clock driverStephen Warren2016-08-15-0/+118
* | | misc: add Tegra BPMP driverStephen Warren2016-08-15-0/+270
|/ /
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-08-12-11/+25
|\ \
| * | misc: add "call" uclass opStephen Warren2016-08-12-0/+11
| * | power: pmic: act8846: add missing newline to debug statementsJohn Keeping2016-08-12-2/+2
| * | power: regulator: act8846: fix reading valuesJohn Keeping2016-08-12-2/+2
| * | fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-7/+10
* | | kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-12-9/+9
* | | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-12-1/+1
* | | drivers/sysreset: group sysreset driversMax Filippov2016-08-12-12/+212
* | | i2c: Drop redundant platform data setting in driversSimon Glass2016-08-12-6/+0
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-08-11-107/+879
|\ \
| * | eth: asix88179: Add support for the driver modelAlban Bedel2016-08-09-0/+184
| * | eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-09-28/+47
| * | eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-07-1/+1
| * | eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-07-0/+2
| * | usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-07-1/+82
| * | usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-07-4/+127
| * | drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat2016-08-07-27/+36
| * | usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada2016-08-07-0/+7
| * | usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada2016-08-07-0/+17
| * | usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada2016-08-07-10/+25
| * | net: usb: r8152: Add DM supportStefan Roese2016-08-07-22/+221