1. ad3098f x86: baytrail: Enable ACPI table generation for all boards by Bin Meng · 9 years ago
  2. 4470f2d x86: baytrail: Generate ACPI FADT/MADT tables by Bin Meng · 9 years ago
  3. 42f8ebf x86: baytrail: Add platform ASL files by Bin Meng · 9 years ago
  4. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
  5. 9e70a11 x86: acpi: Add some generic ASL libraries by Bin Meng · 9 years ago
  6. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
  7. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
  8. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
  9. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
  10. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 9 years ago
  11. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
  12. 728c4af x86: acpi: Reorder code in acpi_table.h by Bin Meng · 9 years ago
  13. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
  14. f444662 x86: acpi: Remove unused codes by Bin Meng · 9 years ago
  15. 5dafcb8 acpi: Output all errors/warnings/remarks when compiling ASL by Bin Meng · 9 years ago
  16. 8c4cc21 acpi: Specify U-Boot include path for ASL files by Bin Meng · 9 years ago
  17. 3a2a3d0 acpi: Explicitly spell out dsdt.c in the make rule by Bin Meng · 9 years ago
  18. 68af8d8 acpi: Change build log for ASL files by Bin Meng · 9 years ago
  19. ce8dd77 x86: dts: Update to include ACTL register details by Bin Meng · 9 years ago
  20. d4e61f5 x86: irq: Enable SCI on IRQ9 by Bin Meng · 9 years ago
  21. 07ac84e x86: irq: Reserve IRQ9 for ACPI in PIC mode by Bin Meng · 9 years ago
  22. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
  23. 5cb0f0d x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · 9 years ago
  24. b652447 x86: Drop asm/acpi.h by Bin Meng · 9 years ago
  25. 4b6e1fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  26. 27bec5c Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  27. 341392d dm: mmc: test: Add tests for MMC by Simon Glass · 9 years ago
  28. afa2c31 dm: sandbox: mmc: Enable building MMC code for sandbox by Simon Glass · 9 years ago
  29. f376a3c dm: mmc: sandbox: Add an SD-card emulation by Simon Glass · 9 years ago
  30. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 9 years ago
  31. ad27dd5 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 9 years ago
  32. 8ef761e dm: mmc: Implement the MMC functions for block devices by Simon Glass · 9 years ago
  33. f8b7752 dm: sandbox: Only enable the sandbox MMC driver when valid by Simon Glass · 9 years ago
  34. fdbb139 dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · 9 years ago
  35. 1598dfc dm: blk: Use the correct error code for blk_get_device_by_str() by Simon Glass · 9 years ago
  36. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 9 years ago
  37. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 9 years ago
  38. b6694a3 dm: blk: Add a comment as to why the bdev member is needed by Simon Glass · 9 years ago
  39. 6dd9faf dm: part: Drop the block_drvr table by Simon Glass · 9 years ago
  40. 1fde473 dm: part: Use the legacy block driver for hardware partition support by Simon Glass · 9 years ago
  41. cd0fb55 dm: blk: Add functions to select a hardware partition by Simon Glass · 9 years ago
  42. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  43. 0776167e dm: mmc: spl: Use the legacy block interface in SPL by Simon Glass · 9 years ago
  44. cb5ec33 dm: mmc: Add a function to obtain the block device by Simon Glass · 9 years ago
  45. e17d114 dm: mmc: Implement the select_hwpart() method by Simon Glass · 9 years ago
  46. ff3882a dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · 9 years ago
  47. d077352 dm: blk: Free the block device name when unbound by Simon Glass · 9 years ago
  48. a2040fa dm: core: Allow device names to be freed automatically by Simon Glass · 9 years ago
  49. 72a85c0 dm: blk: Fix allocation of block-device numbering by Simon Glass · 9 years ago
  50. cd995a8 dm: sandbox: Enable systemace by Simon Glass · 9 years ago
  51. 4560ee4 dm: systemace: Add driver-mode block-device support by Simon Glass · 9 years ago
  52. a0ff24c dm: systemace: Reorder function to avoid forward declarataions by Simon Glass · 9 years ago
  53. 9107c97 dm: blk: Add a easier way to create a named block device by Simon Glass · 9 years ago
  54. 52138fd dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · 9 years ago
  55. 199a120 dm: sandbox: Enable SATA by Simon Glass · 9 years ago
  56. f5a14af dm: sata: Add support for driver-model block devices by Simon Glass · 9 years ago
  57. e8c0a25 dm: sandbox: Enable SCSI by Simon Glass · 9 years ago
  58. 535556b dm: scsi: Add support for driver-model block devices by Simon Glass · 9 years ago
  59. 74c6dc1 dm: sandbox: Enable IDE by Simon Glass · 9 years ago
  60. 145df84 dm: ide: Add support for driver-model block devices by Simon Glass · 9 years ago
  61. 38bd29b dm: part: Drop the get_dev() method by Simon Glass · 9 years ago
  62. f1d86fd dm: sandbox: Drop the host_get_dev() function by Simon Glass · 9 years ago
  63. ae9ffcc dm: blk: Drop the systemace.h header by Simon Glass · 9 years ago
  64. f6d000e dm: systemace: Drop the get_dev() function by Simon Glass · 9 years ago
  65. 4e7189d dm: sata: Drop the get_dev() function by Simon Glass · 9 years ago
  66. edd82ab dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago
  67. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  68. 74001a2 dm: ide: Drop the get_dev() function by Simon Glass · 9 years ago
  69. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  70. a6331fa dm: disk: Use legacy block driver info for block device access by Simon Glass · 9 years ago
  71. d97dc8a dm: sata: Separate the non-command code into its own file by Simon Glass · 9 years ago
  72. e9be1ee dm: ide: Separate the non-command code into its own file by Simon Glass · 9 years ago
  73. 11f610e dm: scsi: Separate the non-command code into its own file by Simon Glass · 9 years ago
  74. d508c82 dm: mmc: Add an implementation of the 'devnum' functions by Simon Glass · 9 years ago
  75. 663acab dm: mmc: Add a legacy block interface for MMC by Simon Glass · 9 years ago
  76. c0543bf dm: usb: Add a legacy block interface for USB storage by Simon Glass · 9 years ago
  77. 0cc65a7 dm: sandbox: Add a legacy host block interface by Simon Glass · 9 years ago
  78. 3ef85e3 dm: systemace: Add a legacy block interface by Simon Glass · 9 years ago
  79. 6eef6ea dm: blk: Add a legacy block interface by Simon Glass · 9 years ago
  80. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  81. 2765c4d dm: sata: Fix code style problems in cmd/sata.c by Simon Glass · 9 years ago
  82. ed73508 dm: ide: Remove the forward declarations by Simon Glass · 9 years ago
  83. 53dbcdd dm: ide: Correct various code style problems by Simon Glass · 9 years ago
  84. f1d4d93 dm: scsi: Fix up code style by Simon Glass · 9 years ago
  85. 73a9cfd dm: scsi: Remove the forward declarations by Simon Glass · 9 years ago
  86. a31e2c9 sandbox: Add dummy SATA functions by Simon Glass · 9 years ago
  87. 84d39cb sandbox: Add dummy SCSI functions by Simon Glass · 9 years ago
  88. e54094f sandbox: Add string and 16-bit I/O functions by Simon Glass · 9 years ago
  89. 709e98b Allow iotrace byte access to use an address of any size by Simon Glass · 9 years ago
  90. a219639 dm: Rename disk uclass to ahci by Simon Glass · 9 years ago
  91. cf63084 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 9 years ago
  92. f960ca0 dm: sandbox: Add a board for sandbox without CONFIG_BLK by Simon Glass · 9 years ago
  93. e161356 Revert "dm: sandbox: Drop the pre-DM host implementation" by Simon Glass · 9 years ago
  94. f835303 gpio: exynos(s5p): remove gpio_xlate routine by Eric Nelson · 9 years ago
  95. 6c3dd3c gpio: rk: remove gpio_xlate routine by Eric Nelson · 9 years ago
  96. 5206e7b gpio: pic32: remove gpio_xlate routine by Eric Nelson · 9 years ago
  97. 86222f6 gpio: omap: remove gpio_xlate routine by Eric Nelson · 9 years ago
  98. 8376aad gpio: intel_broadwell: remove gpio_xlate routine by Eric Nelson · 9 years ago
  99. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
  100. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 9 years ago