Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread Stefan Agner
On 2015-05-26 13:36, Sanchayan Maity wrote: > This adds a SoC driver to be used by the Freescale Vybrid SoC's. > We create the "fsl" directory for holding the different Freescale > designs. Driver utilises syscon to get the various register values > needed. After this sysfs exposes some SoC specifi

Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread Joachim Eastwood
On 26 May 2015 at 13:36, Sanchayan Maity wrote: > This adds a SoC driver to be used by the Freescale Vybrid SoC's. > We create the "fsl" directory for holding the different Freescale > designs. Driver utilises syscon to get the various register values > needed. After this sysfs exposes some SoC sp

Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread Andreas Färber
Hi, Am 27.05.2015 um 15:07 schrieb maitysancha...@gmail.com: > On 15-05-27 09:31:50, Paul Bolle wrote: >> On Tue, 2015-05-26 at 17:06 +0530, Sanchayan Maity wrote: >>> --- /dev/null >>> +++ b/drivers/soc/fsl/Kconfig >> >>> +config SOC_VF610 >>> + bool "SoC bus device for the Freescale Vybrid

Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread Paul Bolle
On Wed, 2015-05-27 at 18:37 +0530, maitysancha...@gmail.com wrote: > > > +module_platform_driver(vf610_soc_driver); > > > > (The series starting at https://lkml.org/lkml/2015/5/10/131 would allow > > to use builtin_platform_driver() for built-in only code.) > > Thanks for bringing this to my atte

Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread maitysanchayan
Hello, On 15-05-27 09:31:50, Paul Bolle wrote: > On Tue, 2015-05-26 at 17:06 +0530, Sanchayan Maity wrote: > > --- /dev/null > > +++ b/drivers/soc/fsl/Kconfig > > > +config SOC_VF610 > > + bool "SoC bus device for the Freescale Vybrid platform" > > + select SOC_BUS > > + help > > +

Re: [PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-27 Thread Paul Bolle
On Tue, 2015-05-26 at 17:06 +0530, Sanchayan Maity wrote: > --- /dev/null > +++ b/drivers/soc/fsl/Kconfig > +config SOC_VF610 > +bool "SoC bus device for the Freescale Vybrid platform" > +select SOC_BUS > +help > + Include support for the SoC bus on the Freescale V

[PATCH v4 2/2] soc: Add driver for Freescale Vybrid Platform

2015-05-26 Thread Sanchayan Maity
This adds a SoC driver to be used by the Freescale Vybrid SoC's. We create the "fsl" directory for holding the different Freescale designs. Driver utilises syscon to get the various register values needed. After this sysfs exposes some SoC specific properties as below: > cd /sys/devices/soc0 > ls