All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove non-existent files from MAINTAINERS
@ 2014-08-10  6:38 Christian Kujau
  2014-08-11  0:51 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Kujau @ 2014-08-10  6:38 UTC (permalink / raw)
  To: LKML
  Cc: Tomasz Figa, Kyungmin Park, Simon Horman, Magnus Damm,
	Peter Griffin, Ulf Hansson, Sangbeom Kim, Cesar Eduardo Barros

Inspired by some recent cleanups in MAINTAINERS the following
files (F:) cannot be found any more in the tree:

    * arch/arm/mach-s5pv210/mach-aquila.c
    * arch/arm/mach-s5pv210/mach-goni.c

      Those two got removed in 28c8331 ("ARM: S5PV210: Remove support for board files").
      Cc: Tomasz Figa <t.figa@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>

    * arch/arm/configs/genmai_defconfig

      This one got removed in 3ed27bd9 ("ARM: shmobile: genmai: remove defconfig").
      Cc: Simon Horman <horms@verge.net.au>
      Cc: Magnus Damm <magnus.damm@gmail.com>

    * drivers/mmc/host/sdhci-st.c

      This one was sent to be included in June 2014 but got dropped shortly after:
      "mmc: sdhci-st: Intial support for ST SDHCI controller"
      https://lkml.org/lkml/2014/6/4/446
      https://lkml.org/lkml/2014/7/9/340
      Cc: Peter Griffin <peter.griffin@linaro.org>
      Cc: Ulf Hansson <ulf.hansson@linaro.org>

    * drivers/rtc/rtc-sec.c

      A MAINTAINERS fix was attempted in November 2012, but dismissed as rtc-sec.c
      was still being worked on. Alas, it's still not there.
      "MAINTAINERS: fix drivers/rtc/rtc-sec.c"
      http://lkml.iu.edu/hypermail/linux/kernel/1211.2/04820.html
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Cesar Eduardo Barros <cesarb@cesarb.eti.br>

    Signed-off-by: Christian Kujau <lists@nerdbynature.de>

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e2eb4c..7831e8d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1303,8 +1303,7 @@ ARM/SAMSUNG MOBILE MACHINE SUPPORT
 M:	Kyungmin Park <kyungmin.park@samsung.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	arch/arm/mach-s5pv210/mach-aquila.c
-F:	arch/arm/mach-s5pv210/mach-goni.c
+F:	arch/arm/mach-s5pv210/

 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
 M:	Kyungmin Park <kyungmin.park@samsung.com>
@@ -1347,7 +1346,6 @@ F:	arch/arm/boot/dts/sh*
 F:	arch/arm/configs/ape6evm_defconfig
 F:	arch/arm/configs/armadillo800eva_defconfig
 F:	arch/arm/configs/bockw_defconfig
-F:	arch/arm/configs/genmai_defconfig
 F:	arch/arm/configs/koelsch_defconfig
 F:	arch/arm/configs/kzm9g_defconfig
 F:	arch/arm/configs/lager_defconfig
@@ -1383,7 +1381,6 @@ F:	drivers/pinctrl/pinctrl-st.c
 F:	drivers/media/rc/st_rc.c
 F:	drivers/i2c/busses/i2c-st.c
 F:	drivers/tty/serial/st-asc.c
-F:	drivers/mmc/host/sdhci-st.c

 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
 M:	Lennert Buytenhek <kernel@wantstofly.org>
@@ -7809,7 +7806,6 @@ S:	Supported
 F:	drivers/mfd/sec*.c
 F:	drivers/regulator/s2m*.c
 F:	drivers/regulator/s5m*.c
-F:	drivers/rtc/rtc-sec.c
 F:	include/linux/mfd/samsung/

 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
-- 
BOFH excuse #419:

Repeated reboots of the system failed to solve problem

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

* Re: [PATCH] remove non-existent files from MAINTAINERS
  2014-08-10  6:38 [PATCH] remove non-existent files from MAINTAINERS Christian Kujau
@ 2014-08-11  0:51 ` Simon Horman
  2014-08-11  8:28   ` Peter Griffin
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2014-08-11  0:51 UTC (permalink / raw)
  To: Christian Kujau
  Cc: LKML, Tomasz Figa, Kyungmin Park, Magnus Damm, Peter Griffin,
	Ulf Hansson, Sangbeom Kim, Cesar Eduardo Barros

On Sat, Aug 09, 2014 at 11:38:22PM -0700, Christian Kujau wrote:
> Inspired by some recent cleanups in MAINTAINERS the following
> files (F:) cannot be found any more in the tree:
> 
>     * arch/arm/mach-s5pv210/mach-aquila.c
>     * arch/arm/mach-s5pv210/mach-goni.c
> 
>       Those two got removed in 28c8331 ("ARM: S5PV210: Remove support for board files").
>       Cc: Tomasz Figa <t.figa@samsung.com>
>       Cc: Kyungmin Park <kyungmin.park@samsung.com>
> 
>     * arch/arm/configs/genmai_defconfig
> 
>       This one got removed in 3ed27bd9 ("ARM: shmobile: genmai: remove defconfig").
>       Cc: Simon Horman <horms@verge.net.au>
>       Cc: Magnus Damm <magnus.damm@gmail.com>

