aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge git://www.denx.de/git/u-boot-marvellTom Rini6-0/+226
2016-12-12arm64: mvebu: pinctrl: Add pin control driver for A8K familyKonstantin Porotchkin6-0/+226
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini9-115/+17
2016-12-09Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini9-17/+115
2016-12-08net/phy/vitesse: Rework RGMII skew configuration for VSC8601Alex1-19/+24
2016-12-08net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese1-6/+16
2016-12-08net: fman: fix 2.5G SGMII settingsshaohui xie2-10/+24
2016-12-08net: phy: realtek: Only force master mode on rtl8211b/coliver@schinagl.nl1-8/+23
2016-12-08net: phy: realtek: make define more consistentoliver@schinagl.nl1-2/+2
2016-12-08net: phy: realtek: Use the BIT() macrooliver@schinagl.nl1-2/+3
2016-12-08net: phy: micrel: Fix error handlingMarek Vasut1-2/+4
2016-12-08net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek3-6/+3
2016-12-08block: Move ceva driver to DMMichal Simek2-2/+48
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek5-9/+64
2016-12-06usb: xhci-pci: Add DM supportStefan Roese1-0/+81
2016-12-05Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini4-55/+155
2016-12-05fsl/usb: enable the errata-a005697 for ls1012ajerry.huang@nxp.com1-0/+4
2016-12-05fsl/ddr: Add erratum_a009942_check_cpo and clean related erratumShengzhou Liu3-31/+134
2016-12-05fsl/ddr: Fix compiling warningShengzhou Liu1-32/+25
2016-12-05Merge git://www.denx.de/git/u-boot-i2cTom Rini18-1128/+635
2016-12-05sata: sata_mv: Fix misaligned cache warningsStefan Roese1-3/+9
2016-12-05pci: mvebu: Add PCIe driver for Armada-8KShadi Ammouri3-0/+546
2016-12-05drivers/phy: marvell: Add support for the slave CP COMPHY deviceStefan Roese2-3/+14
2016-12-05dm: i2c: Add a note to I2C drivers which need conversionSimon Glass14-0/+42
2016-12-05samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass4-545/+591
2016-12-05samsung: i2c: Drop old code from I2C driverSimon Glass1-583/+2
2016-12-04usb: gadget: remove unused shortname variableAndre Przywara1-1/+0
2016-12-04usb: eth: r8152_fw: fix indentationAndre Przywara1-4/+4
2016-12-04marvell: comphy_a3700: fix bitmaskAndre Przywara1-2/+2
2016-12-04net: rtl8169: remove unneeded definitionAndre Przywara1-3/+0
2016-12-04net: e1000: fix indentationAndre Przywara1-3/+2
2016-12-04mtd: cfi_flash: fix indentationAndre Przywara1-2/+2
2016-12-04serial: Drop the s3c24x0 serial driverSimon Glass2-209/+0
2016-12-04ARM: OMAP4+: Add support for getting pbias info from boardLokesh Vutla2-46/+22
2016-12-03Merge branch 'master' of git://www.denx.de/git/u-boot-dmTom Rini14-89/+564
2016-12-03NAND: davinci: add support for NAND chips with 16 bits busFabien Parent1-0/+3
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon4-7/+6
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-16/+0
2016-12-02drivers: usb: musb: add ti musb host driver with driver model supportMugunthan V N1-0/+191
2016-12-02drivers: usb: musb: adopt musb backend driver to driver modelMugunthan V N2-11/+11
2016-12-02drivers: usb: musb: add ti musb misc driver for wrapperMugunthan V N3-0/+74
2016-12-02rtc: Add RTC chip pcf2127 supportMeng Yi3-0/+114
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+22
2016-12-02drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-02drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-02drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-02drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-02drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-12-02dm: blk: Fix get_desc to return block device descriptorMichal Simek1-0/+2