Re: [PATCH 00/30] ARM/omap: omap specific randconfig fixes

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 10:35:25 Santosh Shilimkar wrote:

  The entire set is also available from
   git pull git://git.linaro.org/people/arnd/arm-soc.git randconfig/omap
  
  but I have not yet pulled them into the for-next branch.
  
 Do you have any scripts to create these randconfigs ?
 These are useful to run on newer set of patches also to get all
 builds right first place.

Yes, see the for-next+randconfig branch of
git://git.linaro.org/people/arnd/arm-soc.git. It has all my patches
and a randconfig.sh script.

Right now, I'm trying to get a baseline upstream, since I have around 150
patches that are needed to always build ten platforms successfully.

The main problem is that you basically need all the patches I did in order
to find regressions, and some of the device driver patches are not currently
in a state where I could submit them. I hope that by the time of the 3.3
merge window, I have enough patches upstream that you no longer need to
pull in an extra tree.

Thanks a lot for your review of the omap set!

Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/30] ARM/omap: omap specific randconfig fixes

2011-10-03 Thread Santosh Shilimkar
On Monday 03 October 2011 02:52 PM, Arnd Bergmann wrote:
 On Monday 03 October 2011 10:35:25 Santosh Shilimkar wrote:
 
 The entire set is also available from
  git pull git://git.linaro.org/people/arnd/arm-soc.git randconfig/omap

 but I have not yet pulled them into the for-next branch.

 Do you have any scripts to create these randconfigs ?
 These are useful to run on newer set of patches also to get all
 builds right first place.
 
 Yes, see the for-next+randconfig branch of
 git://git.linaro.org/people/arnd/arm-soc.git. It has all my patches
 and a randconfig.sh script.
 
 Right now, I'm trying to get a baseline upstream, since I have around 150
 patches that are needed to always build ten platforms successfully.

Ok. Will have a look at it.

 The main problem is that you basically need all the patches I did in order
 to find regressions, and some of the device driver patches are not currently
 in a state where I could submit them. I hope that by the time of the 3.3
 merge window, I have enough patches upstream that you no longer need to
 pull in an extra tree.
 
Sounds like a plan and having these scripts working on mainline kernel
would be really great to test new set dependencies.

Thanks a lot for the patches.

Segards
Santosh
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/30] ARM/omap: omap specific randconfig fixes

2011-10-03 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [111003 02:08]:
 On Monday 03 October 2011 02:52 PM, Arnd Bergmann wrote:
 
  The main problem is that you basically need all the patches I did in order
  to find regressions, and some of the device driver patches are not currently
  in a state where I could submit them. I hope that by the time of the 3.3
  merge window, I have enough patches upstream that you no longer need to
  pull in an extra tree.
  
 Sounds like a plan and having these scripts working on mainline kernel
 would be really great to test new set dependencies.
 
 Thanks a lot for the patches.

Thanks Arnd, this is really nice!

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/30] ARM/omap: omap specific randconfig fixes

2011-10-02 Thread Arnd Bergmann
Hi Tony,

I've mentioned these patches before, and now I've managed to
go through them again and clean them enough for submission.

If nobody has any objections, I would like to send them to
Linus in the coming merge window, otherwise it would be nice
if you could pick the ones that look good to you and send
me a pull request. If any of these look like they should be
backported to stable kernels, please tell me and I'll add
a cc:stable@k.o tag.

The entire set is also available from
 git pull git://git.linaro.org/people/arnd/arm-soc.git randconfig/omap

but I have not yet pulled them into the for-next branch.

Arnd

