aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki4-6/+6
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki3-6/+6
2016-01-13spi: Remove SPI_OPM_RX_DIO|QIOFJagan Teki1-2/+0
2016-01-13spi: Remove SPI_OPM_RX_EXTNJagan Teki1-3/+0
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 Teki2-8/+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 Teki4-6/+6
2016-01-13spi: Use mode instead of op_mode_txJagan Teki4-10/+6
2016-01-13spi: make mode visible to both dm and non-dmJagan Teki1-2/+2
2016-01-13sf: Get spi locally from spi_flashJagan Teki1-22/+29
2016-01-12Merge git://git.denx.de/u-boot-dmTom Rini54-557/+1456
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini1-0/+4
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese3-11/+62
2016-01-12rockchip: Use the debug UART on rk3036Simon Glass5-65/+16
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 Glass5-18/+15
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 Glass2-7/+67
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass2-2/+2
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 Glass2-0/+195
2016-01-12dm: test: Convert PCI tests to use the DM PCI APISimon Glass1-9/+6
2016-01-12dm: tegra: net: Convert tegra boards to driver model for EthernetSimon Glass6-32/+1
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 Glass3-4/+5
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass5-38/+36
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass1-13/+23
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass3-12/+12
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass3-75/+10
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass2-0/+22
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass2-0/+30
2016-01-12dm: pci: scsi: Use driver-model PCI APISimon Glass1-1/+13
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass2-0/+51
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass6-63/+445
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass3-4/+4
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass8-17/+19
2016-01-12dm: pci: Mark legacy files as suchSimon Glass2-4/+10