lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Dec 2013 11:34:44 +0530
From:	Yuvaraj Kumar <yuvaraj.cd@...il.com>
To:	Kishon Vijay Abraham I <kishon@...com>,
	"kgene.kim@...sung.com" <kgene.kim@...sung.com>,
	linux-kernel@...r.kernel.org,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	linux-doc@...r.kernel.org
Cc:	Grant Likely <grant.likely@...aro.org>,
	Rob Herring <rob.herring@...xeda.com>,
	Stephen Warren <swarren@...dotorg.org>,
	Mark Rutland <mark.rutland@....com>, sachin.kamat@...aro.org,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
	Jingoo Han <jg1.han@...sung.com>,
	Tomasz Figa <t.figa@...sung.com>,
	Christoffer Dall <christoffer.dall@...aro.org>,
	sunil joshi <joshi@...sung.com>,
	Yuvaraj Kumar C D <yuvaraj.cd@...sung.com>
Subject: Re: [PATCH V3 0/2] Exynos5250 SATA Support

Any comments on this series?

On Tue, Dec 10, 2013 at 3:35 PM, Yuvaraj Kumar C D <yuvaraj.cd@...il.com> wrote:
> This patch series enable the SATA support on Exynos5250 based boards.
> It incorporates the generic phy framework to deal with sata phy.
>
> This patch depends on the below patches
>         [1]. drivers: phy: add generic PHY framework
>                 by Kishon Vijay Abraham I<kishon@...com>
>         [2]. ata: ahci_platform: Manage SATA PHY
>                 by Roger Quadros <rogerq@...com>
>         [3].ARM: dts: Add pmu sysreg node to exynos5250 and
>                 exynos5420 dtsi files
>                 by Leela Krishna Amudala <l.krishna@...sung.com>
>         [4]. i2c: s3c2410 : Add polling mode support
>                 by Vasanth Ananthan <vasanth.a@...sung.com>
>
> Changes from V2:
>         1.Removed of_match_table
>         2.Moved to syscon interface for PMU handling.
>
> Changes from V1:
>         1. Dropped the patch
>         ahci: exynos: add ahci sata support on Exynos platform
>
>         2.Adapt to latest generic PHY framework available in
>         git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next
>
>
> Yuvaraj Kumar C D (2):
>   Phy: Exynos: Add Exynos5250 sata phy driver
>   ARM: dts: Enable ahci sata and sata phy
>
>  .../devicetree/bindings/ata/exynos-sata-phy.txt    |   19 +-
>  .../devicetree/bindings/ata/exynos-sata.txt        |   17 +-
>  .../devicetree/bindings/ata/exynos_sataphy_i2c.txt |   12 ++
>  arch/arm/boot/dts/exynos5250-arndale.dts           |    9 +-
>  arch/arm/boot/dts/exynos5250-smdk5250.dts          |    8 +-
>  arch/arm/boot/dts/exynos5250.dtsi                  |   16 +-
>  drivers/phy/Kconfig                                |   11 +
>  drivers/phy/Makefile                               |    1 +
>  drivers/phy/exynos5250_phy_i2c.c                   |   44 ++++
>  drivers/phy/sata_phy_exynos5250.c                  |  219 ++++++++++++++++++++
>  drivers/phy/sata_phy_exynos5250.h                  |   35 ++++
>  11 files changed, 370 insertions(+), 21 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/ata/exynos_sataphy_i2c.txt
>  create mode 100644 drivers/phy/exynos5250_phy_i2c.c
>  create mode 100644 drivers/phy/sata_phy_exynos5250.c
>  create mode 100644 drivers/phy/sata_phy_exynos5250.h
>
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