Arnd Bergmann (30):
  sound/omap: omap_mcpdm_remove cannot be __devexit
  video/omap: fix dependencies
  video/omap: fix build dependencies
  ARM: omap: add missing __devexit_p() annotations
  ARM: omap: enable building omap2 without omap2420/2430
  ARM: omap: fix build with CONFIG_I2C_OMAP disabled
  ARM: omap: fix visibility of omap2_mbox_iva_priv
  ARM: omap2+: fix building without i2c
  ARM: omap2: export functions used by nand driver
  ARM: omap/iommu: always provide iommu debug code
  ARM: omap2/n8x0: work around modular omap mmc
  ARM: omap4: always build omap_phy_internal
  ARM: omap2+: fix omap_hdq_init compilation
  ARM: omap2: irq.c is always needed
  usb/musb: use a Kconfig choice to pick the right DMA method
  usb/musb: HDRC depends on TWL4030_CORE for OMAP3/4
  usb/musb: allow building USB_MUSB_TUSB6010 as a module
  omap-usb: automatically select MFD_OMAP_USB_HOST
  tty/serial/omap: console can only be built-in
  media/omap_vout: disable driver for now
  sound/soc/omap: limit to omap2plus
  mfd: build twl6030 only on omap2
  ARM: omap2: select twl4030 support on boards that need it
  ARM: omap2+: ensure that one of omap2/3/4 is selected
  ARM: OMAP depends on MMU
  ARM: omap: add board autoselection
  ARM: omap: select L2X0 cache on omap4
  ARM: omap: select CPU_FREQ_TABLE where needed
  ARM: omap: select USB_ARCH_HAS_EHCI only when USB is enabled
  ARM: omap2: select ARM_AMBA for OMAP3_EMU

 arch/arm/Kconfig   |1 +
 arch/arm/mach-omap2/Kconfig|   61 +-
 arch/arm/mach-omap2/Makefile   |   12 ++---
 arch/arm/mach-omap2/board-n8x0.c   |7 ++-
 arch/arm/mach-omap2/devices.c  |   10 +++--
 arch/arm/mach-omap2/gpmc.c |2 +
 arch/arm/mach-omap2/mailbox.c  |2 +-
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |2 +-
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |2 +-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |2 +-
 arch/arm/mach-omap2/smartreflex.c  |2 +-
 arch/arm/plat-omap/Kconfig |5 ++
 arch/arm/plat-omap/dma.c   |2 +-
 arch/arm/plat-omap/include/plat/i2c.h  |6 +-
 arch/arm/plat-omap/include/plat/multi.h|5 ++
 arch/arm/plat-omap/iommu.c |2 +-
 drivers/media/video/omap/Kconfig   |1 +
 drivers/mfd/Kconfig|6 +-
 drivers/tty/serial/Kconfig |2 +-
 drivers/usb/musb/Kconfig   |   58 +++--
 drivers/usb/musb/Makefile  |   26 ++--
 drivers/usb/musb/musb_core.c   |3 +-
 drivers/usb/musb/musb_io.h |2 +-
 drivers/usb/musb/tusb6010.c|1 +
 drivers/video/omap/Kconfig |   41 --
 drivers/video/omap/Makefile|   64 +---
 drivers/video/omap2/displays/Kconfig   |7 ++-
 sound/soc/omap/Kconfig |2 +-
 sound/soc/omap/mcpdm.c |2 +-
 sound/soc/omap/mcpdm.h |2 +-
 31 files changed, 221 insertions(+), 121 deletions(-)

-- 
1.7.5.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/30] ARM/omap: omap specific randconfig fixes

2011-10-02 Thread Santosh Shilimkar
Arnd,

On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote:
 Hi Tony,
 
 I've mentioned these patches before, and now I've managed to
 go through them again and clean them enough for submission.
 
 If nobody has any objections, I would like to send them to
 Linus in the coming merge window, otherwise it would be nice
 if you could pick the ones that look good to you and send
 me a pull request. If any of these look like they should be
 backported to stable kernels, please tell me and I'll add
 a cc:stable@k.o tag.
 
 The entire set is also available from
  git pull git://git.linaro.org/people/arnd/arm-soc.git randconfig/omap
 
 but I have not yet pulled them into the for-next branch.
 
Do you have any scripts to create these randconfigs ?
These are useful to run on newer set of patches also to get all
builds right first place.

Regards
Santosh
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html