All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: dedekind1@gmail.com
Cc: linux-mips@linux-mips.org, alsa-devel@alsa-project.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	Wolfram Sang <wsa@the-dreams.de>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jaroslav Kysela <perex@perex.cz>,
	linux-ide@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-i2c@vger.kernel.org, Evgeniy Polyakov <zbr@ioremap.net>,
	ac100@lists.launchpad.net, devel@driverdev.osuosl.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Vinod Koul <vinod.koul@intel.com>,
	linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, Eduar
Subject: Re: [PATCH 00/33] devm improvement series, part 1, take 2
Date: Thu, 16 May 2013 16:17:54 +0300	[thread overview]
Message-ID: <5194DC82.8050408@ti.com> (raw)
In-Reply-To: <1368709862.15764.224.camel@sauron.fi.intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 1568 bytes --]

On 16/05/13 16:11, Artem Bityutskiy wrote:
> On Thu, 2013-05-16 at 18:25 +0530, Viresh Kumar wrote:
>> On 16 May 2013 17:27, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>>> On Thu, 2013-05-16 at 13:15 +0200, Wolfram Sang wrote:
>>>> Despite various architectures and platform dependencies, I managed to
>>>> compile
>>>> test 45 out of 57 modified files locally using heuristics and
>>>> defconfigs.
>>>> If somebody knows how to create a minimal .config with a certain
>>>> kconfig symbol
>>>> (and its dependencies) set, I'd love to hear about it.
>>>
>>> If you find this out, please, share!
>>
>> Are you guys looking for "make savedefconfig" ??
> 
> No. It is more like:
> 
> I have changed this strange driver.
> 
> I want to compile-test my changes.
> 
> I need a defconfig which would have this driver enabled. I also want to
> know <arch> for my "make ARCH=<arch>" command.

Not quite the same thing, but I sent this a while ago:

http://lkml.indiana.edu/hypermail/linux/kernel/1304.3/02847.html

My "softdepends" feature is probably not needed, as pointed out in the
thread, as the behavior can be implemented with the current Kconfig
language just fine.

I had a quick look at fbdev drivers, and some of them compile fine on
all (well, arm and x86) archs. But many do have real arch dependencies.

I think it'd be a good long term goal to make drivers arch-independent,
and add CONFIG_SHOW_ALL_DRIVERS or such, which would allow compiling
drivers that are not used on your arch, but still compile fine.

 Tomi



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: <dedekind1@gmail.com>
Cc: linux-mips@linux-mips.org, alsa-devel@alsa-project.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	Wolfram Sang <wsa@the-dreams.de>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jaroslav Kysela <perex@perex.cz>,
	linux-ide@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-i2c@vger.kernel.org, Evgeniy Polyakov <zbr@ioremap.net>,
	ac100@lists.launchpad.net, devel@driverdev.osuosl.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Vinod Koul <vinod.koul@intel.com>,
	linux-pm@vger.kernel.org, cpufreq@vger.kernel.org, Eduar
Subject: Re: [PATCH 00/33] devm improvement series, part 1, take 2
Date: Thu, 16 May 2013 16:17:54 +0300	[thread overview]
Message-ID: <5194DC82.8050408@ti.com> (raw)
In-Reply-To: <1368709862.15764.224.camel@sauron.fi.intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 1568 bytes --]

On 16/05/13 16:11, Artem Bityutskiy wrote:
> On Thu, 2013-05-16 at 18:25 +0530, Viresh Kumar wrote:
>> On 16 May 2013 17:27, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>>> On Thu, 2013-05-16 at 13:15 +0200, Wolfram Sang wrote:
>>>> Despite various architectures and platform dependencies, I managed to
>>>> compile
>>>> test 45 out of 57 modified files locally using heuristics and
>>>> defconfigs.
>>>> If somebody knows how to create a minimal .config with a certain
>>>> kconfig symbol
>>>> (and its dependencies) set, I'd love to hear about it.
>>>
>>> If you find this out, please, share!
>>
>> Are you guys looking for "make savedefconfig" ??
> 
> No. It is more like:
> 
> I have changed this strange driver.
> 
> I want to compile-test my changes.
> 
> I need a defconfig which would have this driver enabled. I also want to
> know <arch> for my "make ARCH=<arch>" command.

