aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-05zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini1-2/+0
2016-08-05Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-8/+39
2016-08-05rockchip: remove log2 reimplementation from clock driversHeiko Stübner2-14/+6
2016-08-05clock: rk3399: add support for dwmmc 400KKever Yang1-8/+21
2016-08-05move: rockchip: move clock drivers into a subdirectoryHeiko Stübner5-3/+10
2016-08-05rk3399: 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
2016-08-05mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan1-0/+2
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung4-25/+19
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung3-5/+5
2016-08-05mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung1-3/+0
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung20-90/+95
2016-08-05mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung1-1/+0
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2-2/+1
2016-08-05mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-1/+1
2016-08-05mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung1-1/+2
2016-08-05mmc: sdhci: clean up timeout detectionMasahiro Yamada1-9/+9
2016-08-04ARM: tegra: adapt to latest HSP DT bindingStephen Warren1-8/+39
2016-08-02driver/ddr/fsl: Fix timing_cfg_2York Sun1-1/+1
2016-08-02crypto/fsl: Update blob cmd to accept 64bit addressesSumit Garg1-3/+10
2016-08-02driver: spi: fsl-qspi: remove compile WarningsYunhui Cui1-1/+3
2016-07-31Merge git://git.denx.de/u-boot-rockchipTom Rini2-5/+22
2016-07-31net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede1-3/+10
2016-07-31sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai1-0/+16