* [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform @ 2014-06-25 10:02 Sachin Kamat [not found] ` <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Sachin Kamat @ 2014-06-25 10:02 UTC (permalink / raw) To: linux-i2c; +Cc: linux-samsung-soc, wsa, spk.linux, kgene.kim, Doug Anderson All Exynos5 platforms have HSI2C controllers and are needed by various IPs connected to the boards based on these SoCs. Thus select this by default for Exynos5 platforms. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Cc: Doug Anderson <dianders@chromium.org> --- drivers/i2c/busses/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 9f7d5859cf65..c7918cffe790 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -465,9 +465,9 @@ config I2C_EG20T config I2C_EXYNOS5 tristate "Exynos5 high-speed I2C driver" depends on ARCH_EXYNOS5 && OF + default y help - Say Y here to include support for high-speed I2C controller in the - Exynos5 based Samsung SoCs. + High-speed I2C controller on Exynos5 based Samsung SoCs. config I2C_GPIO tristate "GPIO-based bitbanging I2C" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 7+ messages in thread
[parent not found: <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>]
* RE: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform [not found] ` <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> @ 2014-06-25 10:20 ` Kukjin Kim 0 siblings, 0 replies; 7+ messages in thread From: Kukjin Kim @ 2014-06-25 10:20 UTC (permalink / raw) To: 'Sachin Kamat', linux-i2c-u79uwXL29TY76Z2rM5mHXA Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA, wsa-z923LK4zBo2bacvFa/9K2g, spk.linux-Re5JQEeQqe8AvxtiuMwx3w, 'Doug Anderson' Sachin Kamat wrote: > > All Exynos5 platforms have HSI2C controllers and are needed by > various IPs connected to the boards based on these SoCs. Thus > select this by default for Exynos5 platforms. > Yeah right, even upcoming exynos5 SoCs have only HS-I2C not I2C ;-) > Signed-off-by: Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > Cc: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> Acked-by: Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> Thanks, Kukjin > --- > drivers/i2c/busses/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > index 9f7d5859cf65..c7918cffe790 100644 > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -465,9 +465,9 @@ config I2C_EG20T > config I2C_EXYNOS5 > tristate "Exynos5 high-speed I2C driver" > depends on ARCH_EXYNOS5 && OF > + default y > help > - Say Y here to include support for high-speed I2C controller in the > - Exynos5 based Samsung SoCs. > + High-speed I2C controller on Exynos5 based Samsung SoCs. > > config I2C_GPIO > tristate "GPIO-based bitbanging I2C" > -- > 1.7.9.5 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform 2014-06-25 10:02 [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform Sachin Kamat [not found] ` <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> @ 2014-06-25 17:55 ` Doug Anderson [not found] ` <CAD=FV=WzPxT4okEur8C2G=FZK=zq3EsyCv9aAJwZ1PDkfoOcpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2014-08-04 21:21 ` Wolfram Sang 2 siblings, 1 reply; 7+ messages in thread From: Doug Anderson @ 2014-06-25 17:55 UTC (permalink / raw) To: Sachin Kamat Cc: linux-i2c@vger.kernel.org, linux-samsung-soc, Wolfram Sang, Sachin Kamat, Kukjin Kim, Arnd Bergmann Sachin, On Wed, Jun 25, 2014 at 3:02 AM, Sachin Kamat <sachin.kamat@samsung.com> wrote: > All Exynos5 platforms have HSI2C controllers and are needed by > various IPs connected to the boards based on these SoCs. Thus > select this by default for Exynos5 platforms. > > Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> > Cc: Doug Anderson <dianders@chromium.org> > --- > drivers/i2c/busses/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > index 9f7d5859cf65..c7918cffe790 100644 > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -465,9 +465,9 @@ config I2C_EG20T > config I2C_EXYNOS5 > tristate "Exynos5 high-speed I2C driver" > depends on ARCH_EXYNOS5 && OF > + default y > help > - Say Y here to include support for high-speed I2C controller in the > - Exynos5 based Samsung SoCs. > + High-speed I2C controller on Exynos5 based Samsung SoCs. > > config I2C_GPIO > tristate "GPIO-based bitbanging I2C" > -- > 1.7.9.5 This seems reasonable to me and I will also take the blame for suggesting this. It's hard to imagine running a real exynos5 system without I2C. One could argue that on an exynos5250 the high speed I2C controller is not mandatory (since all the ports can be muxed to use the old controller) but on newer exynos5 products you're expected to have the main PMIC on one of the i2c ports. An exynos system without access to its PMIC will just sorta limp by. ...but I've added Arnd to this thread as he expressed some reservations about this type of thing, so we'll see what he says. Reviewed-by: Doug Anderson <dianders@chromium.org> ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAD=FV=WzPxT4okEur8C2G=FZK=zq3EsyCv9aAJwZ1PDkfoOcpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform [not found] ` <CAD=FV=WzPxT4okEur8C2G=FZK=zq3EsyCv9aAJwZ1PDkfoOcpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2014-07-16 17:40 ` Wolfram Sang 2014-07-25 11:36 ` Sachin Kamat 0 siblings, 1 reply; 7+ messages in thread From: Wolfram Sang @ 2014-07-16 17:40 UTC (permalink / raw) To: Doug Anderson Cc: Sachin Kamat, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-samsung-soc, Sachin Kamat, Kukjin Kim, Arnd Bergmann [-- Attachment #1: Type: text/plain, Size: 2122 bytes --] On Wed, Jun 25, 2014 at 10:55:31AM -0700, Doug Anderson wrote: > Sachin, > > On Wed, Jun 25, 2014 at 3:02 AM, Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> wrote: > > All Exynos5 platforms have HSI2C controllers and are needed by > > various IPs connected to the boards based on these SoCs. Thus > > select this by default for Exynos5 platforms. > > > > Signed-off-by: Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > Cc: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> > > --- > > drivers/i2c/busses/Kconfig | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > > index 9f7d5859cf65..c7918cffe790 100644 > > --- a/drivers/i2c/busses/Kconfig > > +++ b/drivers/i2c/busses/Kconfig > > @@ -465,9 +465,9 @@ config I2C_EG20T > > config I2C_EXYNOS5 > > tristate "Exynos5 high-speed I2C driver" > > depends on ARCH_EXYNOS5 && OF > > + default y > > help > > - Say Y here to include support for high-speed I2C controller in the > > - Exynos5 based Samsung SoCs. > > + High-speed I2C controller on Exynos5 based Samsung SoCs. > > > > config I2C_GPIO > > tristate "GPIO-based bitbanging I2C" > > -- > > 1.7.9.5 > > This seems reasonable to me and I will also take the blame for > suggesting this. It's hard to imagine running a real exynos5 system > without I2C. One could argue that on an exynos5250 the high speed I2C > controller is not mandatory (since all the ports can be muxed to use > the old controller) but on newer exynos5 products you're expected to > have the main PMIC on one of the i2c ports. An exynos system without > access to its PMIC will just sorta limp by. > > ...but I've added Arnd to this thread as he expressed some > reservations about this type of thing, so we'll see what he says. Ping. Arnd? I have no strong opinion and would take this patch... > > Reviewed-by: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform 2014-07-16 17:40 ` Wolfram Sang @ 2014-07-25 11:36 ` Sachin Kamat 2014-08-01 16:17 ` Wolfram Sang 0 siblings, 1 reply; 7+ messages in thread From: Sachin Kamat @ 2014-07-25 11:36 UTC (permalink / raw) To: Wolfram Sang Cc: Doug Anderson, linux-i2c@vger.kernel.org, linux-samsung-soc, Kukjin Kim, Arnd Bergmann On Wed, Jul 16, 2014 at 11:10 PM, Wolfram Sang <wsa@the-dreams.de> wrote: > On Wed, Jun 25, 2014 at 10:55:31AM -0700, Doug Anderson wrote: >> Sachin, >> >> On Wed, Jun 25, 2014 at 3:02 AM, Sachin Kamat <sachin.kamat@samsung.com> wrote: >> > All Exynos5 platforms have HSI2C controllers and are needed by >> > various IPs connected to the boards based on these SoCs. Thus >> > select this by default for Exynos5 platforms. >> > >> > Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> >> > Cc: Doug Anderson <dianders@chromium.org> >> > --- >> > drivers/i2c/busses/Kconfig | 4 ++-- >> > 1 file changed, 2 insertions(+), 2 deletions(-) >> > >> > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig >> > index 9f7d5859cf65..c7918cffe790 100644 >> > --- a/drivers/i2c/busses/Kconfig >> > +++ b/drivers/i2c/busses/Kconfig >> > @@ -465,9 +465,9 @@ config I2C_EG20T >> > config I2C_EXYNOS5 >> > tristate "Exynos5 high-speed I2C driver" >> > depends on ARCH_EXYNOS5 && OF >> > + default y >> > help >> > - Say Y here to include support for high-speed I2C controller in the >> > - Exynos5 based Samsung SoCs. >> > + High-speed I2C controller on Exynos5 based Samsung SoCs. >> > >> > config I2C_GPIO >> > tristate "GPIO-based bitbanging I2C" >> > -- >> > 1.7.9.5 >> >> This seems reasonable to me and I will also take the blame for >> suggesting this. It's hard to imagine running a real exynos5 system >> without I2C. One could argue that on an exynos5250 the high speed I2C >> controller is not mandatory (since all the ports can be muxed to use >> the old controller) but on newer exynos5 products you're expected to >> have the main PMIC on one of the i2c ports. An exynos system without >> access to its PMIC will just sorta limp by. >> >> ...but I've added Arnd to this thread as he expressed some >> reservations about this type of thing, so we'll see what he says. > > Ping. Arnd? I have no strong opinion and would take this patch... Wolfram, How do you want to proceed with this? > >> >> Reviewed-by: Doug Anderson <dianders@chromium.org> -- Regards, Sachin. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform 2014-07-25 11:36 ` Sachin Kamat @ 2014-08-01 16:17 ` Wolfram Sang 0 siblings, 0 replies; 7+ messages in thread From: Wolfram Sang @ 2014-08-01 16:17 UTC (permalink / raw) To: Sachin Kamat Cc: Doug Anderson, linux-i2c@vger.kernel.org, linux-samsung-soc, Kukjin Kim, Arnd Bergmann [-- Attachment #1: Type: text/plain, Size: 2352 bytes --] On Fri, Jul 25, 2014 at 05:06:32PM +0530, Sachin Kamat wrote: > On Wed, Jul 16, 2014 at 11:10 PM, Wolfram Sang <wsa@the-dreams.de> wrote: > > On Wed, Jun 25, 2014 at 10:55:31AM -0700, Doug Anderson wrote: > >> Sachin, > >> > >> On Wed, Jun 25, 2014 at 3:02 AM, Sachin Kamat <sachin.kamat@samsung.com> wrote: > >> > All Exynos5 platforms have HSI2C controllers and are needed by > >> > various IPs connected to the boards based on these SoCs. Thus > >> > select this by default for Exynos5 platforms. > >> > > >> > Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> > >> > Cc: Doug Anderson <dianders@chromium.org> > >> > --- > >> > drivers/i2c/busses/Kconfig | 4 ++-- > >> > 1 file changed, 2 insertions(+), 2 deletions(-) > >> > > >> > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > >> > index 9f7d5859cf65..c7918cffe790 100644 > >> > --- a/drivers/i2c/busses/Kconfig > >> > +++ b/drivers/i2c/busses/Kconfig > >> > @@ -465,9 +465,9 @@ config I2C_EG20T > >> > config I2C_EXYNOS5 > >> > tristate "Exynos5 high-speed I2C driver" > >> > depends on ARCH_EXYNOS5 && OF > >> > + default y > >> > help > >> > - Say Y here to include support for high-speed I2C controller in the > >> > - Exynos5 based Samsung SoCs. > >> > + High-speed I2C controller on Exynos5 based Samsung SoCs. > >> > > >> > config I2C_GPIO > >> > tristate "GPIO-based bitbanging I2C" > >> > -- > >> > 1.7.9.5 > >> > >> This seems reasonable to me and I will also take the blame for > >> suggesting this. It's hard to imagine running a real exynos5 system > >> without I2C. One could argue that on an exynos5250 the high speed I2C > >> controller is not mandatory (since all the ports can be muxed to use > >> the old controller) but on newer exynos5 products you're expected to > >> have the main PMIC on one of the i2c ports. An exynos system without > >> access to its PMIC will just sorta limp by. > >> > >> ...but I've added Arnd to this thread as he expressed some > >> reservations about this type of thing, so we'll see what he says. > > > > Ping. Arnd? I have no strong opinion and would take this patch... > > Wolfram, > > How do you want to proceed with this? Giving Arnd a last chance to speak, otherwise I'll take it. [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform 2014-06-25 10:02 [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform Sachin Kamat [not found] ` <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> 2014-06-25 17:55 ` Doug Anderson @ 2014-08-04 21:21 ` Wolfram Sang 2 siblings, 0 replies; 7+ messages in thread From: Wolfram Sang @ 2014-08-04 21:21 UTC (permalink / raw) To: Sachin Kamat Cc: linux-i2c, linux-samsung-soc, spk.linux, kgene.kim, Doug Anderson [-- Attachment #1: Type: text/plain, Size: 384 bytes --] On Wed, Jun 25, 2014 at 03:32:03PM +0530, Sachin Kamat wrote: > All Exynos5 platforms have HSI2C controllers and are needed by > various IPs connected to the boards based on these SoCs. Thus > select this by default for Exynos5 platforms. > > Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> > Cc: Doug Anderson <dianders@chromium.org> Applied to for-next, thanks! [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-08-04 21:21 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-06-25 10:02 [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform Sachin Kamat [not found] ` <1403690523-1863-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> 2014-06-25 10:20 ` Kukjin Kim 2014-06-25 17:55 ` Doug Anderson [not found] ` <CAD=FV=WzPxT4okEur8C2G=FZK=zq3EsyCv9aAJwZ1PDkfoOcpA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2014-07-16 17:40 ` Wolfram Sang 2014-07-25 11:36 ` Sachin Kamat 2014-08-01 16:17 ` Wolfram Sang 2014-08-04 21:21 ` Wolfram Sang
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).