summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-27fpga: xilinx: Check for substring in device ID validationSiva Durga Prasad Paladugu1-2/+2
2016-01-27net: emaclite: Move emaclite to KconfigMichal Simek1-0/+8
2016-01-27net: emaclite: Let core to handle received packetMichal Simek1-3/+3
2016-01-27net: emaclite: Rename start and stop functionsMichal Simek1-5/+5
2016-01-27net: emaclite: Move driver to DMMichal Simek1-68/+91
2016-01-27net: emaclite: Use indirect access in emaclite_recvMichal Simek1-52/+73
2016-01-27net: emaclite: Use indirect reg access in sendMichal Simek1-30/+18
2016-01-27net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flagMichal Simek1-13/+2
2016-01-27net: emaclite: Fix logic around available TX buffersMichal Simek1-16/+8
2016-01-27net: emaclite: Use indirect register access for TX resetMichal Simek1-3/+3
2016-01-27net: emaclite: Use indirect register access for rx_ping/pongMichal Simek1-3/+2
2016-01-27net: emaclite: Use indirect register access for tx_ping/pongMichal Simek1-13/+13
2016-01-27net: emaclite: Convert MDIO to use register offsetMichal Simek1-36/+56
2016-01-27net: emaclite: Add MDIO support to driverMichal Simek1-0/+238
2016-01-27net: emaclite: Remove ancient OF probe functionMichal Simek1-30/+0
2016-01-27net: Add axi emac to KconfigMichal Simek2-4/+8
2016-01-27net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek1-7/+7
2016-01-27net: axi_emac: Split recv from free_pktMichal Simek1-3/+9
2016-01-27net: axi_emac: Enable access to MDIO in probeMichal Simek1-3/+19
2016-01-27net: axi_emac: Move driver to DMMichal Simek1-68/+122
2016-01-27net: axi_emac: Pass private structure where possibleMichal Simek1-9/+7
2016-01-27net: axi_emac: Pass private structure to phyread/phywriteMichal Simek1-9/+9
2016-01-27net: axi_emac: Put iobase to private structureMichal Simek1-2/+3
2016-01-27net: axi_emac: Pass directly pointer to register spaceMichal Simek1-6/+5
2016-01-27net: axi_emac: Show phy address instead of register contentMichal Simek1-1/+1
2016-01-27net: axi_emac: Fix parentheses around operand !Michal Simek1-4/+4
2016-01-27serial: uartlite: Add uartlite to KconfigMichal Simek1-0/+7
2016-01-27serial: uartlite: Add support for debug consoleMichal Simek2-0/+33
2016-01-27serial: uartlite: Move driver to DMMichal Simek1-111/+65
2016-01-27mailaddr: Update mail addressRicardo Ribalda Delgado1-1/+1
2016-01-27Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini6-79/+158
2016-01-26mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede1-2/+2
2016-01-26sunxi: power: axp818: Enable support for ALDOsChen-Yu Tsai2-3/+47
2016-01-26power: axp818: Add support for DLDO and ELDO regulatorsChen-Yu Tsai2-6/+50
2016-01-26power: axp: merge separate DLDO functions into 1Chen-Yu Tsai1-68/+20
2016-01-26sunxi: Implement poweroff support for axp221 pmicHans de Goede2-0/+13
2016-01-26sunxi: Implement poweroff support for axp209 pmicMichael van Slingerland2-0/+13
2016-01-26sunxi: Implement poweroff support for axp152 pmicHans de Goede2-0/+13
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-1/+549
2016-01-26video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by defaultAnatolij Gustschin1-1/+9
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-100/+3291
2016-01-25usb: add clock support for generic EHCIMasahiro Yamada1-0/+14
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2-3/+3
2016-01-25ns16550: zap the rockchip serial compatible stringThomas Chou1-1/+5
2016-01-25net: eepro100: Fix build warningsBin Meng1-4/+4
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada6-5/+5
2016-01-25net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski1-33/+2
2016-01-25usb: ehci-mx6: Use shared wait_for_bitMateusz Kulikowski1-28/+4
2016-01-25usb: ohci-lpc32xx: Use shared wait_for_bitMateusz Kulikowski1-27/+7
2016-01-25usb: dwc2: Use shared wait_for_bitMateusz Kulikowski1-28/+13