1. 425846e power: pmic.h: Drop include <spi.h> by Jagan Teki · 9 years ago
  2. e101af0 defconfig: am437x_sk_evm: enable spi driver model by Mugunthan V N · 9 years ago
  3. 4fb01c4 arm: dts: am4372: add qspi register maps for memory map by Mugunthan V N · 9 years ago
  4. 49f85b6 am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  5. 7c69ad6 defconfig: dra74_evm: enable spi driver model by Mugunthan V N · 9 years ago
  6. 36de4be defconfig: dra72_evm: enable spi driver model by Mugunthan V N · 9 years ago
  7. 1f19d50 arm: dts: dra72-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  8. f7276c8 arm: dts: dra7-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  9. 4416ddb arm: dts: am437x-gp-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  10. 830aba2 arm: dts: dra7: add qspi register maps for memory map and control module by Mugunthan V N · 9 years ago
  11. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  12. 6145ef7 dts: dra7: add spi alias for qspi by Mugunthan V N · 9 years ago
  13. e7af672 dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl by Mugunthan V N · 9 years ago
  14. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  15. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  16. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  17. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  18. 2b11a41 spi: Add SPI_TX_DUAL mode by Jagan Teki · 9 years ago
  19. 1c17f5e sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  20. 465c00d spi: Minor cleanup by Jagan Teki · 9 years ago
  21. 29ee026 spi: Use BIT macro by Jagan Teki · 9 years ago
  22. e26a2e2 spi: Fix bit assignment with flags by Jagan Teki · 9 years ago
  23. c40f600 spi: Move flags macro's to spi_slave{} members by Jagan Teki · 9 years ago
  24. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  25. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  26. 4365522 spi: Remove SPI_OPM_RX_DIO|QIOF by Jagan Teki · 9 years ago
  27. 4dd1245 spi: Remove SPI_OPM_RX_EXTN by Jagan Teki · 9 years ago
  28. d9a0ab6 sf: Write quad bit along with read status by Jagan Teki · 9 years ago
  29. bfcdc39 sf: Read back and check once macronix quad bit set by Jagan Teki · 9 years ago
  30. ffecb0f sf: Read back and check once spansion quad bit set by Jagan Teki · 9 years ago
  31. c56ae75 sf: Fix quad bit set for micron devices by Jagan Teki · 9 years ago
  32. eb020f6 sf: Use BIT macro by Jagan Teki · 9 years ago
  33. 7bc679f sf: Minor cleanup by Jagan Teki · 9 years ago
  34. 11c579b sf: Remove spi_flash_remove by Jagan Teki · 9 years ago
  35. 6f30965 sf: Rename bank_end to bar_end in read_bar by Jagan Teki · 9 years ago
  36. 9275929 sf: Rename spi_flash_set_* functions by Jagan Teki · 9 years ago
  37. d25dd94 sf: Move spi_read_cmds_array locally by Jagan Teki · 9 years ago
  38. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  39. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  40. f5c3c03 spi: make mode visible to both dm and non-dm by Jagan Teki · 9 years ago
  41. e228d6d sf: Get spi locally from spi_flash by Jagan Teki · 9 years ago
  42. fc82edd arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs by Nathan Rossi · 9 years ago
  43. 47c0d79 arm: mvebu: Select SPL_DM_SEQ_ALIAS by Nathan Rossi · 9 years ago
  44. 5c9b1d7 arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs by Nathan Rossi · 9 years ago
  45. 4f627c5 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · 9 years ago
  46. 5c2ed61 x86: qemu: add documentaion for the fw_cfg interface by Miao Yan · 9 years ago
  47. 3c30fd6 x86: qemu: remove cpu node in device tree by Miao Yan · 9 years ago
  48. de752c5 x86: qemu: fix cpu device in smp boot by Miao Yan · 9 years ago
  49. b28cecd x86: use actual CPU number for allocating memory by Miao Yan · 9 years ago
  50. 24fb490 x86: fix a typo in function name by Miao Yan · 9 years ago
  51. 5a69405 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · 9 years ago
  52. f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  53. ece5c37 x86: adjust ramdisk load address by Miao Yan · 9 years ago
  54. 87968de x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  55. 59fb7fb x86: fsp: Always use hex numbers in the hob command output by Bin Meng · 9 years ago
  56. fa331fa x86: ivybridge: Do not require HAVE_INTEL_ME by Bin Meng · 9 years ago
  57. 33fb6c0 x86: ivybridge: Add microcode blobs for all the steppings by Bin Meng · 9 years ago
  58. aefba6f tools: microcode-tool: Support parsing header file with a license block by Bin Meng · 9 years ago
  59. 394e0b6 fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  60. 214feec x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · 9 years ago
  61. 4ce022d x86: fsp: Move struct fspinit_rtbuf definition to chipset header by Bin Meng · 9 years ago
  62. e293502 x86: queensbay: Remove invalid comments in update_fsp_configs() by Bin Meng · 9 years ago
  63. 3340f2c x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · 9 years ago
  64. 81f84aa x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · 9 years ago
  65. cb379a3 x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · 9 years ago
  66. 57ac74f x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · 9 years ago
  67. f0285fb x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · 9 years ago
  68. aa02446 x86: fsp: Simplify fsp_continue() by Bin Meng · 9 years ago
  69. 077678e Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  70. ab971e1 sandbox: eth-raw-os.c: Ensure that our interface name is not too long by Tom Rini · 9 years ago
  71. 66eaea6 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  72. 9b20519 rockchip: Use the debug UART on rk3036 by Simon Glass · 9 years ago
  73. b7e2983 dm: ns16550: Allow the driver to be omitted if requested by Simon Glass · 9 years ago
  74. 92c55b6 dm: serial: Allow the UART driver to be dropped from the image by Simon Glass · 9 years ago
  75. d4f847e dm: net: usb: Convert mcs7830 driver to support driver model by Simon Glass · 9 years ago
  76. ce932c7 dm: net: usb: Refactor mcs7830 driver ready for DM conversion by Simon Glass · 9 years ago
  77. 8bd4252 pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · 9 years ago
  78. 4abe8e4 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · 9 years ago
  79. 09c5c16 dm: usb: Convert echi-pci to use new DM PCI API by Simon Glass · 9 years ago
  80. ff758cc dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
  81. 7e78b9e dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  82. 552ddbe dm: net: Convert rtl8169 to use DM PCI API by Simon Glass · 9 years ago
  83. 21d1fe7 dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  84. c032241 dm: test: Convert PCI tests to use the DM PCI API by Simon Glass · 9 years ago
  85. 96350f7 dm: tegra: net: Convert tegra boards to driver model for Ethernet by Simon Glass · 9 years ago
  86. 170366c dm: pci: Drop the old version of pci_find_class() by Simon Glass · 9 years ago
  87. 0fe9cb0 dm: pci: Drop the old version of pci_find_device/s() by Simon Glass · 9 years ago
  88. 8beb0bd dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  89. 3f4e1e8 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  90. 7d8e404 dm: Convert bios_interrupts to use DM PCI API by Simon Glass · 9 years ago
  91. 9bf727f dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · 9 years ago
  92. fcc0a87 dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  93. bab17cf dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  94. a0eb835 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  95. 9fbdb94 dm: pci: scsi: Use driver-model PCI API by Simon Glass · 9 years ago
  96. 5c0bf64 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  97. 5e23b8b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  98. f3f1fae dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  99. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  100. 2b81e8a dm: pci: Mark legacy files as such by Simon Glass · 9 years ago