Not quite the same thing, but I sent this a while ago:

http://lkml.indiana.edu/hypermail/linux/kernel/1304.3/02847.html

My "softdepends" feature is probably not needed, as pointed out in the
thread, as the behavior can be implemented with the current Kconfig
language just fine.

I had a quick look at fbdev drivers, and some of them compile fine on
all (well, arm and x86) archs. But many do have real arch dependencies.

I think it'd be a good long term goal to make drivers arch-independent,
and add CONFIG_SHOW_ALL_DRIVERS or such, which would allow compiling
drivers that are not used on your arch, but still compile fine.

 Tomi



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: <dedekind1@gmail.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>,
	Wolfram Sang <wsa@the-dreams.de>, <linux-kernel@vger.kernel.org>,
	<linux-mips@linux-mips.org>, <alsa-devel@alsa-project.org>,
	<linux-usb@vger.kernel.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Matt Mackall <mpm@selenic.com>, <linux-fbdev@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	Jaroslav Kysela <perex@perex.cz>, <linux-ide@vger.kernel.org>,
	Wim Van Sebroeck <wim@iguana.be>, <netdev@vger.kernel.org>,
	<linux-mtd@lists.infradead.org>, <linux-i2c@vger.kernel.org>,
	Evgeniy Polyakov <zbr@ioremap.net>,
	Wan ZongShun <mcuos.com@gmail.com>, <ac100@lists.launchpad.net>,
	<devel@driverdev.osuosl.org>, Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Herbert Xu <herbert@gondor.hengli.com.au>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Marc Dietrich <marvin24@gmx.de>,
	Stephen Warren <swarren@wwwdotorg.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>, <cpufreq@vger.kernel.org>,
	Eduardo Valentin <eduardo.valentin@ti.com>,
	David Airlie <airlied@linux.ie>,
	Alan Stern <stern@rowland.harvard.edu>,
	Grant Likely <grant.likely@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	Deepak Saxena <dsaxena@plexity.net>,
	<linux-watchdog@vger.kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	<linux-pm@vger.kernel.org>,
	Julian Andres Klode <jak@jak-linux.org>,
	Inki Dae <inki.dae@samsung.com>,
	<linux-samsung-soc@vger.kernel.org>,
	Ben Dooks <ben-linux@fluff.org>, Barry Song <baohua.song@csr.com>,
	<linux-tegra@vger.kernel.org>, <rtc-linux@googlegroups.com>,
	<linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	<spi-devel-general@lists.sourceforge.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	Liam Girdwood <lgirdwood@gmail.com>, Felipe Balbi <balbi@ti.com>,
	Tony Prisk <linux@prisktech.co.nz>,
	Vinod Koul <vinod.koul@intel.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.de>,
	Dan Williams <djbw@fb.com>, Tejun Heo <tj@kernel.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Paul Zimmerman <paulz@synopsys.com>
Subject: Re: [PATCH 00/33] devm improvement series, part 1, take 2
Date: Thu, 16 May 2013 16:17:54 +0300	[thread overview]
Message-ID: <5194DC82.8050408@ti.com> (raw)
In-Reply-To: <1368709862.15764.224.camel@sauron.fi.intel.com>

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

