Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-02 Thread Kevin Hilman
Madhusudhan madhu...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Friday, January 29, 2010 6:27 PM To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP2/3: update default defconfig

RE: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Madhusudhan
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Friday, January 29, 2010 6:27 PM To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel Update

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Kevin Hilman had written, on 01/29/2010 06:26 PM, the following: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: - MMC: platform code

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Olof Johansson
On Fri, Jan 29, 2010 at 04:26:56PM -0800, Kevin Hilman wrote: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: Why? I introduced the omap3_defconfig with the intent of

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Kevin Hilman
Olof Johansson o...@lixom.net writes: On Fri, Jan 29, 2010 at 04:26:56PM -0800, Kevin Hilman wrote: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: Why? I introduced the

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Olof Johansson
On Mon, Feb 01, 2010 at 12:20:30PM -0800, Kevin Hilman wrote: Olof Johansson o...@lixom.net writes: On Fri, Jan 29, 2010 at 04:26:56PM -0800, Kevin Hilman wrote: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: - MMC: platform code uses MMC core regulator functions directly - ASoC:

RE: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Madhusudhan
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Friday, January 29, 2010 6:27 PM To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel Update

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-02-01 Thread Mike Turquette
Kevin Hilman wrote: Kevin Hilman khil...@deeprootsystems.com writes: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: - MMC: platform code uses MMC core regulator functions

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-01-30 Thread Koen Kooi
Op 30 jan 2010, om 03:01 heeft Nishanth Menon het volgende geschreven: Kevin Hilman had written, on 01/29/2010 06:26 PM, the following: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need

[PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-01-29 Thread Kevin Hilman
Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: - MMC: platform code uses MMC core regulator functions directly - ASoC: drivers call omap_ctrl_[read|write] directly In

Re: [PATCH] OMAP2/3: update default defconfig, towards smaller kernel

2010-01-29 Thread Nishanth Menon
Kevin Hilman had written, on 01/29/2010 06:26 PM, the following: Update omap3_defconfig to work towards a minimal kernel by building most things as modules. Some drivers that cannot currently be built as modules and need to be fixed: - MMC: platform code uses MMC core regulator functions