summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fpga: xilinx: Check for substring in device ID validationSiva Durga Prasad Paladugu2016-01-271-2/+2
* net: emaclite: Move emaclite to KconfigMichal Simek2016-01-271-0/+8
* net: emaclite: Let core to handle received packetMichal Simek2016-01-271-3/+3
* net: emaclite: Rename start and stop functionsMichal Simek2016-01-271-5/+5
* net: emaclite: Move driver to DMMichal Simek2016-01-271-68/+91
* net: emaclite: Use indirect access in emaclite_recvMichal Simek2016-01-271-52/+73
* net: emaclite: Use indirect reg access in sendMichal Simek2016-01-271-30/+18
* net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flagMichal Simek2016-01-271-13/+2
* net: emaclite: Fix logic around available TX buffersMichal Simek2016-01-271-16/+8
* net: emaclite: Use indirect register access for TX resetMichal Simek2016-01-271-3/+3
* net: emaclite: Use indirect register access for rx_ping/pongMichal Simek2016-01-271-3/+2
* net: emaclite: Use indirect register access for tx_ping/pongMichal Simek2016-01-271-13/+13
* net: emaclite: Convert MDIO to use register offsetMichal Simek2016-01-271-36/+56
* net: emaclite: Add MDIO support to driverMichal Simek2016-01-271-0/+238
* net: emaclite: Remove ancient OF probe functionMichal Simek2016-01-271-30/+0
* net: Add axi emac to KconfigMichal Simek2016-01-272-4/+8
* net: axi_emac: Rename start, stop, write_hwaddr functionsMichal Simek2016-01-271-7/+7
* net: axi_emac: Split recv from free_pktMichal Simek2016-01-271-3/+9
* net: axi_emac: Enable access to MDIO in probeMichal Simek2016-01-271-3/+19
* net: axi_emac: Move driver to DMMichal Simek2016-01-271-68/+122
* net: axi_emac: Pass private structure where possibleMichal Simek2016-01-271-9/+7
* net: axi_emac: Pass private structure to phyread/phywriteMichal Simek2016-01-271-9/+9
* net: axi_emac: Put iobase to private structureMichal Simek2016-01-271-2/+3
* net: axi_emac: Pass directly pointer to register spaceMichal Simek2016-01-271-6/+5
* net: axi_emac: Show phy address instead of register contentMichal Simek2016-01-271-1/+1
* net: axi_emac: Fix parentheses around operand !Michal Simek2016-01-271-4/+4
* serial: uartlite: Add uartlite to KconfigMichal Simek2016-01-271-0/+7
* serial: uartlite: Add support for debug consoleMichal Simek2016-01-272-0/+33
* serial: uartlite: Move driver to DMMichal Simek2016-01-271-111/+65
* mailaddr: Update mail addressRicardo Ribalda Delgado2016-01-271-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-01-266-79/+158
|\
| * mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede2016-01-261-2/+2
| * sunxi: power: axp818: Enable support for ALDOsChen-Yu Tsai2016-01-262-3/+47
| * power: axp818: Add support for DLDO and ELDO regulatorsChen-Yu Tsai2016-01-262-6/+50
| * power: axp: merge separate DLDO functions into 1Chen-Yu Tsai2016-01-261-68/+20
| * sunxi: Implement poweroff support for axp221 pmicHans de Goede2016-01-262-0/+13
| * sunxi: Implement poweroff support for axp209 pmicMichael van Slingerland2016-01-262-0/+13
| * sunxi: Implement poweroff support for axp152 pmicHans de Goede2016-01-262-0/+13
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-01-263-1/+549
|\ \
| * | video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by defaultAnatolij Gustschin2016-01-261-1/+9
| * | video: Add support for Armada XP LCD controllerStefan Roese2016-01-233-0/+540
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-01-258-100/+3291
|\ \ \ | |_|/ |/| |
| * | usb: add clock support for generic EHCIMasahiro Yamada2016-01-251-0/+14
| * | usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen2016-01-235-0/+3075
| * | usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns2016-01-231-10/+19
| * | usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns2016-01-232-5/+24
| * | usb: dwc2: Implement SPLIT transaction supportStefan Brüns2016-01-231-15/+66
| * | usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns2016-01-231-1/+14
| * | usb: dwc2: split transfer core from outer loopStefan Brüns2016-01-231-48/+64
| * | usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns2016-01-231-23/+17
OpenPOWER on IntegriCloud