All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] x86: Convert all boards to use MMC to driver model
@ 2017-04-10  0:38 Simon Glass
  2017-04-10  0:38 ` [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86 Simon Glass
  2017-04-10  0:38 ` [U-Boot] [PATCH 2/2] x86: Convert MMC to driver model Simon Glass
  0 siblings, 2 replies; 22+ messages in thread
From: Simon Glass @ 2017-04-10  0:38 UTC (permalink / raw)
  To: u-boot

This serial converts x86 boards to use MMC for driver model. It has to
disable SCSI to make this work, for now. Once SCSI is sorted out, we can
apply the patch.


Simon Glass (2):
  WIP: Disable SCSI on x86
  x86: Convert MMC to driver model

 arch/Kconfig                       |  1 +
 arch/x86/cpu/baytrail/valleyview.c | 12 ------
 arch/x86/cpu/quark/quark.c         | 10 -----
 arch/x86/cpu/queensbay/Makefile    |  2 +-
 arch/x86/cpu/queensbay/topcliff.c  | 20 ---------
 drivers/mmc/pci_mmc.c              | 86 ++++++++++++++++++++++++++------------
 include/configs/x86-common.h       |  6 ++-
 include/mmc.h                      | 12 ------
 8 files changed, 66 insertions(+), 83 deletions(-)
 delete mode 100644 arch/x86/cpu/queensbay/topcliff.c

-- 
2.12.2.715.g7642488e1d-goog

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-06-27  4:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  0:38 [U-Boot] [PATCH 0/2] x86: Convert all boards to use MMC to driver model Simon Glass
2017-04-10  0:38 ` [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86 Simon Glass
2017-05-08  7:05   ` Bin Meng
2017-05-13  1:11     ` Simon Glass
2017-05-17  0:42       ` Bin Meng
2017-06-01  7:27         ` Bin Meng
2017-06-01 13:14           ` Simon Glass
2017-06-01 23:04             ` Bin Meng
2017-06-09 12:27               ` Simon Glass
2017-06-10  3:47                 ` Bin Meng
2017-06-12  3:53                   ` Simon Glass
2017-06-24 10:29                     ` Stefan Roese
2017-06-24 12:08                       ` Bin Meng
2017-06-26  7:29                         ` Stefan Roese
2017-06-26  9:11                           ` Bin Meng
2017-06-26 18:42                             ` Simon Glass
2017-06-26 23:34                               ` Bin Meng
2017-06-27  4:53                                 ` Stefan Roese
2017-06-27  4:48                               ` Stefan Roese
2017-04-10  0:38 ` [U-Boot] [PATCH 2/2] x86: Convert MMC to driver model Simon Glass
2017-05-08  3:10   ` Bin Meng
2017-05-08  3:13     ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.