linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mux: small fixes for 4.20-rc1
@ 2018-10-12 14:46 Peter Rosin
  2018-10-12 14:46 ` [PATCH 1/2] mux: adgs1408: use the correct MODULE_LICENSE Peter Rosin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Rosin @ 2018-10-12 14:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Peter Rosin, linux-kernel

Hi Greg,

A couple of tiny fixlets for the mux subsystem. Please pick them up
for 4.20.

Cheers,
Peter

Peter Rosin (2):
  mux: adgs1408: use the correct MODULE_LICENSE
  MAINTAINERS: use the correct location for dt-bindings includes for mux

 MAINTAINERS            | 2 +-
 drivers/mux/adgs1408.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.11.0


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

* [PATCH 1/2] mux: adgs1408: use the correct MODULE_LICENSE
  2018-10-12 14:46 [PATCH 0/2] mux: small fixes for 4.20-rc1 Peter Rosin
@ 2018-10-12 14:46 ` Peter Rosin
  2018-10-12 14:46 ` [PATCH 2/2] MAINTAINERS: use the correct location for dt-bindings includes for mux Peter Rosin
  2018-10-12 15:37 ` [PATCH 0/2] mux: small fixes for 4.20-rc1 Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Rosin @ 2018-10-12 14:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Peter Rosin, linux-kernel

The file is GPL v2 or later.

Acked-by: Mircea Caprioru <mircea.caprioru@analog.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
---
 drivers/mux/adgs1408.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mux/adgs1408.c b/drivers/mux/adgs1408.c
index 0f7cf54e3234..89096f10f4c4 100644
--- a/drivers/mux/adgs1408.c
+++ b/drivers/mux/adgs1408.c
@@ -128,4 +128,4 @@ module_spi_driver(adgs1408_driver);
 
 MODULE_AUTHOR("Mircea Caprioru <mircea.caprioru@analog.com>");
 MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
-- 
2.11.0


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

* [PATCH 2/2] MAINTAINERS: use the correct location for dt-bindings includes for mux
  2018-10-12 14:46 [PATCH 0/2] mux: small fixes for 4.20-rc1 Peter Rosin
  2018-10-12 14:46 ` [PATCH 1/2] mux: adgs1408: use the correct MODULE_LICENSE Peter Rosin
@ 2018-10-12 14:46 ` Peter Rosin
  2018-10-12 15:37 ` [PATCH 0/2] mux: small fixes for 4.20-rc1 Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Rosin @ 2018-10-12 14:46 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Peter Rosin, linux-kernel

Just drop the "linux" part of the path, it was never correct.

Reported-by: Joe Perches <joe@perches.com>
Fixes: 256ac0375098 ("dt-bindings: document devicetree bindings for mux-controllers and gpio-mux")
Signed-off-by: Peter Rosin <peda@axentia.se>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48a65c3a4189..11cc90d7fb85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9864,7 +9864,7 @@ M:	Peter Rosin <peda@axentia.se>
 S:	Maintained
 F:	Documentation/ABI/testing/sysfs-class-mux*
 F:	Documentation/devicetree/bindings/mux/
-F:	include/linux/dt-bindings/mux/
+F:	include/dt-bindings/mux/
 F:	include/linux/mux/
 F:	drivers/mux/
 
-- 
2.11.0


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

* Re: [PATCH 0/2] mux: small fixes for 4.20-rc1
  2018-10-12 14:46 [PATCH 0/2] mux: small fixes for 4.20-rc1 Peter Rosin
  2018-10-12 14:46 ` [PATCH 1/2] mux: adgs1408: use the correct MODULE_LICENSE Peter Rosin
  2018-10-12 14:46 ` [PATCH 2/2] MAINTAINERS: use the correct location for dt-bindings includes for mux Peter Rosin
@ 2018-10-12 15:37 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2018-10-12 15:37 UTC (permalink / raw)
  To: Peter Rosin; +Cc: linux-kernel

On Fri, Oct 12, 2018 at 02:46:34PM +0000, Peter Rosin wrote:
> Hi Greg,
> 
> A couple of tiny fixlets for the mux subsystem. Please pick them up
> for 4.20.

All now applied, thanks.

greg k-h

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

end of thread, other threads:[~2018-10-12 15:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12 14:46 [PATCH 0/2] mux: small fixes for 4.20-rc1 Peter Rosin
2018-10-12 14:46 ` [PATCH 1/2] mux: adgs1408: use the correct MODULE_LICENSE Peter Rosin
2018-10-12 14:46 ` [PATCH 2/2] MAINTAINERS: use the correct location for dt-bindings includes for mux Peter Rosin
2018-10-12 15:37 ` [PATCH 0/2] mux: small fixes for 4.20-rc1 Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).