Message ID | 20191004164059.10397-2-j.neuschaefer@gmx.net |
---|---|
State | New |
Headers | show |
Series | [1/2] docs: driver-api: Move bt8xxgpio to the gpio directory | expand |
On Fri, 4 Oct 2019 18:40:56 +0200 Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > www.bu3sch.de has been unusable for several years, but the same > information is available on bues.ch. > > Cc: Michael Buesch <m@bues.ch> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > --- > Documentation/driver-api/gpio/bt8xxgpio.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/gpio/bt8xxgpio.rst b/Documentation/driver-api/gpio/bt8xxgpio.rst > index a845feb074de..d7e75f1234e7 100644 > --- a/Documentation/driver-api/gpio/bt8xxgpio.rst > +++ b/Documentation/driver-api/gpio/bt8xxgpio.rst > @@ -2,7 +2,7 @@ > A driver for a selfmade cheap BT8xx based PCI GPIO-card (bt8xxgpio) > =================================================================== > > -For advanced documentation, see http://www.bu3sch.de/btgpio.php > +For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html > > A generic digital 24-port PCI GPIO card can be built out of an ordinary > Brooktree bt848, bt849, bt878 or bt879 based analog TV tuner card. The > -- > 2.20.1 > > For both patches: Acked-by: Michael Büsch <m@bues.ch> If you want, you can use the short-URL: https://bues.ch/u/btgpio
Em Fri, 4 Oct 2019 19:14:17 +0200 Michael Büsch <m@bues.ch> escreveu: > On Fri, 4 Oct 2019 18:40:56 +0200 > Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > > > www.bu3sch.de has been unusable for several years, but the same > > information is available on bues.ch. > > > > Cc: Michael Buesch <m@bues.ch> > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > > --- > > Documentation/driver-api/gpio/bt8xxgpio.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/driver-api/gpio/bt8xxgpio.rst b/Documentation/driver-api/gpio/bt8xxgpio.rst > > index a845feb074de..d7e75f1234e7 100644 > > --- a/Documentation/driver-api/gpio/bt8xxgpio.rst > > +++ b/Documentation/driver-api/gpio/bt8xxgpio.rst > > @@ -2,7 +2,7 @@ > > A driver for a selfmade cheap BT8xx based PCI GPIO-card (bt8xxgpio) > > =================================================================== > > > > -For advanced documentation, see http://www.bu3sch.de/btgpio.php > > +For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html > > > > A generic digital 24-port PCI GPIO card can be built out of an ordinary > > Brooktree bt848, bt849, bt878 or bt879 based analog TV tuner card. The > > -- > > 2.20.1 > > > > > > For both patches: > Acked-by: Michael Büsch <m@bues.ch> Hi Jonathan, Those drivers don't really belong to the media subsystem (although they are for a media device), so you don't need my ack. Yet, both patches look good to me, so, for both: Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > If you want, you can use the short-URL: > https://bues.ch/u/btgpio > Thanks, Mauro
On Fri, Oct 4, 2019 at 6:42 PM Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > www.bu3sch.de has been unusable for several years, but the same > information is available on bues.ch. > > Cc: Michael Buesch <m@bues.ch> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Patch applied. Yours, Linus Walleij
diff --git a/Documentation/driver-api/gpio/bt8xxgpio.rst b/Documentation/driver-api/gpio/bt8xxgpio.rst index a845feb074de..d7e75f1234e7 100644 --- a/Documentation/driver-api/gpio/bt8xxgpio.rst +++ b/Documentation/driver-api/gpio/bt8xxgpio.rst @@ -2,7 +2,7 @@ A driver for a selfmade cheap BT8xx based PCI GPIO-card (bt8xxgpio) =================================================================== -For advanced documentation, see http://www.bu3sch.de/btgpio.php +For advanced documentation, see https://bues.ch/cms/unmaintained/btgpio.html A generic digital 24-port PCI GPIO card can be built out of an ordinary Brooktree bt848, bt849, bt878 or bt879 based analog TV tuner card. The
www.bu3sch.de has been unusable for several years, but the same information is available on bues.ch. Cc: Michael Buesch <m@bues.ch> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- Documentation/driver-api/gpio/bt8xxgpio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1