On 16/05/13 16:11, Artem Bityutskiy wrote:
> On Thu, 2013-05-16 at 18:25 +0530, Viresh Kumar wrote:
>> On 16 May 2013 17:27, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>>> On Thu, 2013-05-16 at 13:15 +0200, Wolfram Sang wrote:
>>>> Despite various architectures and platform dependencies, I managed to
>>>> compile
>>>> test 45 out of 57 modified files locally using heuristics and
>>>> defconfigs.
>>>> If somebody knows how to create a minimal .config with a certain
>>>> kconfig symbol
>>>> (and its dependencies) set, I'd love to hear about it.
>>>
>>> If you find this out, please, share!
>>
>> Are you guys looking for "make savedefconfig" ??
> 
> No. It is more like:
> 
> I have changed this strange driver.
> 
> I want to compile-test my changes.
> 
> I need a defconfig which would have this driver enabled. I also want to
> know <arch> for my "make ARCH=<arch>" command.

Not quite the same thing, but I sent this a while ago:

http://lkml.indiana.edu/hypermail/linux/kernel/1304.3/02847.html

My "softdepends" feature is probably not needed, as pointed out in the
thread, as the behavior can be implemented with the current Kconfig
language just fine.

I had a quick look at fbdev drivers, and some of them compile fine on
all (well, arm and x86) archs. But many do have real arch dependencies.

I think it'd be a good long term goal to make drivers arch-independent,
and add CONFIG_SHOW_ALL_DRIVERS or such, which would allow compiling
drivers that are not used on your arch, but still compile fine.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: dedekind1@gmail.com
Cc: Viresh Kumar <viresh.kumar@linaro.org>,
	Wolfram Sang <wsa@the-dreams.de>,
	linux-kernel@vger.kernel.org, linux-mips@linux-mips.org,
	alsa-devel@alsa-project.org, linux-usb@vger.kernel.org,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Matt Mackall <mpm@selenic.com>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jaroslav Kysela <perex@perex.cz>,
	linux-ide@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
	netdev@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-i2c@vger.kernel.org, Evgeniy Polyakov <zbr@ioremap.net>,
	Wan ZongShun <mcuos.com@gmail.com>,
	ac100@lists.launchpad.net, devel@driverdev.osuosl.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Herbert Xu <herbert@gondor.hengli.com.au>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Marc Dietrich <marvin24@gmx.de>,
	Stephen Warren <swarren@wwwdotorg.org>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	cpufreq@vger.kernel.org,
	Eduardo Valentin <eduardo.valentin@ti.com>,
	David Airlie <airlied@linux.ie>,
	Alan Stern <stern@rowland.harvard.edu>,
	Grant Likely <grant.likely@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	Deepak Saxena <dsaxena@plexity.net>,
	linux-watchdog@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	linux-pm@vger.kernel.org, Julian Andres Klode <jak@jak-linux.org>,
	Inki Dae <inki.dae@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	Ben Dooks <ben-linux@fluff.org>, Barry Song <baohua.song@csr.com>,
	linux-tegra@vger.kernel.org, rtc-linux@googlegroups.com,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	spi-devel-general@lists.sourceforge.net,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	Liam Girdwood <lgirdwood@gmail.com>, Felipe Balbi <balbi@ti.com>,
	Tony Prisk <linux@prisktech.co.nz>,
	Vinod Koul <vinod.koul@intel.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.de>,
	Dan Williams <djbw@fb.com>, Tejun Heo <tj@kernel.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Paul Zimmerman <paulz@synopsys.com>
Subject: Re: [PATCH 00/33] devm improvement series, part 1, take 2
Date: Thu, 16 May 2013 16:17:54 +0300	[thread overview]
Message-ID: <5194DC82.8050408@ti.com> (raw)
Message-ID: <20130516131754.Y1hLC23PqAU2A1_H5UQhyFFqyVTUc1m1c2XDLKwCw64@z> (raw)
In-Reply-To: <1368709862.15764.224.camel@sauron.fi.intel.com>

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

