aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini11-319/+480
2017-08-07net: phy: micrel: add an option to disable gigabit for the KSZ9031Sebastien Bourdelin1-0/+28
2017-08-07net: phy: Add AFE settings to the Broadcom Cygnus phyArun Parameswaran1-1/+63
2017-08-07net: move Broadcom SF2 driver to KconfigSuji Velupillai2-2/+24
2017-08-07net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig optionsAlexandru Gagniuc1-22/+2
2017-08-07net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxxAlexandru Gagniuc1-357/+1
2017-08-07net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc5-7/+406
2017-08-07net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Alexandru Gagniuc1-8/+0
2017-08-07net: ag7xxx: Propagate errors on phy accessJoe Hershberger1-5/+24
2017-08-07net: ag7xxx: Comment register namesJoe Hershberger1-0/+16
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich1-2/+2
2017-08-07drivers/net/phy/fixed: do not overwrite addrChristian Gmeiner1-1/+0
2017-08-07rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsieric.gao@rock-chips.com1-0/+1
2017-08-07rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsieric.gao@rock-chips.com2-1/+192
2017-08-07rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsieric.gao@rock-chips.com1-1/+2
2017-08-07rockchip: video: mipi: Split mipi driver into common and specific partseric.gao@rock-chips.com3-164/+220
2017-08-07video: Drop the ct69000 driverBin Meng4-1208/+2
2017-08-07video: Drop the sm501 driverBin Meng2-226/+0
2017-08-07video: Drop the sed156x driverBin Meng2-547/+0
2017-08-07video: Drop the l5f31188 driverBin Meng2-193/+0
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini2-162/+556
2017-08-03ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng1-1/+1
2017-08-02Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini8-7/+1046
2017-08-03net: ravb: Add clock handling supportMarek Vasut1-2/+19
2017-08-03net: ravb: Detect PHY correctlyMarek Vasut1-3/+4
2017-08-03net: ravb: Add OF probing supportMarek Vasut1-0/+37
2017-08-03serial: sh: Use the clock framework to obtain clock configMarek Vasut1-2/+11
2017-08-03serial: sh: Convert to KconfigMarek Vasut1-0/+8
2017-08-03clk: rmobile: Add RCar Gen3 clock driverMarek Vasut5-0/+967
2017-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-2/+14
2017-08-02fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu1-16/+10
2017-08-02clk: zynqmp: Remove unused macros/variablesMichal Simek1-4/+0
2017-08-02clk: zynqmp: Dont panic incase of mmio write/read failuresSiva Durga Prasad Paladugu1-19/+44
2017-08-02clk: zynqmp: Add support for CCF driverSiva Durga Prasad Paladugu1-147/+526
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini9-57/+141
2017-08-01soc/fsl-layerscape: Update SVR number for LS2081A and LS2041ASantan Kumar1-2/+2
2017-08-01fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar1-0/+4
2017-08-01spi: fsl_qspi: Pet watchdog even moreAlexander Stein1-0/+8
2017-08-01x86: Convert MMC to driver modelSimon Glass1-26/+60
2017-08-01block: ide: Fix build error when CONFIG_BLK is onBin Meng1-0/+2
2017-08-01dm: scsi: Add a generic PCI-based AHCI driverBin Meng3-0/+49
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+6
2017-08-01x86: kconfig: Select PCI and DM_PCIBin Meng1-1/+1
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-1/+0
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng1-4/+9
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng1-4/+4
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng1-15/+9
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng1-9/+0
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng1-0/+4
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng1-1/+1