Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1532420 > unrolled thread

Re: [PATCH] mfd: cpcap: Add minimal support

Started byRob Herring <robh+dt@kernel.org>
First post2016-11-29 16:30 +0100
Last post2016-11-29 16:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] mfd: cpcap: Add minimal support Rob Herring <robh+dt@kernel.org> - 2016-11-29 16:30 +0100
    Re: [PATCH] mfd: cpcap: Add minimal support Tony Lindgren <tony@atomide.com> - 2016-11-29 16:50 +0100

#1532420 — Re: [PATCH] mfd: cpcap: Add minimal support

FromRob Herring <robh+dt@kernel.org>
Date2016-11-29 16:30 +0100
SubjectRe: [PATCH] mfd: cpcap: Add minimal support
Message-ID<sISw3-1KH-65@gated-at.bofh.it>
On Thu, Nov 24, 2016 at 2:59 AM, Lee Jones <lee.jones@linaro.org> wrote:
> On Wed, 23 Nov 2016, Tony Lindgren wrote:
>
>> * Lee Jones <lee.jones@linaro.org> [161121 03:43]:
>> > On Fri, 18 Nov 2016, Tony Lindgren wrote:
>> > > --- a/drivers/mfd/Makefile
>> > > +++ b/drivers/mfd/Makefile
>> > > @@ -97,6 +97,7 @@ obj-$(CONFIG_MFD_MC13XXX_I2C)   += mc13xxx-i2c.o
>> > >  obj-$(CONFIG_MFD_CORE)           += mfd-core.o
>> > >
>> > >  obj-$(CONFIG_EZX_PCAP)           += ezx-pcap.o
>> > > +obj-$(CONFIG_MFD_CPCAP)          += cpcap.o
>> >
>> > Who is the manufacturer?
>>
>> Hmm that I don't know. There seems to be both ST and TI versions
>> of this chip manufactured for Motorola. So my guess is that it
>> should be Motorola unless there's some similar catalog part
>> available from ST used by others. If anybody has more info
>> on this please let me know :)
>
> If this IP is shared amongst vendors, it usually means it was designed
> by someone else?  Synopsis perhaps?

xCAP names originated from Motorola cellular group with parts (going
back to analog/2G days) coming from Motorola Semi, TI, and ST it
seems. All individually developed AFAIK.

Rob

[toc] | [next] | [standalone]


#1532441

FromTony Lindgren <tony@atomide.com>
Date2016-11-29 16:50 +0100
Message-ID<sISPn-1Rc-19@gated-at.bofh.it>
In reply to#1532420
* Rob Herring <robh+dt@kernel.org> [161129 07:20]:
> On Thu, Nov 24, 2016 at 2:59 AM, Lee Jones <lee.jones@linaro.org> wrote:
> > On Wed, 23 Nov 2016, Tony Lindgren wrote:
> >
> >> * Lee Jones <lee.jones@linaro.org> [161121 03:43]:
> >> > On Fri, 18 Nov 2016, Tony Lindgren wrote:
> >> > > --- a/drivers/mfd/Makefile
> >> > > +++ b/drivers/mfd/Makefile
> >> > > @@ -97,6 +97,7 @@ obj-$(CONFIG_MFD_MC13XXX_I2C)   += mc13xxx-i2c.o
> >> > >  obj-$(CONFIG_MFD_CORE)           += mfd-core.o
> >> > >
> >> > >  obj-$(CONFIG_EZX_PCAP)           += ezx-pcap.o
> >> > > +obj-$(CONFIG_MFD_CPCAP)          += cpcap.o
> >> >
> >> > Who is the manufacturer?
> >>
> >> Hmm that I don't know. There seems to be both ST and TI versions
> >> of this chip manufactured for Motorola. So my guess is that it
> >> should be Motorola unless there's some similar catalog part
> >> available from ST used by others. If anybody has more info
> >> on this please let me know :)
> >
> > If this IP is shared amongst vendors, it usually means it was designed
> > by someone else?  Synopsis perhaps?
> 
> xCAP names originated from Motorola cellular group with parts (going
> back to analog/2G days) coming from Motorola Semi, TI, and ST it
> seems. All individually developed AFAIK.

OK thanks. Looking at the Motorola Linux kernel source, the child
device drivers do test for both revision and vendor and apply
different workarounds based on that. It also seems that CPCAP is
only used on Motorola devices.

So based on the above, we should call it motorola-cpcap with just
a secondary device tree compatible string for the STE part numbers.

Regards,

Tony

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web