linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Adding support for SATA in EXYNO5
@ 2012-10-30 16:01 Vasanth Ananthan
  2012-10-30 16:01 ` [PATCH v2 1/6] ARM: EXYNOS5: Clock settings for SATA and SATA PHY Vasanth Ananthan
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Vasanth Ananthan @ 2012-10-30 16:01 UTC (permalink / raw)
  To: linux-arm-kernel

The following set of patches provides drivers for SATA
and SATA PHY controller and also an interface for the
two entity to interact.

Vasanth Ananthan (6):
  ARM: EXYNOS5: Clock settings for SATA and SATA PHY
  ARM: EXYNOS5: DT Support for SATA and SATA PHY
  DRIVERS: ATA: SATA PHY utility framework
  DRIVERS:I2C: I2C driver polling mode support
  DRIVERS: ATA:  SATA controller driver
  DRIVERS: ATA: SATA PHY controller driver

 .../devicetree/bindings/ata/exynos-sata-phy.txt    |   14 +
 .../devicetree/bindings/ata/exynos-sata.txt        |   17 ++
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |   15 +
 arch/arm/boot/dts/exynos5250.dtsi                  |   18 ++
 arch/arm/mach-exynos/clock-exynos5.c               |   21 ++-
 arch/arm/mach-exynos/include/mach/map.h            |    3 +
 arch/arm/mach-exynos/include/mach/regs-pmu.h       |    3 +
 arch/arm/mach-exynos/include/mach/regs-sata.h      |   29 ++
 arch/arm/mach-exynos/mach-exynos5-dt.c             |    6 +
 drivers/ata/Kconfig                                |   22 ++
 drivers/ata/Makefile                               |    2 +
 drivers/ata/sata_exynos.c                          |  268 +++++++++++++++++
 drivers/ata/sata_exynos_phy.c                      |  300 ++++++++++++++++++++
 drivers/ata/sata_phy.c                             |  104 +++++++
 drivers/ata/sata_phy.h                             |   44 +++
 drivers/i2c/busses/i2c-s3c2410.c                   |   79 ++++--
 16 files changed, 923 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/exynos-sata-phy.txt
 create mode 100644 Documentation/devicetree/bindings/ata/exynos-sata.txt
 create mode 100644 arch/arm/mach-exynos/include/mach/regs-sata.h
 create mode 100644 drivers/ata/sata_exynos.c
 create mode 100644 drivers/ata/sata_exynos_phy.c
 create mode 100644 drivers/ata/sata_phy.c
 create mode 100644 drivers/ata/sata_phy.h

-- 
1.7.4.1

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

end of thread, other threads:[~2012-11-23  9:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 16:01 [PATCH v2 0/6] Adding support for SATA in EXYNO5 Vasanth Ananthan
2012-10-30 16:01 ` [PATCH v2 1/6] ARM: EXYNOS5: Clock settings for SATA and SATA PHY Vasanth Ananthan
2012-11-09 11:03   ` Kukjin Kim
2012-11-20 12:43   ` Kukjin Kim
2012-11-23  8:45   ` Vasanth Ananthan
2012-11-23  9:19     ` Kukjin Kim
2012-10-30 16:01 ` [PATCH v2 2/6] ARM: EXYNOS5: DT Support " Vasanth Ananthan
2012-11-09 11:10   ` Kukjin Kim
2012-11-20 12:46   ` Kukjin Kim
2012-11-23  8:48   ` Vasanth Ananthan
2012-10-30 16:01 ` [PATCH v2 3/6] DRIVERS: ATA: SATA PHY utility framework Vasanth Ananthan
2012-11-23  8:50   ` Vasanth Ananthan
2012-10-30 16:01 ` [PATCH v2 4/6] DRIVERS:I2C: I2C driver polling mode support Vasanth Ananthan
2012-11-23  8:53   ` Vasanth Ananthan
2012-10-30 16:01 ` [PATCH v2 5/6] DRIVERS: ATA: SATA controller driver Vasanth Ananthan
2012-11-23  8:56   ` Vasanth Ananthan
2012-10-30 16:01 ` [PATCH v2 6/6] DRIVERS: ATA: SATA PHY " Vasanth Ananthan
2012-11-23  8:58   ` Vasanth Ananthan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).