Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320543 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-01-28 11:50 +0100 |
| Last post | 2016-02-01 00:00 +0100 |
| Articles | 3 — 3 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.
Re: [PATCH v2] gpio: Add driver for TI TPIC2810 Linus Walleij <linus.walleij@linaro.org> - 2016-01-28 11:50 +0100
Re: [PATCH v2] gpio: Add driver for TI TPIC2810 "Andrew F. Davis" <afd@ti.com> - 2016-01-28 16:00 +0100
Re: [PATCH v2] gpio: Add driver for TI TPIC2810 Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-01 00:00 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-01-28 11:50 +0100 |
| Subject | Re: [PATCH v2] gpio: Add driver for TI TPIC2810 |
| Message-ID | <qVSjf-28z-13@gated-at.bofh.it> |
On Mon, Jan 25, 2016 at 5:14 PM, Andrew F. Davis <afd@ti.com> wrote: > Add driver for TI TPIC2810 8-Bit LED Driver with I2C Interface. > > The TPIC2810 has 8 open-drain outputs that can but used to drive > LEDs and other low-side switched resistive loads. > > Signed-off-by: Andrew F. Davis <afd@ti.com> > --- > Changes from v1: > - Added OF match table at Javier Martinez Canillas request So the TI datasheet says: "8 bit LED driver with I2C interface" So it is *not* "general purpose input/output" (GPIO). It is special purpose LED drive output-only circuit. So why can it not have a driver directly in drivers/leds/*? I understand that it can also be used as a GPIO (and that it is then nice to put leds-gpio on top of it) but then I want a reference to the hardware that actually went ahead and used this as a GPIO chip rather than using a proper GPIO expander. Yours, Linus Walleij
[toc] | [next] | [standalone]
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Date | 2016-01-28 16:00 +0100 |
| Message-ID | <qVWdd-4Sp-45@gated-at.bofh.it> |
| In reply to | #1320543 |
On 01/28/2016 04:47 AM, Linus Walleij wrote: > On Mon, Jan 25, 2016 at 5:14 PM, Andrew F. Davis <afd@ti.com> wrote: > >> Add driver for TI TPIC2810 8-Bit LED Driver with I2C Interface. >> >> The TPIC2810 has 8 open-drain outputs that can but used to drive >> LEDs and other low-side switched resistive loads. >> >> Signed-off-by: Andrew F. Davis <afd@ti.com> >> --- >> Changes from v1: >> - Added OF match table at Javier Martinez Canillas request > > So the TI datasheet says: > "8 bit LED driver with I2C interface" > > So it is *not* "general purpose input/output" (GPIO). > > It is special purpose LED drive output-only circuit. > > So why can it not have a driver directly in drivers/leds/*? > > I understand that it can also be used as a GPIO (and that it > is then nice to put leds-gpio on top of it) but then > I want a reference to the hardware that actually went ahead > and used this as a GPIO chip rather than using a proper > GPIO expander. > > Yours, > Linus Walleij > These don't really have the traditional LED features (current control, HW blinking, etc), and all the use cases I've found treat them as GPO, including our Industrial Dev Kits (although they run them to test LEDs as well as the IO header): http://www.ti.com/tool/tmdsice3359 http://www.ti.com/tool/tmdxidk437x And a couple more that I don't think have any public schematics yet. Like you said, they can still be used for LEDs with leds-gpio, as they don't have any LED specific features I figure this way we get both uses with one driver. Andrew
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Date | 2016-02-01 00:00 +0100 |
| Message-ID | <qX98m-1EO-15@gated-at.bofh.it> |
| In reply to | #1320761 |
On Thu, Jan 28, 2016 at 4:56 PM, Andrew F. Davis <afd@ti.com> wrote: > On 01/28/2016 04:47 AM, Linus Walleij wrote: >> So the TI datasheet says: >> "8 bit LED driver with I2C interface" >> >> So it is *not* "general purpose input/output" (GPIO). >> >> It is special purpose LED drive output-only circuit. >> >> So why can it not have a driver directly in drivers/leds/*? >> >> I understand that it can also be used as a GPIO (and that it >> is then nice to put leds-gpio on top of it) but then >> I want a reference to the hardware that actually went ahead >> and used this as a GPIO chip rather than using a proper >> GPIO expander. > These don't really have the traditional LED features (current control, > HW blinking, etc), and all the use cases I've found treat them as GPO, > including our Industrial Dev Kits… It reminds me how 12 channel PWM chip is used on Intel Galileo Gen 2. Half pins are PWM, the other half is GPIO used for discrete based pin muxing and control. Nevertheless I think it's a userspace issue for now, otherwise we have to provide some 'semi-virtual' way of presenting pins as GPIO lines. just my 2 cents. -- With Best Regards, Andy Shevchenko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web