Message ID | 20240307195053.1320538-1-chris.packham@alliedtelesis.co.nz |
---|---|
Headers | show |
Series | auxdisplay: 7-segment LED display | expand |
On Thu, Mar 7, 2024 at 8:51 PM Chris Packham <chris.packham@alliedtelesis.co.nz> wrote: > Add a driver for a 7-segment LED display. At the moment only one > character is supported but it should be possible to expand this to > support more characters and/or 14-segment displays in the future. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- > > Notes: > Changes in v6: > - Enforce maximum number of GPIOs > - Drop unnecessary 0 in initialiser Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Gr{oetje,eeting}s, Geert
On Fri, Mar 08, 2024 at 08:50:50AM +1300, Chris Packham wrote:
> This series adds a driver for a 7-segment LED display.
You were too fast to miss some tags, but they are related to the last patch
which according to Arnd's suggestion I'm not going to take right now.
So, the first two on their way, thanks!