On 16/05/13 16:11, Artem Bityutskiy wrote:
> On Thu, 2013-05-16 at 18:25 +0530, Viresh Kumar wrote:
>> On 16 May 2013 17:27, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>>> On Thu, 2013-05-16 at 13:15 +0200, Wolfram Sang wrote:
>>>> Despite various architectures and platform dependencies, I managed to
>>>> compile
>>>> test 45 out of 57 modified files locally using heuristics and
>>>> defconfigs.
>>>> If somebody knows how to create a minimal .config with a certain
>>>> kconfig symbol
>>>> (and its dependencies) set, I'd love to hear about it.
>>>
>>> If you find this out, please, share!
>>
>> Are you guys looking for "make savedefconfig" ??
> 
> No. It is more like:
> 
> I have changed this strange driver.
> 
> I want to compile-test my changes.
> 
> I need a defconfig which would have this driver enabled. I also want to
> know <arch> for my "make ARCH=<arch>" command.

Not quite the same thing, but I sent this a while ago:

http://lkml.indiana.edu/hypermail/linux/kernel/1304.3/02847.html

My "softdepends" feature is probably not needed, as pointed out in the
thread, as the behavior can be implemented with the current Kconfig
language just fine.

I had a quick look at fbdev drivers, and some of them compile fine on
all (well, arm and x86) archs. But many do have real arch dependencies.

I think it'd be a good long term goal to make drivers arch-independent,
and add CONFIG_SHOW_ALL_DRIVERS or such, which would allow compiling
drivers that are not used on your arch, but still compile fine.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: <dedekind1@gmail.com>
Cc: linux-mips@linux-mips.org, alsa-devel@alsa-project.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	Wolfram Sang <wsa@the-dreams.de>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jaroslav Kysela <perex@perex.cz>,
	linux-ide@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
	linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org,
	Evgeniy Polyakov <zbr@ioremap.net>,
	ac100@lists.launchpad.net, devel@driverdev.osuosl.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	Vinod Koul <vinod.koul@intel.com>,
	linux-pm@vger.kernel.org, cpufreq@vger.kernel.org,
	Eduardo Valentin <eduardo.valentin@ti.com>,
	David Airlie <airlied@linux.ie>,
	linux-omap@vger.kernel.org,
	Alan Stern <stern@rowland.harvard.edu>,
	Felipe Balbi <balbi@ti.com>,
	Grant Likely <grant.likely@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Deepak Saxena <dsaxena@plexity.net>,
	linux-watchdog@vger.kernel.org,
	Wan ZongShun <mcuos.com@gmail.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Julian Andres Klode <jak@jak-linux.org>,
	Liam Girdwood <lgirdwood@gmail.com>, Dan Williams <djbw@fb.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-samsung-soc@vger.kernel.org,
	Ben Dooks <ben-linux@fluff.org>, Matt Mackall <mpm@selenic.com>,
	linux-tegra@vger.kernel.org, rtc-linux@googlegroups.com,
	Marc Dietrich <marvin24@gmx.de>,
	linux-arm-kernel@lists.infradead.org,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	Inki Dae <inki.dae@samsung.com>,
	netdev@vger.kernel.org, Takashi Iwai <tiwai@suse.de>,
	linux-usb@vger.kernel.org, Seung-Woo Kim <sw0312.kim@samsung.com>,
	linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	Tony Prisk <linux@prisktech.co.nz>,
	Herbert Xu <herbert@gondor.hengli.com.au>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Mark Brown <broonie@kernel.org>, Barry Song <baohua.song@csr.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Tejun Heo <tj@kernel.org>,
	spi-devel-general@lists.sourceforge.net,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Paul Zimmerman <paulz@synopsys.com>
Subject: Re: [PATCH 00/33] devm improvement series, part 1, take 2
Date: Thu, 16 May 2013 16:17:54 +0300	[thread overview]
Message-ID: <5194DC82.8050408@ti.com> (raw)
In-Reply-To: <1368709862.15764.224.camel@sauron.fi.intel.com>

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

