Re: [PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2016-01-04 Thread Shawn Lin
Hi Kishon, On 2016/1/4 15:45, Kishon Vijay Abraham I wrote: Hi, On Tuesday 29 December 2015 07:22 AM, Shawn Lin wrote: This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. [...] + +struct rockchip_emmc_phy { + unsigned intreg_offset; + struct regmap *reg_base; +

Re: [PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2016-01-04 Thread Shawn Lin
Hi Kishon, On 2016/1/4 15:45, Kishon Vijay Abraham I wrote: Hi, On Tuesday 29 December 2015 07:22 AM, Shawn Lin wrote: This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. [...] + +struct rockchip_emmc_phy { + unsigned intreg_offset; + struct regmap *reg_base; +

Re: [PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2016-01-03 Thread Kishon Vijay Abraham I
Hi, On Tuesday 29 December 2015 07:22 AM, Shawn Lin wrote: > This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. > Access the PHY via registers provided by GRF (general register > files) module. > > Signed-off-by: Shawn Lin > --- > > drivers/phy/Kconfig | 7 ++ >

Re: [PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2016-01-03 Thread Kishon Vijay Abraham I
Hi, On Tuesday 29 December 2015 07:22 AM, Shawn Lin wrote: > This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. > Access the PHY via registers provided by GRF (general register > files) module. > > Signed-off-by: Shawn Lin > --- > > drivers/phy/Kconfig

[PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2015-12-28 Thread Shawn Lin
This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin --- drivers/phy/Kconfig | 7 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-rockchip-emmc.c | 256

[PATCH 2/2] phy: add a driver for the Rockchip SoC internal eMMC PHY

2015-12-28 Thread Shawn Lin
This patch to add a generic PHY driver for ROCKCHIP eMMC PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin --- drivers/phy/Kconfig | 7 ++ drivers/phy/Makefile| 1 +