All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/pinctrl: fix the reference to the u300 platform
@ 2021-05-27 20:13 Dario Binacchi
  2021-05-28  1:00 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2021-05-27 20:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dario Binacchi, Jonathan Corbet, Linus Walleij, linux-doc, linux-gpio

With commit ce1380c9f4bc ("ARM: remove u300 platform") it is wrong to
use arch/arm/mach-u300/Kconfig file as example. Since the u300 platform
has been replaced by the u8500, let's use its Kconfig as example.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 Documentation/driver-api/pin-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
index e2474425fb0c..71eefe5a023f 100644
--- a/Documentation/driver-api/pin-control.rst
+++ b/Documentation/driver-api/pin-control.rst
@@ -95,7 +95,7 @@ this in our driver::
 To enable the pinctrl subsystem and the subgroups for PINMUX and PINCONF and
 selected drivers, you need to select them from your machine's Kconfig entry,
 since these are so tightly integrated with the machines they are used on.
-See for example arch/arm/mach-u300/Kconfig for an example.
+See for example arch/arm/mach-ux500/Kconfig for an example.
 
 Pins usually have fancier names than this. You can find these in the datasheet
 for your chip. Notice that the core pinctrl.h file provides a fancy macro
-- 
2.17.1


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

* Re: [PATCH] docs/pinctrl: fix the reference to the u300 platform
  2021-05-27 20:13 [PATCH] docs/pinctrl: fix the reference to the u300 platform Dario Binacchi
@ 2021-05-28  1:00 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2021-05-28  1:00 UTC (permalink / raw)
  To: Dario Binacchi
  Cc: linux-kernel, Jonathan Corbet, Linux Doc Mailing List,
	open list:GPIO SUBSYSTEM

On Thu, May 27, 2021 at 10:13 PM Dario Binacchi <dariobin@libero.it> wrote:

> With commit ce1380c9f4bc ("ARM: remove u300 platform") it is wrong to
> use arch/arm/mach-u300/Kconfig file as example. Since the u300 platform
> has been replaced by the u8500, let's use its Kconfig as example.
>
> Signed-off-by: Dario Binacchi <dariobin@libero.it>

Patch applied!

Yours,
Linus Walleij

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

end of thread, other threads:[~2021-05-28  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 20:13 [PATCH] docs/pinctrl: fix the reference to the u300 platform Dario Binacchi
2021-05-28  1:00 ` 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.