On 16/05/13 16:11, Artem Bityutskiy wrote:
> On Thu, 2013-05-16 at 18:25 +0530, Viresh Kumar wrote:
>> On 16 May 2013 17:27, Artem Bityutskiy <dedekind1@gmail.com> wrote:
>>> On Thu, 2013-05-16 at 13:15 +0200, Wolfram Sang wrote:
>>>> Despite various architectures and platform dependencies, I managed to
>>>> compile
>>>> test 45 out of 57 modified files locally using heuristics and
>>>> defconfigs.
>>>> If somebody knows how to create a minimal .config with a certain
>>>> kconfig symbol
>>>> (and its dependencies) set, I'd love to hear about it.
>>>
>>> If you find this out, please, share!
>>
>> Are you guys looking for "make savedefconfig" ??
> 
> No. It is more like:
> 
> I have changed this strange driver.
> 
> I want to compile-test my changes.
> 
> I need a defconfig which would have this driver enabled. I also want to
> know <arch> for my "make ARCH=<arch>" command.

Not quite the same thing, but I sent this a while ago:

http://lkml.indiana.edu/hypermail/linux/kernel/1304.3/02847.html

My "softdepends" feature is probably not needed, as pointed out in the
thread, as the behavior can be implemented with the current Kconfig
language just fine.

I had a quick look at fbdev drivers, and some of them compile fine on
all (well, arm and x86) archs. But many do have real arch dependencies.

