summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BITPhil Sutter2-11/+11
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+14
2016-01-14axp: Fix debugging support in DDR3 write levelingPhil Sutter1-2/+2
2016-01-14drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter1-1/+1
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese3-6/+6
2016-01-14arm: mvebu: Make ECC support configurable on Armada XPStefan Roese2-0/+8
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2-0/+1046
2016-01-14net: mvneta: Convert to driver modelStefan Roese1-98/+132
2016-01-14spi: kirkwood_spi.c: Add driver model supportStefan Roese1-63/+159
2016-01-14spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese1-13/+28
2016-01-14arm: mvebu: ddr: Fix compilation warningStefan Roese2-17/+0
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-4/+27
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N1-0/+187
2016-01-13spi: Add support for dual and quad modeMugunthan V N1-1/+37
2016-01-13drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N1-126/+153
2016-01-13drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N1-60/+60
2016-01-13drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N1-2/+2
2016-01-13sf: Make IO modes at last in read modesJagan Teki2-3/+3
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki3-3/+3
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2-2/+2
2016-01-13sf: Write quad bit along with read statusJagan Teki1-2/+2
2016-01-13sf: Read back and check once macronix quad bit setJagan Teki1-6/+12
2016-01-13sf: Read back and check once spansion quad bit setJagan Teki1-6/+12
2016-01-13sf: Fix quad bit set for micron devicesJagan Teki2-2/+63
2016-01-13sf: Use BIT macroJagan Teki1-21/+21
2016-01-13sf: Minor cleanupJagan Teki1-6/+6
2016-01-13sf: Remove spi_flash_removeJagan Teki1-6/+1
2016-01-13sf: Rename bank_end to bar_end in read_barJagan Teki1-2/+2
2016-01-13sf: Rename spi_flash_set_* functionsJagan Teki1-6/+6
2016-01-13sf: Move spi_read_cmds_array locallyJagan Teki1-12/+8
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki3-4/+4
2016-01-13spi: Use mode instead of op_mode_txJagan Teki3-4/+4
2016-01-13sf: Get spi locally from spi_flashJagan Teki1-22/+29
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese2-11/+41
2016-01-12dm: ns16550: Allow the driver to be omitted if requestedSimon Glass1-0/+2
2016-01-12dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2-1/+23
2016-01-12dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass1-0/+105
2016-01-12dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass1-121/+144
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass1-3/+1
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-8/+7
2016-01-12dm: usb: Convert echi-pci to use new DM PCI APISimon Glass1-12/+39
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass1-7/+63
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass1-1/+1
2016-01-12dm: net: Convert rtl8169 to use DM PCI APISimon Glass1-19/+66
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+136
2016-01-12dm: pci: Drop the old version of pci_find_class()Simon Glass1-42/+42
2016-01-12dm: pci: Drop the old version of pci_find_device/s()Simon Glass1-0/+2
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-2/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass3-33/+31
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-3/+2