All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory
@ 2019-10-04 16:40 Jonathan Neuschäfer
  2019-10-04 16:40 ` [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link Jonathan Neuschäfer
  2019-10-09  9:12 ` [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Linus Walleij
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Neuschäfer @ 2019-10-04 16:40 UTC (permalink / raw)
  To: linux-gpio
  Cc: Michael Buesch, Jonathan Corbet, Linus Walleij,
	Bartosz Golaszewski, Logan Gunthorpe, Jonathan Neuschäfer,
	Mauro Carvalho Chehab, Cornelia Huck, Greg Kroah-Hartman,
	Rafael J . Wysocki, linux-doc, linux-kernel

Let's declutter Documentation/driver-api a bit.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---

Is this where we want to put documentation about specific GPIO
drivers/chips? Or perhaps under a subheading?
---
 Documentation/driver-api/{ => gpio}/bt8xxgpio.rst | 0
 Documentation/driver-api/gpio/index.rst           | 1 +
 Documentation/driver-api/index.rst                | 1 -
 drivers/gpio/Kconfig                              | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename Documentation/driver-api/{ => gpio}/bt8xxgpio.rst (100%)

diff --git a/Documentation/driver-api/bt8xxgpio.rst b/Documentation/driver-api/gpio/bt8xxgpio.rst
similarity index 100%
rename from Documentation/driver-api/bt8xxgpio.rst
rename to Documentation/driver-api/gpio/bt8xxgpio.rst
diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst
index c5b8467f9104..5b61032aa4ea 100644
--- a/Documentation/driver-api/gpio/index.rst
+++ b/Documentation/driver-api/gpio/index.rst
@@ -13,6 +13,7 @@ Contents:
    board
    drivers-on-gpio
    legacy
+   bt8xxgpio

 Core
 ====
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index 38e638abe3eb..2b3b6949381e 100644
--- a/Documentation/driver-api/index.rst
+++ b/Documentation/driver-api/index.rst
@@ -69,7 +69,6 @@ available subsections can be seen below.
    fpga/index
    acpi/index
    backlight/lp855x-driver.rst
-   bt8xxgpio
    connector
    console
    dcdbas
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 38e096e6925f..d96fb9923d30 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1320,7 +1320,7 @@ config GPIO_BT8XX
 	  The card needs to be physically altered for using it as a
 	  GPIO card. For more information on how to build a GPIO card
 	  from a BT8xx TV card, see the documentation file at
-	  Documentation/driver-api/bt8xxgpio.rst
+	  Documentation/driver-api/gpio/bt8xxgpio.rst

 	  If unsure, say N.

--
2.20.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link
  2019-10-04 16:40 [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Jonathan Neuschäfer
@ 2019-10-04 16:40 ` Jonathan Neuschäfer
  2019-10-04 17:14   ` Michael Büsch
  2019-10-09  9:14   ` Linus Walleij
  2019-10-09  9:12 ` [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Linus Walleij
  1 sibling, 2 replies; 6+ messages in thread
From: Jonathan Neuschäfer @ 2019-10-04 16:40 UTC (permalink / raw)
  To: linux-gpio
  Cc: Michael Buesch, Jonathan Corbet, Linus Walleij,
	Bartosz Golaszewski, Logan Gunthorpe, Jonathan Neuschäfer,
	Mauro Carvalho Chehab, Cornelia Huck, Greg Kroah-Hartman,
	Rafael J . Wysocki, linux-doc, linux-kernel

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link
  2019-10-04 16:40 ` [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link Jonathan Neuschäfer
@ 2019-10-04 17:14   ` Michael Büsch
  2019-10-04 19:05     ` Mauro Carvalho Chehab
  2019-10-09  9:14   ` Linus Walleij
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Büsch @ 2019-10-04 17:14 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-gpio, Jonathan Corbet, Linus Walleij, Bartosz Golaszewski,
	Logan Gunthorpe, Mauro Carvalho Chehab, Cornelia Huck,
	Greg Kroah-Hartman, Rafael J . Wysocki, linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]

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

-- 
Michael

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link
  2019-10-04 17:14   ` Michael Büsch
@ 2019-10-04 19:05     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2019-10-04 19:05 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Michael Büsch, linux-gpio, Jonathan Corbet, Linus Walleij,
	Bartosz Golaszewski, Logan Gunthorpe, Cornelia Huck,
	Greg Kroah-Hartman, Rafael J . Wysocki, linux-doc, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory
  2019-10-04 16:40 [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Jonathan Neuschäfer
  2019-10-04 16:40 ` [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link Jonathan Neuschäfer
@ 2019-10-09  9:12 ` Linus Walleij
  1 sibling, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2019-10-09  9:12 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: open list:GPIO SUBSYSTEM, Michael Buesch, Jonathan Corbet,
	Bartosz Golaszewski, Logan Gunthorpe, Mauro Carvalho Chehab,
	Cornelia Huck, Greg Kroah-Hartman, Rafael J . Wysocki,
	Linux Doc Mailing List, linux-kernel@vger.kernel.org

On Fri, Oct 4, 2019 at 6:41 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:

> Let's declutter Documentation/driver-api a bit.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link
  2019-10-04 16:40 ` [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link Jonathan Neuschäfer
  2019-10-04 17:14   ` Michael Büsch
@ 2019-10-09  9:14   ` Linus Walleij
  1 sibling, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2019-10-09  9:14 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: open list:GPIO SUBSYSTEM, Michael Buesch, Jonathan Corbet,
	Bartosz Golaszewski, Logan Gunthorpe, Mauro Carvalho Chehab,
	Cornelia Huck, Greg Kroah-Hartman, Rafael J . Wysocki,
	Linux Doc Mailing List, linux-kernel@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-09  9:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 16:40 [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Jonathan Neuschäfer
2019-10-04 16:40 ` [PATCH 2/2] docs: driver-api: bt8xxgpio: Revive dead link Jonathan Neuschäfer
2019-10-04 17:14   ` Michael Büsch
2019-10-04 19:05     ` Mauro Carvalho Chehab
2019-10-09  9:14   ` Linus Walleij
2019-10-09  9:12 ` [PATCH 1/2] docs: driver-api: Move bt8xxgpio to the gpio directory Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.