All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX
@ 2009-09-26 14:50 Jaswinder Singh Rajput
  2009-09-26 15:03 ` Kristoffer Ericson
  2009-09-27 10:20 ` Dmitry Artamonow
  0 siblings, 2 replies; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-26 14:50 UTC (permalink / raw)
  To: linux-arm-kernel


Removed unused CONFIG SA1100_H3XXX from Kconfig and defconfig

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Dmitry Artamonow <mad_soft@inbox.ru>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
---
 arch/arm/configs/h3600_defconfig |    1 -
 arch/arm/mach-sa1100/Kconfig     |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig
index 1502957..f6aed77 100644
--- a/arch/arm/configs/h3600_defconfig
+++ b/arch/arm/configs/h3600_defconfig
@@ -90,7 +90,6 @@ CONFIG_ARCH_SA1100=y
 # CONFIG_SA1100_COLLIE is not set
 # CONFIG_SA1100_H3100 is not set
 CONFIG_SA1100_H3600=y
-CONFIG_SA1100_H3XXX=y
 # CONFIG_SA1100_BADGE4 is not set
 # CONFIG_SA1100_JORNADA720 is not set
 # CONFIG_SA1100_HACKKIT is not set
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig
index 81ffff7..4e5c07f 100644
--- a/arch/arm/mach-sa1100/Kconfig
+++ b/arch/arm/mach-sa1100/Kconfig
@@ -71,11 +71,6 @@ config SA1100_H3600
 	  <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
 	  <http://www.compaq.com/products/handhelds/pocketpc/>
 
-config SA1100_H3XXX
-	bool
-	depends on SA1100_H3100 || SA1100_H3600
-	default y
-
 config SA1100_BADGE4
 	bool "HP Labs BadgePAD 4"
 	select SA1111
-- 
1.6.0.6

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

