aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-25exynos: video: Drop static variables in exynos_fb.cSimon Glass1-6/+2
2016-05-25exynos: video: Drop static variables in exynos_fimd.cSimon Glass2-23/+30
2016-05-25exynos: video: Drop the static lcd_base_addr variableSimon Glass3-34/+15
2016-05-25exynos: video: Remove use of vidinfo_t typedefSimon Glass3-11/+11
2016-05-25exynos: video: Drop dead codeSimon Glass4-26/+0
2016-05-25exynos: video: Move driver files into their own directorySimon Glass15-7/+15
2016-05-25serial: s5p: use clock api to get clock rateThomas Abraham1-1/+14
2016-05-25serial: s5p: get the port id number from the alias of the device nodeThomas Abraham1-2/+2
2016-05-25clk: exynos: add clock driver for Exynos7420 SocThomas Abraham7-0/+307
2016-05-25pinctrl: Add pinctrl driver support for Exynos7420 SoCThomas Abraham7-0/+359
2016-05-25pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham1-0/+1
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini6-156/+381
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini9-530/+1172
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy1-1/+1
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy1-11/+0
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy1-10/+77
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy1-5/+10
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy1-2/+21
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N3-17/+130
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N1-4/+20
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N1-4/+2
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N1-0/+14
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2-0/+1020
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith2-598/+0
2016-05-24Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini15-73/+152
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek1-5/+1
2016-05-24phy: Wire return value from phy_config()Michal Simek2-5/+2
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek11-56/+115
2016-05-24phy: Return correct error code when timeout happensMichal Simek2-3/+3
2016-05-24net: xilinx: Handle error value from phy_startup()Michal Simek2-3/+8
2016-05-24fpga: Fix typo in function commentMichal Simek1-1/+1
2016-05-24gpio: zynq: Add support for reading gpio pin stateMichal Simek1-0/+22
2016-05-23Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini3-0/+393
2016-05-23Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini14-0/+1269
2016-05-23omap3: Fix SPI registers on am33xx and am43xxMartin Hejnfelt1-3/+20
2016-05-23cmd: qfw: bring ACPI generation code into qfw coreMiao Yan1-0/+206
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan3-3/+3
2016-05-23x86: qemu: move x86 specific operations out of qfw coreMiao Yan1-17/+13
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan3-0/+191
2016-05-21ar933x: serial: Remove the explicit pinctrl settingWills Wang1-14/+2
2016-05-21ath79: spi: Remove the explicit pinctrl settingWills Wang1-12/+0
2016-05-21drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.Purna Chandra Mandal3-0/+452
2016-05-21drivers: spi: add spi support for QCA/Atheros ath79 SOCsWills Wang3-0/+250
2016-05-21drivers: serial: add serial driver for ar933x SOCWills Wang3-0/+274
2016-05-21drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros qca953x.Wills Wang3-0/+166
2016-05-21drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros ar933x.Wills Wang4-0/+151
2016-05-20arm: mvebu: a38x: Weed out floating point useMarek Vasut1-19/+10
2016-05-18driver/ddr/fsl: Add workaround for erratum A-010165Shengzhou Liu1-1/+9
2016-05-18crypto/fsl: add support for multiple SEC engines initializationAlex Porosanu2-115/+159
2016-05-18sf: Disable 4-KB erase command for SPANSION S25FS-S familyYuan Yao1-0/+72