All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] driver model bring-up of sata device on dra72 and dra74 evm
@ 2016-02-03 11:59 Mugunthan V N
  2016-02-03 11:59 ` [U-Boot] [PATCH v2 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks() Mugunthan V N
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Mugunthan V N @ 2016-02-03 11:59 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/14865336/
[2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-sata-v2

Mugunthan V N (7):
  arm: omap: sata: move enable sata clocks to enable_basic_clocks()
  arm: omap: sata: compile out sata init apis when CONFIG_DISK is
    defined
  drivers: block: disk-uclass: implement scsi_init()
  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 disk driver model
  defconfig: dra72_evm: enable disk 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                 |  7 ++++
 drivers/block/Makefile                |  2 +
 drivers/block/disk-uclass.c           | 39 +++++++++++++++++++
 drivers/block/dwc_ahci.c              | 71 +++++++++++++++++++++++++++++++++++
 include/sata.h                        |  2 +
 9 files changed, 148 insertions(+), 27 deletions(-)
 create mode 100644 drivers/block/dwc_ahci.c

-- 
2.7.0.75.g3ee1e0f

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

end of thread, other threads:[~2016-02-25 17:35 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 11:59 [U-Boot] [PATCH v2 0/7] driver model bring-up of sata device on dra72 and dra74 evm Mugunthan V N
2016-02-03 11:59 ` [U-Boot] [PATCH v2 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks() Mugunthan V N
2016-02-16 16:01   ` Simon Glass
2016-02-03 11:59 ` [U-Boot] [PATCH v2 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DISK is defined Mugunthan V N
2016-02-16 16:01   ` Simon Glass
2016-02-03 11:59 ` [U-Boot] [PATCH v2 3/7] drivers: block: disk-uclass: implement scsi_init() Mugunthan V N
2016-02-06 20:29   ` Simon Glass
2016-02-08 11:23     ` Mugunthan V N
2016-02-08 17:45       ` Simon Glass
2016-02-08 18:28         ` Tom Rini
2016-02-15  3:03     ` Bin Meng
2016-02-16 16:01       ` Simon Glass
2016-02-24 16:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-02-25  9:34     ` Mugunthan V N
2016-02-25 15:30       ` Simon Glass
2016-02-25 17:35         ` Mugunthan V N
2016-02-03 11:59 ` [U-Boot] [PATCH v2 4/7] arm: omap-common: sata: prepare driver for DM conversion Mugunthan V N
2016-02-16 16:01   ` Simon Glass
2016-02-03 11:59 ` [U-Boot] [PATCH v2 5/7] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device Mugunthan V N
2016-02-03 11:59 ` [U-Boot] [PATCH v2 6/7] defconfig: dra74_evm: enable disk driver model Mugunthan V N
2016-02-16 16:01   ` Simon Glass
2016-02-03 11:59 ` [U-Boot] [PATCH v2 7/7] defconfig: dra72_evm: " Mugunthan V N
2016-02-16 16:01   ` Simon Glass
2016-02-03 14:40 ` [U-Boot] [PATCH v2 0/7] driver model bring-up of sata device on dra72 and dra74 evm Mugunthan V N

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.