summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-15net: mii: Changes not made by spatchJoe Hershberger6-50/+40
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger6-37/+25
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger19-145/+381
2016-08-15net/ethoc: implement MDIO bus and support phylibMax Filippov1-6/+150
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-5/+41
2016-08-15net/ethoc: don't mix virtual and physical addressesMax Filippov1-10/+13
2016-08-15net/ethoc: support device treeMax Filippov1-0/+15
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-47/+174
2016-08-15net/ethoc: use priv instead of dev internallyMax Filippov1-55/+56
2016-08-15net/ethoc: add Kconfig entry for the driverMax Filippov1-0/+5
2016-08-15net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2-30/+35
2016-08-15net: smsc95xx: Use correct get_unaligned functionsChris Packham1-2/+2
2016-08-15net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang1-8/+69
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini9-11/+25
2016-08-12misc: add "call" uclass opStephen Warren1-0/+11
2016-08-12power: pmic: act8846: add missing newline to debug statementsJohn Keeping1-2/+2
2016-08-12power: regulator: act8846: fix reading valuesJohn Keeping1-2/+2
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren6-7/+10
2016-08-12kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2-9/+9
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla1-1/+1
2016-08-12drivers/sysreset: group sysreset driversMax Filippov12-12/+212
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass5-6/+0
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-107/+879
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R1-1/+1
2016-08-08drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N1-45/+177
2016-08-08drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N1-3/+3
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R1-0/+12
2016-08-08gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R3-0/+188
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-08-07usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-1/+82
2016-08-07usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-4/+127
2016-08-07drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat1-27/+36
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada1-0/+7
2016-08-07usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada1-0/+17
2016-08-07usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada1-10/+25
2016-08-07net: usb: r8152: Add DM supportStefan Roese3-22/+221
2016-08-07dm: ehci-mx6: support driver modelPeng Fan1-14/+130
2016-08-07spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max valueChin Liang See1-2/+5
2016-08-06Merge git://git.denx.de/u-boot-rockchipTom Rini5-16/+848
2016-08-06zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini1-2/+0
2016-08-06Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-8/+39
2016-08-06rockchip: remove log2 reimplementation from clock driversHeiko Stübner2-14/+6
2016-08-06clock: rk3399: add support for dwmmc 400KKever Yang1-8/+21
2016-08-06move: rockchip: move clock drivers into a subdirectoryHeiko Stübner5-3/+10
2016-08-06rk3399: add basic soc driverKever Yang2-0/+820
2016-08-05mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung1-1/+1
2016-08-05mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan1-0/+1