linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4
@ 2010-12-11  6:13 Heiko Schocher
  2010-12-11  6:13 ` [PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board Heiko Schocher
  2010-12-12  8:47 ` [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Wolfram Sang
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Schocher @ 2010-12-11  6:13 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Heiko Schocher

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Wolfram Sang <w.sang@pengutronix.de>
cc: linuxppc-dev@lists.ozlabs.org
---
- based against 2.6.37-rc4
- I did the following steps to generate this patch:

  make mpc5200_defconfig
  make savedefconfig
  cp ./defconfig arch/powerpc/configs/mpc5200_defconfig

 arch/powerpc/configs/mpc5200_defconfig |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig
index 7376e27..6f75623 100644
--- a/arch/powerpc/configs/mpc5200_defconfig
+++ b/arch/powerpc/configs/mpc5200_defconfig
@@ -1,5 +1,6 @@
 CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
+CONFIG_SPARSE_IRQ=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_BLK_DEV_INITRD=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
@@ -20,7 +21,6 @@ CONFIG_PPC_BESTCOMM=y
 CONFIG_SIMPLE_GPIO=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
-CONFIG_SPARSE_IRQ=y
 CONFIG_PM=y
 CONFIG_NET=y
 CONFIG_PACKET=y
@@ -52,7 +52,6 @@ CONFIG_PROC_DEVICETREE=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_EEPROM_AT24=y
 CONFIG_SCSI_TGT=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_SG=y
@@ -114,7 +113,6 @@ CONFIG_RTC_DRV_DS1307=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
-CONFIG_INOTIFY=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_PROC_KCORE=y
@@ -132,5 +130,4 @@ CONFIG_PRINTK_TIME=y
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DETECT_HUNG_TASK=y
 CONFIG_DEBUG_INFO=y
-# CONFIG_RCU_CPU_STALL_DETECTOR is not set
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
-- 
1.7.2.3

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

* [PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board.
  2010-12-11  6:13 [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Heiko Schocher
@ 2010-12-11  6:13 ` Heiko Schocher
  2010-12-12  8:47 ` [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Wolfram Sang
  1 sibling, 0 replies; 6+ messages in thread
From: Heiko Schocher @ 2010-12-11  6:13 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Heiko Schocher

add to mpc5200_defconfig:

CONFIG_SENSORS_LM80=m
CONFIG_RTC_DRV_DS1374=m

as this is used by the charon board.

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Wolfram Sang <w.sang@pengutronix.de>
cc: linuxppc-dev@lists.ozlabs.org

---
- based against 2.6.37-rc4

 arch/powerpc/configs/mpc5200_defconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig
index 6f75623..70e5d8e 100644
--- a/arch/powerpc/configs/mpc5200_defconfig
+++ b/arch/powerpc/configs/mpc5200_defconfig
@@ -78,6 +78,7 @@ CONFIG_SPI_GPIO=m
 CONFIG_SPI_MPC52xx=m
 CONFIG_SPI_MPC52xx_PSC=m
 CONFIG_SPI_SPIDEV=m
+CONFIG_SENSORS_LM80=m
 CONFIG_WATCHDOG=y
 CONFIG_DRM=y
 CONFIG_VIDEO_OUTPUT_CONTROL=y
@@ -110,6 +111,7 @@ CONFIG_USB_STORAGE=y
 CONFIG_NEW_LEDS=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_DS1307=y
+CONFIG_RTC_DRV_DS1374=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
-- 
1.7.2.3

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

* Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4
  2010-12-11  6:13 [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Heiko Schocher
  2010-12-11  6:13 ` [PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board Heiko Schocher
@ 2010-12-12  8:47 ` Wolfram Sang
  2010-12-13  7:09   ` Heiko Schocher
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2010-12-12  8:47 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 2115 bytes --]

On Sat, Dec 11, 2010 at 07:13:00AM +0100, Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher <hs@denx.de>

I'd say the two patches can be merged. Dunno what Grant prefers whom you should
CC as he is the maintainer.

> cc: Wolfram Sang <w.sang@pengutronix.de>
> cc: linuxppc-dev@lists.ozlabs.org
> ---
> - based against 2.6.37-rc4
> - I did the following steps to generate this patch:
> 
>   make mpc5200_defconfig
>   make savedefconfig
>   cp ./defconfig arch/powerpc/configs/mpc5200_defconfig
> 
>  arch/powerpc/configs/mpc5200_defconfig |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig
> index 7376e27..6f75623 100644
> --- a/arch/powerpc/configs/mpc5200_defconfig
> +++ b/arch/powerpc/configs/mpc5200_defconfig
> @@ -1,5 +1,6 @@
>  CONFIG_EXPERIMENTAL=y
>  CONFIG_SYSVIPC=y
> +CONFIG_SPARSE_IRQ=y
>  CONFIG_LOG_BUF_SHIFT=14
>  CONFIG_BLK_DEV_INITRD=y
>  # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
> @@ -20,7 +21,6 @@ CONFIG_PPC_BESTCOMM=y
>  CONFIG_SIMPLE_GPIO=y
>  CONFIG_NO_HZ=y
>  CONFIG_HIGH_RES_TIMERS=y
> -CONFIG_SPARSE_IRQ=y
>  CONFIG_PM=y
>  CONFIG_NET=y
>  CONFIG_PACKET=y
> @@ -52,7 +52,6 @@ CONFIG_PROC_DEVICETREE=y
>  CONFIG_BLK_DEV_LOOP=y
>  CONFIG_BLK_DEV_RAM=y
>  CONFIG_BLK_DEV_RAM_SIZE=32768
> -CONFIG_EEPROM_AT24=y

NACK.

>  CONFIG_SCSI_TGT=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_CHR_DEV_SG=y
> @@ -114,7 +113,6 @@ CONFIG_RTC_DRV_DS1307=y
>  CONFIG_EXT2_FS=y
>  CONFIG_EXT3_FS=y
>  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
> -CONFIG_INOTIFY=y

Are you sure?

>  CONFIG_MSDOS_FS=y
>  CONFIG_VFAT_FS=y
>  CONFIG_PROC_KCORE=y
> @@ -132,5 +130,4 @@ CONFIG_PRINTK_TIME=y
>  CONFIG_DEBUG_KERNEL=y
>  CONFIG_DETECT_HUNG_TASK=y
>  CONFIG_DEBUG_INFO=y
> -# CONFIG_RCU_CPU_STALL_DETECTOR is not set
>  # CONFIG_CRYPTO_ANSI_CPRNG is not set
> -- 
> 1.7.2.3
> 

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4
  2010-12-12  8:47 ` [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Wolfram Sang
@ 2010-12-13  7:09   ` Heiko Schocher
  2010-12-13 10:06     ` Wolfram Sang
  0 siblings, 1 reply; 6+ messages in thread
From: Heiko Schocher @ 2010-12-13  7:09 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linuxppc-dev

Hello Wolfram,

Wolfram Sang wrote:
> On Sat, Dec 11, 2010 at 07:13:00AM +0100, Heiko Schocher wrote:
>> Signed-off-by: Heiko Schocher <hs@denx.de>
> 
> I'd say the two patches can be merged. Dunno what Grant prefers whom you should
> CC as he is the maintainer.

I prefer the split in two patches, so we can see, what is added
by the charon board, and what by "make mpc5200_defconfig" ...

>> cc: Wolfram Sang <w.sang@pengutronix.de>
>> cc: linuxppc-dev@lists.ozlabs.org
>> ---
>> - based against 2.6.37-rc4
>> - I did the following steps to generate this patch:
>>
>>   make mpc5200_defconfig
>>   make savedefconfig
>>   cp ./defconfig arch/powerpc/configs/mpc5200_defconfig
>>
>>  arch/powerpc/configs/mpc5200_defconfig |    5 +----
>>  1 files changed, 1 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/powerpc/configs/mpc5200_defconfig b/arch/powerpc/configs/mpc5200_defconfig
>> index 7376e27..6f75623 100644
>> --- a/arch/powerpc/configs/mpc5200_defconfig
>> +++ b/arch/powerpc/configs/mpc5200_defconfig
>> @@ -1,5 +1,6 @@
>>  CONFIG_EXPERIMENTAL=y
>>  CONFIG_SYSVIPC=y
>> +CONFIG_SPARSE_IRQ=y
>>  CONFIG_LOG_BUF_SHIFT=14
>>  CONFIG_BLK_DEV_INITRD=y
>>  # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
>> @@ -20,7 +21,6 @@ CONFIG_PPC_BESTCOMM=y
>>  CONFIG_SIMPLE_GPIO=y
>>  CONFIG_NO_HZ=y
>>  CONFIG_HIGH_RES_TIMERS=y
>> -CONFIG_SPARSE_IRQ=y
>>  CONFIG_PM=y
>>  CONFIG_NET=y
>>  CONFIG_PACKET=y
>> @@ -52,7 +52,6 @@ CONFIG_PROC_DEVICETREE=y
>>  CONFIG_BLK_DEV_LOOP=y
>>  CONFIG_BLK_DEV_RAM=y
>>  CONFIG_BLK_DEV_RAM_SIZE=32768
>> -CONFIG_EEPROM_AT24=y
> 
> NACK.

... I did just the steps above mentioned, so this is
automagically done by "make mpc5200_defconfig" !

>>  CONFIG_SCSI_TGT=y
>>  CONFIG_BLK_DEV_SD=y
>>  CONFIG_CHR_DEV_SG=y
>> @@ -114,7 +113,6 @@ CONFIG_RTC_DRV_DS1307=y
>>  CONFIG_EXT2_FS=y
>>  CONFIG_EXT3_FS=y
>>  # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
>> -CONFIG_INOTIFY=y
> 
> Are you sure?

See comment above, did just the "make mpc5200_defconfig"
step ...

>>  CONFIG_MSDOS_FS=y
>>  CONFIG_VFAT_FS=y
>>  CONFIG_PROC_KCORE=y
>> @@ -132,5 +130,4 @@ CONFIG_PRINTK_TIME=y
>>  CONFIG_DEBUG_KERNEL=y
>>  CONFIG_DETECT_HUNG_TASK=y
>>  CONFIG_DEBUG_INFO=y
>> -# CONFIG_RCU_CPU_STALL_DETECTOR is not set
>>  # CONFIG_CRYPTO_ANSI_CPRNG is not set
>> -- 
>> 1.7.2.3

Thanks for the review!

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4
  2010-12-13  7:09   ` Heiko Schocher
@ 2010-12-13 10:06     ` Wolfram Sang
  2010-12-13 10:12       ` Heiko Schocher
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2010-12-13 10:06 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Hi Heiko,

> >> -CONFIG_EEPROM_AT24=y
> > 
> > NACK.
> 
> ... I did just the steps above mentioned, so this is
> automagically done by "make mpc5200_defconfig" !

Yes, I understood that, but I can't help it: it is still wrong. I need
it.

Kind regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4
  2010-12-13 10:06     ` Wolfram Sang
@ 2010-12-13 10:12       ` Heiko Schocher
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Schocher @ 2010-12-13 10:12 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linuxppc-dev

Hello Wolfram,

Wolfram Sang wrote:
> Hi Heiko,
> 
>>>> -CONFIG_EEPROM_AT24=y
>>> NACK.
>> ... I did just the steps above mentioned, so this is
>> automagically done by "make mpc5200_defconfig" !
> 
> Yes, I understood that, but I can't help it: it is still wrong. I need
> it.

Ok, than we need to look why "make mpc5200_defconfig" did this ...
I try to look at this point.

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

end of thread, other threads:[~2010-12-13 10:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-11  6:13 [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Heiko Schocher
2010-12-11  6:13 ` [PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board Heiko Schocher
2010-12-12  8:47 ` [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4 Wolfram Sang
2010-12-13  7:09   ` Heiko Schocher
2010-12-13 10:06     ` Wolfram Sang
2010-12-13 10:12       ` Heiko Schocher

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).