* [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX
  2009-09-26 14:50 [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX Jaswinder Singh Rajput
@ 2009-09-26 15:03 ` Kristoffer Ericson
  2009-09-26 15:28   ` Jaswinder Singh Rajput
  2009-09-27 10:20 ` Dmitry Artamonow
  1 sibling, 1 reply; 4+ messages in thread
From: Kristoffer Ericson @ 2009-09-26 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 26 Sep 2009 20:20:06 +0530
Jaswinder Singh Rajput <jaswinder@kernel.org> wrote:

> 
> Removed unused CONFIG SA1100_H3XXX from Kconfig and defconfig

Without applying it to check for formatting stuff it looks
resonable. Is 3600 in any good shape nowadays?

> 
> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Dmitry Artamonow <mad_soft@inbox.ru>
> Cc: Philipp Zabel <philipp.zabel@gmail.com>
> Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> Cc: Russell King <rmk+lkml@arm.linux.org.uk>
> ---
>  arch/arm/configs/h3600_defconfig |    1 -
>  arch/arm/mach-sa1100/Kconfig     |    5 -----
>  2 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig
> index 1502957..f6aed77 100644
> --- a/arch/arm/configs/h3600_defconfig
> +++ b/arch/arm/configs/h3600_defconfig
> @@ -90,7 +90,6 @@ CONFIG_ARCH_SA1100=y
>  # CONFIG_SA1100_COLLIE is not set
>  # CONFIG_SA1100_H3100 is not set
>  CONFIG_SA1100_H3600=y
> -CONFIG_SA1100_H3XXX=y
>  # CONFIG_SA1100_BADGE4 is not set
>  # CONFIG_SA1100_JORNADA720 is not set
>  # CONFIG_SA1100_HACKKIT is not set
> diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig
> index 81ffff7..4e5c07f 100644
> --- a/arch/arm/mach-sa1100/Kconfig
> +++ b/arch/arm/mach-sa1100/Kconfig
> @@ -71,11 +71,6 @@ config SA1100_H3600
>  	  <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
>  	  <http://www.compaq.com/products/handhelds/pocketpc/>
>  
> -config SA1100_H3XXX
> -	bool
> -	depends on SA1100_H3100 || SA1100_H3600
> -	default y
> -
>  config SA1100_BADGE4
>  	bool "HP Labs BadgePAD 4"
>  	select SA1111
> -- 
> 1.6.0.6
> 
> 


-- 
Kristoffer Ericson <kristoffer.ericson@gmail.com>

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

* [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX
  2009-09-26 15:03 ` Kristoffer Ericson
@ 2009-09-26 15:28   ` Jaswinder Singh Rajput
  0 siblings, 0 replies; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-26 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 2009-09-26 at 17:03 +0200, Kristoffer Ericson wrote:
> On Sat, 26 Sep 2009 20:20:06 +0530
> Jaswinder Singh Rajput <jaswinder@kernel.org> wrote:
> 
> > 
> > Removed unused CONFIG SA1100_H3XXX from Kconfig and defconfig
> 
> Without applying it to check for formatting stuff it looks
> resonable. Is 3600 in any good shape nowadays?
> 

I worked with many H3600 developers in Year 2000-2003, I was searching
their names in 'MAINTAINERS' but not able to found any. I have no idea
what is the status of H3600 now-a-days.

Thanks,
--
JSR

> > 
> > Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> > Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> > Cc: Dmitry Artamonow <mad_soft@inbox.ru>
> > Cc: Philipp Zabel <philipp.zabel@gmail.com>
> > Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> > Cc: Russell King <rmk+lkml@arm.linux.org.uk>
> > ---
> >  arch/arm/configs/h3600_defconfig |    1 -
> >  arch/arm/mach-sa1100/Kconfig     |    5 -----
> >  2 files changed, 0 insertions(+), 6 deletions(-)
> > 
> > diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig
> > index 1502957..f6aed77 100644
> > --- a/arch/arm/configs/h3600_defconfig
> > +++ b/arch/arm/configs/h3600_defconfig
> > @@ -90,7 +90,6 @@ CONFIG_ARCH_SA1100=y
> >  # CONFIG_SA1100_COLLIE is not set
> >  # CONFIG_SA1100_H3100 is not set
> >  CONFIG_SA1100_H3600=y
> > -CONFIG_SA1100_H3XXX=y
> >  # CONFIG_SA1100_BADGE4 is not set
> >  # CONFIG_SA1100_JORNADA720 is not set
> >  # CONFIG_SA1100_HACKKIT is not set
> > diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig
> > index 81ffff7..4e5c07f 100644
> > --- a/arch/arm/mach-sa1100/Kconfig
> > +++ b/arch/arm/mach-sa1100/Kconfig
> > @@ -71,11 +71,6 @@ config SA1100_H3600
> >  	  <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
> >  	  <http://www.compaq.com/products/handhelds/pocketpc/>
> >  
> > -config SA1100_H3XXX
> > -	bool
> > -	depends on SA1100_H3100 || SA1100_H3600
> > -	default y
> > -
> >  config SA1100_BADGE4
> >  	bool "HP Labs BadgePAD 4"
> >  	select SA1111
> > -- 
> > 1.6.0.6
> > 
> > 
> 
> 

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

* [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX
  2009-09-26 14:50 [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX Jaswinder Singh Rajput
  2009-09-26 15:03 ` Kristoffer Ericson
@ 2009-09-27 10:20 ` Dmitry Artamonow
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry Artamonow @ 2009-09-27 10:20 UTC (permalink / raw)
  To: linux-arm-kernel

On 20:20 Sat 26 Sep     , Jaswinder Singh Rajput wrote:
> 
> Removed unused CONFIG SA1100_H3XXX from Kconfig and defconfig
> 
> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Dmitry Artamonow <mad_soft@inbox.ru>
> Cc: Philipp Zabel <philipp.zabel@gmail.com>
> Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
> Cc: Russell King <rmk+lkml@arm.linux.org.uk>
> ---
>  arch/arm/configs/h3600_defconfig |    1 -
>  arch/arm/mach-sa1100/Kconfig     |    5 -----
>  2 files changed, 0 insertions(+), 6 deletions(-)

Yes, SA1100_H3XXX isn't used anywhere and can be removed safely.

Here's my
Acked-by: Dmitry Artamonow <mad_soft@inbox.ru>

-- 
Best regards,
Dmitry "MAD" Artamonow

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

end of thread, other threads:[~2009-09-27 10:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-26 14:50 [PATCH] ARM: Remove unused CONFIG SA1100_H3XXX Jaswinder Singh Rajput
2009-09-26 15:03 ` Kristoffer Ericson
2009-09-26 15:28   ` Jaswinder Singh Rajput
2009-09-27 10:20 ` Dmitry Artamonow

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.