I have already queued up a patch to remove genmai_defconfig from
MAINTAINERS.

>     * drivers/mmc/host/sdhci-st.c
> 
>       This one was sent to be included in June 2014 but got dropped shortly after:
>       "mmc: sdhci-st: Intial support for ST SDHCI controller"
>       https://lkml.org/lkml/2014/6/4/446
>       https://lkml.org/lkml/2014/7/9/340
>       Cc: Peter Griffin <peter.griffin@linaro.org>
>       Cc: Ulf Hansson <ulf.hansson@linaro.org>
> 
>     * drivers/rtc/rtc-sec.c
> 
>       A MAINTAINERS fix was attempted in November 2012, but dismissed as rtc-sec.c
>       was still being worked on. Alas, it's still not there.
>       "MAINTAINERS: fix drivers/rtc/rtc-sec.c"
>       http://lkml.iu.edu/hypermail/linux/kernel/1211.2/04820.html
>       Cc: Sangbeom Kim <sbkim73@samsung.com>
>       Cc: Cesar Eduardo Barros <cesarb@cesarb.eti.br>
> 
>     Signed-off-by: Christian Kujau <lists@nerdbynature.de>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e2eb4c..7831e8d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1303,8 +1303,7 @@ ARM/SAMSUNG MOBILE MACHINE SUPPORT
>  M:	Kyungmin Park <kyungmin.park@samsung.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
> -F:	arch/arm/mach-s5pv210/mach-aquila.c
> -F:	arch/arm/mach-s5pv210/mach-goni.c
> +F:	arch/arm/mach-s5pv210/
> 
>  ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
>  M:	Kyungmin Park <kyungmin.park@samsung.com>
> @@ -1347,7 +1346,6 @@ F:	arch/arm/boot/dts/sh*
>  F:	arch/arm/configs/ape6evm_defconfig
>  F:	arch/arm/configs/armadillo800eva_defconfig
>  F:	arch/arm/configs/bockw_defconfig
> -F:	arch/arm/configs/genmai_defconfig
>  F:	arch/arm/configs/koelsch_defconfig
>  F:	arch/arm/configs/kzm9g_defconfig
>  F:	arch/arm/configs/lager_defconfig
> @@ -1383,7 +1381,6 @@ F:	drivers/pinctrl/pinctrl-st.c
>  F:	drivers/media/rc/st_rc.c
>  F:	drivers/i2c/busses/i2c-st.c
>  F:	drivers/tty/serial/st-asc.c
> -F:	drivers/mmc/host/sdhci-st.c
> 
>  ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
>  M:	Lennert Buytenhek <kernel@wantstofly.org>
> @@ -7809,7 +7806,6 @@ S:	Supported
>  F:	drivers/mfd/sec*.c
>  F:	drivers/regulator/s2m*.c
>  F:	drivers/regulator/s5m*.c
> -F:	drivers/rtc/rtc-sec.c
>  F:	include/linux/mfd/samsung/
> 
>  SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
> -- 
> BOFH excuse #419:
> 
> Repeated reboots of the system failed to solve problem
> 

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

* Re: [PATCH] remove non-existent files from MAINTAINERS
  2014-08-11  0:51 ` Simon Horman
@ 2014-08-11  8:28   ` Peter Griffin
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Griffin @ 2014-08-11  8:28 UTC (permalink / raw)
  To: Simon Horman
  Cc: Christian Kujau, LKML, Tomasz Figa, Kyungmin Park, Magnus Damm,
	Ulf Hansson, Sangbeom Kim, Cesar Eduardo Barros

Hi,

> >     * drivers/mmc/host/sdhci-st.c
> > 
> >       This one was sent to be included in June 2014 but got dropped shortly after:
> >       "mmc: sdhci-st: Intial support for ST SDHCI controller"
> >       https://lkml.org/lkml/2014/6/4/446
> >       https://lkml.org/lkml/2014/7/9/340

NAK.

This only got dropped temporarily, the V4 series got applied by Ulf the next day, see here: -
http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/271183.html.

I think the file is currently missing because Ulf hasn't sent his pull request yet, but 
the patches *are* still in his 'next' branch here 
https://git.linaro.org/people/ulf.hansson/mmc.git/shortlog/refs/heads/next.

The patch for MAINTAINERS went via Maxime the arch maintainer, so come 3.17-rc1 the file
should be there.

regards,

Peter.

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

end of thread, other threads:[~2014-08-11  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-10  6:38 [PATCH] remove non-existent files from MAINTAINERS Christian Kujau
2014-08-11  0:51 ` Simon Horman
2014-08-11  8:28   ` Peter Griffin

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.