All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] driver model bring-up of sata device on dra72 and dra74 evm
@ 2016-01-18  8:47 Mugunthan V N
  2016-01-18  8:47 ` [U-Boot] [PATCH 1/6] arm: omap: sata: move enable sata clocks to enable_basic_clocks() Mugunthan V N
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Mugunthan V N @ 2016-01-18  8:47 UTC (permalink / raw)
  To: u-boot

This patch series enables sata driver to adopt driver model. This
has been tested on the following evms (logs [1]) by loading
kernel and dtb from sata hard-disk.
* dra72 evm
* dra74 evm

Also pushed a branch for testing [2]

[1] - http://pastebin.ubuntu.com/14565924/
[2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-sata

Mugunthan V N (6):
  arm: omap: sata: move enable sata clocks to enable_basic_clocks()
  dm: implement a SATA uclass
  arm: omap-common: sata: prepare driver for DM conversion
  drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata
    device
  defconfig: dra74_evm: enable sata driver model
  defconfig: dra72_evm: enable sata driver model

 arch/arm/cpu/armv7/omap-common/sata.c | 38 ++++++-------------
 arch/arm/cpu/armv7/omap5/hw_data.c    | 12 ++++++
 configs/dra72_evm_defconfig           |  2 +
 configs/dra74_evm_defconfig           |  2 +
 drivers/block/Kconfig                 | 17 +++++++++
 drivers/block/Makefile                |  3 ++
 drivers/block/dwc_ahci.c              | 71 +++++++++++++++++++++++++++++++++++
 drivers/block/sata-uclass.c           | 69 ++++++++++++++++++++++++++++++++++
 include/dm/uclass-id.h                |  1 +
 include/sata.h                        |  2 +
 10 files changed, 190 insertions(+), 27 deletions(-)
 create mode 100644 drivers/block/dwc_ahci.c
 create mode 100644 drivers/block/sata-uclass.c

-- 
2.7.0.rc3

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

end of thread, other threads:[~2016-01-20  4:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-18  8:47 [U-Boot] [PATCH 0/6] driver model bring-up of sata device on dra72 and dra74 evm Mugunthan V N
2016-01-18  8:47 ` [U-Boot] [PATCH 1/6] arm: omap: sata: move enable sata clocks to enable_basic_clocks() Mugunthan V N
2016-01-19 18:09   ` Tom Rini
2016-01-18  8:47 ` [U-Boot] [PATCH 2/6] dm: implement a SATA uclass Mugunthan V N
2016-01-18  9:23   ` Bin Meng
2016-01-19  5:09     ` Mugunthan V N
2016-01-20  4:35       ` Simon Glass
2016-01-18  8:47 ` [U-Boot] [PATCH 3/6] arm: omap-common: sata: prepare driver for DM conversion Mugunthan V N
2016-01-19 18:10   ` Tom Rini
2016-01-18  8:47 ` [U-Boot] [PATCH 4/6] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device Mugunthan V N
2016-01-19 18:11   ` Tom Rini
2016-01-18  8:47 ` [U-Boot] [PATCH 5/6] defconfig: dra74_evm: enable sata driver model Mugunthan V N
2016-01-19 18:11   ` Tom Rini
2016-01-18  8:47 ` [U-Boot] [PATCH 6/6] defconfig: dra72_evm: " Mugunthan V N
2016-01-19 18:11   ` Tom Rini

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.