I think it'd be a good long term goal to make drivers arch-independent,
and add CONFIG_SHOW_ALL_DRIVERS or such, which would allow compiling
drivers that are not used on your arch, but still compile fine.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  reply	other threads:[~2013-05-16 13:17 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-16 11:15 [PATCH 00/33] devm improvement series, part 1, take 2 Wolfram Sang
2013-05-16 11:15 ` Wolfram Sang
2013-05-16 11:15 ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 01/33] drivers/ata: don't check resource with devm_ioremap_resource Wolfram Sang
2013-05-16 11:15 ` [PATCH 02/33] drivers/char/hw_random: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 03/33] drivers/cpufreq: " Wolfram Sang
2013-05-16 11:15   ` Viresh Kumar
     [not found] ` <1368702961-4325-1-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-05-16 11:15   ` [PATCH 04/33] drivers/dma: " Wolfram Sang
2013-05-16 11:15     ` Wolfram Sang
2013-05-16 11:15   ` [PATCH 17/33] drivers/spi: " Wolfram Sang
2013-05-16 11:15     ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 05/33] drivers/gpio: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 06/33] drivers/gpu/drm/exynos: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 07/33] drivers/gpu/host1x/drm: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 08/33] drivers/i2c/busses: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
     [not found]   ` <1368702961-4325-9-git-send-email-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2013-05-16 12:22     ` Barry Song
2013-05-16 12:22       ` Barry Song
2013-05-16 12:22       ` Barry Song
2013-05-20 16:40   ` Kukjin Kim
2013-05-20 16:40     ` Kukjin Kim
2013-05-16 11:15 ` [PATCH 09/33] drivers/memory: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 10/33] drivers/mfd: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 11/33] drivers/misc: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 12/33] drivers/mtd/nand: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 13/33] drivers/net/ethernet/renesas: " Wolfram Sang
2013-05-16 15:37   ` Joe Perches
2013-05-16 11:15 ` [PATCH 14/33] drivers/pinctrl: " Wolfram Sang
2013-05-20 11:39   ` Linus Walleij
2013-05-20 17:13     ` Wolfram Sang
2013-05-20 18:34       ` Linus Walleij
2013-05-16 11:15 ` [PATCH 15/33] drivers/pwm: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 16/33] drivers/rtc: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 18/33] drivers/staging/dwc2: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 19/33] drivers/staging/nvec: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 20/33] drivers/thermal: " Wolfram Sang
2013-05-20 15:38   ` Zhang, Rui
2013-05-16 11:15 ` [PATCH 21/33] drivers/usb/chipidea: " Wolfram Sang
2013-05-16 11:29   ` Alexander Shishkin
2013-05-16 11:15 ` [PATCH 22/33] drivers/usb/gadget: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 23/33] drivers/usb/host: " Wolfram Sang
2013-05-16 14:27   ` Alan Stern
2013-05-16 11:15 ` [PATCH 24/33] drivers/usb/phy: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 25/33] drivers/video/omap2: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 26/33] drivers/video/omap2/dss: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 27/33] drivers/w1/masters: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 28/33] drivers/watchdog: " Wolfram Sang
2013-05-16 11:15 ` [PATCH 29/33] arch/arm/mach-tegra: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-16 11:15 ` [PATCH 30/33] arch/arm/plat-samsung: " Wolfram Sang
2013-05-16 11:15   ` Wolfram Sang
2013-05-20 16:38   ` Kukjin Kim
2013-05-20 16:38     ` Kukjin Kim
2013-05-20 17:11     ` Wolfram Sang
2013-05-20 17:11       ` Wolfram Sang
2013-05-20 17:13       ` Kukjin Kim
2013-05-20 17:13         ` Kukjin Kim
2013-05-16 11:15 ` [PATCH 31/33] arch/mips/lantiq/xway: " Wolfram Sang
2013-05-16 14:42   ` John Crispin
2013-05-16 11:16 ` [PATCH 32/33] sound/soc/fsl: " Wolfram Sang
2013-05-16 11:16 ` [PATCH 33/33] sound/soc/kirkwood: " Wolfram Sang
2013-05-16 11:57 ` [PATCH 00/33] devm improvement series, part 1, take 2 Artem Bityutskiy
2013-05-16 11:57   ` Artem Bityutskiy
2013-05-16 11:57   ` Artem Bityutskiy
2013-05-16 12:55   ` Viresh Kumar
2013-05-16 12:55     ` Viresh Kumar
2013-05-16 12:55     ` Viresh Kumar
2013-05-16 12:55     ` Viresh Kumar
2013-05-16 13:11     ` Artem Bityutskiy
2013-05-16 13:11       ` Artem Bityutskiy
2013-05-16 13:11       ` Artem Bityutskiy
2013-05-16 13:11       ` Artem Bityutskiy
2013-05-16 13:11       ` Artem Bityutskiy
2013-05-16 13:17       ` Tomi Valkeinen [this message]
2013-05-16 13:17         ` Tomi Valkeinen
2013-05-16 13:17         ` Tomi Valkeinen
2013-05-16 13:17         ` Tomi Valkeinen
2013-05-16 13:17         ` Tomi Valkeinen
2013-05-16 16:13       ` Wolfram Sang
2013-05-16 16:13         ` Wolfram Sang
2013-05-16 16:13         ` Wolfram Sang
2013-05-16 16:13         ` Wolfram Sang
2013-05-16 18:29 ` Stephen Warren
2013-05-16 18:29   ` Stephen Warren
2013-05-16 18:29   ` Stephen Warren
2013-05-16 18:29   ` Stephen Warren
2013-05-23 20:32 ` Thierry Reding
2013-05-23 20:32   ` Thierry Reding
2013-05-23 20:32   ` Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5194DC82.8050408@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=FlorianSchandinat@gmx.de \
    --cc=a.zummo@towertech.it \
    --cc=ac100@lists.launchpad.net \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=cpufreq@vger.kernel.org \
    --cc=dedekind1@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kgene.kim@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=perex@perex.cz \
    --cc=sameo@linux.intel.com \
    --cc=thierry.reding@avionic-design.de \
    --cc=vinod.koul@intel.com \
    --cc=viresh.kumar@linaro.org \
    --cc=wsa@the-dreams.de \
    --cc=zbr@ioremap.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.