All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE
@ 2012-06-06 21:26 Paul Bolle
  2012-06-06 21:43 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2012-06-06 21:26 UTC (permalink / raw)
  To: Linus Walleij, Samuel Ortiz; +Cc: linux-kernel

Commit 72fb92200d6c31b9982c06784e4bcff2f5b7d8b6 ("mfd/ab5500: delete
AB5500 support") deleted the Kconfig symbol AB5500_CORE. Let's also
delete its last usage in u8500_defconfig.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Tested with "git grep" only.

1) There's also CONFIG_SND_SOC_UX500_AB5500 in
sound/soc/ux500/ux500_msp_dai.h. Was it related? (Note that there's no
Kconfig symbol SND_SOC_UX500_AB5500, so CONFIG_SND_SOC_UX500_AB5500 is
currently undefined.)

 arch/arm/configs/u8500_defconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index 2d4f661..5ff8c89 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -71,7 +71,6 @@ CONFIG_AB8500_BM=y
 CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL=y
 CONFIG_MFD_STMPE=y
 CONFIG_MFD_TC3589X=y
-CONFIG_AB5500_CORE=y
 CONFIG_AB8500_CORE=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AB8500=y
-- 
1.7.7.6


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

* Re: [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE
  2012-06-06 21:26 [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE Paul Bolle
@ 2012-06-06 21:43 ` Linus Walleij
  2012-06-06 22:07   ` Paul Bolle
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2012-06-06 21:43 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Samuel Ortiz, linux-kernel

On Wed, Jun 6, 2012 at 11:26 PM, Paul Bolle <pebolle@tiscali.nl> wrote:

> Commit 72fb92200d6c31b9982c06784e4bcff2f5b7d8b6 ("mfd/ab5500: delete
> AB5500 support") deleted the Kconfig symbol AB5500_CORE. Let's also
> delete its last usage in u8500_defconfig.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

These usually go away over time, it'd be better to make a bigger defconfig
update also adding support for new drivers. Anyway this should go through
the ARM SoC tree if you want it anyway,
Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE
  2012-06-06 21:43 ` Linus Walleij
@ 2012-06-06 22:07   ` Paul Bolle
  2012-06-25  8:17     ` Paul Bolle
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2012-06-06 22:07 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Samuel Ortiz, linux-kernel, Jiri Kosina

On Wed, 2012-06-06 at 23:43 +0200, Linus Walleij wrote:
> These usually go away over time,

Maybe they should, but they don't, at least not always. See
https://lkml.org/lkml/2011/11/18/211 in which I suggested to delete
almost 2000 unused macros from over 400 defconfig files. (Jiri - added
to the CC - apparently never pulled these changes. I never reminded Jiri
to do so, so I'm to blame.)

>  it'd be better to make a bigger defconfig
> update also adding support for new drivers. Anyway this should go through
> the ARM SoC tree if you want it anyway,
> Acked-by: Linus Walleij <linus.walleij@linaro.org>

That's fine with me. I hope to resend (sort of) shortly, with your ACK,
to the people in charge of the ARM SoC tree.


Paul Bolle


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

* Re: [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE
  2012-06-06 22:07   ` Paul Bolle
@ 2012-06-25  8:17     ` Paul Bolle
  2012-06-25 18:43       ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2012-06-25  8:17 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Samuel Ortiz, linux-kernel, Jiri Kosina

On Thu, 2012-06-07 at 00:07 +0200, Paul Bolle wrote:
> On Wed, 2012-06-06 at 23:43 +0200, Linus Walleij wrote:
> > Anyway this should go through
> > the ARM SoC tree if you want it anyway,
> > Acked-by: Linus Walleij <linus.walleij@linaro.org>
> 
> That's fine with me. I hope to resend (sort of) shortly, with your ACK,
> to the people in charge of the ARM SoC tree.

(Shortly became two weeks.)

I wonder what you actually meant with "the ARM SoC tree". MAINTAINERS
seems to have multiple entries related to ARM SoC.


Paul Bolle


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

* Re: [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE
  2012-06-25  8:17     ` Paul Bolle
@ 2012-06-25 18:43       ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2012-06-25 18:43 UTC (permalink / raw)
  To: Paul Bolle, arm; +Cc: Samuel Ortiz, linux-kernel, Jiri Kosina

On Mon, Jun 25, 2012 at 4:17 PM, Paul Bolle <pebolle@tiscali.nl> wrote:

> I wonder what you actually meant with "the ARM SoC tree". MAINTAINERS
> seems to have multiple entries related to ARM SoC.

The ARM SoC tree is a tree accumulating ARM sub architrecture
(plat-*, mach-*) before being sent to linux-next and then to
Torvalds.

They are reached on arm@kernel.org and send out info mails
like this:
http://lwn.net/Articles/485753/

Currently on the other side of that mail alias you find mostly
Arnd Bergmann and Olof Johansson.

ARM SoC people: care to send a MAINTAINERS patch to formalize
your statement of work?

Yours,
Linus Walleij

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

end of thread, other threads:[~2012-06-25 18:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-06 21:26 [PATCH] u8500_defconfig: delete CONFIG_AB5500_CORE Paul Bolle
2012-06-06 21:43 ` Linus Walleij
2012-06-06 22:07   ` Paul Bolle
2012-06-25  8:17     ` Paul Bolle
2012-06-25 18:43       ` 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.