summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-281-0/+3
* net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-281-1/+1
* net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-281-2/+3
* net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-281-1/+1
* net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-281-2/+21
* tegra: Report errors from PCI initSimon Glass2016-01-281-1/+5
* net/designware: add support of max-speed device tree propertyAlexey Brodkin2016-01-282-1/+14
* net/designware: do explicit port selection for 1Gb modeAlexey Brodkin2016-01-281-0/+2
* drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-281-0/+24
* net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-281-5/+5
* net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-281-18/+29
* net: tsec: Use priv->tbiaddr to initialize TBI PHY addressBin Meng2016-01-281-1/+12
* net: tsec: Add driver model ethernet supportBin Meng2016-01-281-0/+186
* net: tsec: Use tsec_private pointer as the parameter for internal routinesBin Meng2016-01-281-12/+11
* net: tsec: Adjust orders to avoid forward declaration of tsec_send()Bin Meng2016-01-281-105/+103
* net: tsec: Move rxbd and txbd to struct tsec_privateBin Meng2016-01-281-37/+32
* net: tsec: Move rx_idx and tx_idx to struct tsec_privateBin Meng2016-01-281-28/+26
* net: tsec: fsl_mdio: Fix several cosmetic issuesBin Meng2016-01-282-29/+36
* drivers: net: vsc9953: Add LAG supportCodrin Ciubotariu2016-01-281-1/+330
* drivers: net: vsc9953: Fix FDB aging timeCodrin Ciubotariu2016-01-281-0/+23
* net: phy: do not read configuration register on resetStefan Agner2016-01-281-9/+2
* dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-122-11/+41
* dm: ns16550: Allow the driver to be omitted if requestedSimon Glass2016-01-121-0/+2
* dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2016-01-122-1/+23
* dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass2016-01-121-0/+105
* dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass2016-01-121-121/+144
* pci: Tidy up comments in pci_bind_bus_devices()Simon Glass2016-01-121-3/+1
* dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-121-8/+7
* dm: usb: Convert echi-pci to use new DM PCI APISimon Glass2016-01-121-12/+39
* dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-121-7/+63
* dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-121-1/+1
* dm: net: Convert rtl8169 to use DM PCI APISimon Glass2016-01-121-19/+66
* dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-121-0/+136
* dm: pci: Drop the old version of pci_find_class()Simon Glass2016-01-121-42/+42
* dm: pci: Drop the old version of pci_find_device/s()Simon Glass2016-01-121-0/+2
* dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-121-2/+2
* dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-123-33/+31
* dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-3/+2
* dm: pci: Add a function to read a PCI BARSimon Glass2016-01-121-0/+13
* dm: pci: Add a driver-model version of pci_find_class()Simon Glass2016-01-121-0/+20
* dm: pci: Add a driver-model version of pci_find_device()Simon Glass2016-01-121-0/+39
* dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-125-62/+444
* dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-1/+1
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-127-15/+17
* dm: pci: Mark legacy files as suchSimon Glass2016-01-122-4/+10
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-084-10/+32
|\
| * imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov2016-01-071-1/+1
| * gpio: mxs: add name_to_gpio() functionMåns Rullgård2016-01-071-0/+15
| * imx: mx7: fix the temperature checking for Rev1.1Peng Fan2016-01-071-8/+15
| * phy: atheros: Use ar8035_config for AR8031Fabio Estevam2016-01-071-1/+1
OpenPOWER on IntegriCloud