[tip: irq/core] softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not set

2021-03-17 Thread tip-bot2 for Dirk Behme
The following commit has been merged into the irq/core branch of tip: Commit-ID: 6b2c339df90788ce6aeecee78d6494f262929206 Gitweb: https://git.kernel.org/tip/6b2c339df90788ce6aeecee78d6494f262929206 Author:Dirk Behme AuthorDate:Wed, 17 Mar 2021 11:20:12 +01:00 Committer

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-07-03 Thread Dirk Behme
On 03.07.2017 16:25, Lee Jones wrote: On Mon, 03 Jul 2017, Dirk Behme wrote: On 03.07.2017 13:53, Lee Jones wrote: On Tue, 27 Jun 2017, Dirk Behme wrote: On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones <lee.jo...@linaro.

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-07-03 Thread Dirk Behme
On 03.07.2017 16:25, Lee Jones wrote: On Mon, 03 Jul 2017, Dirk Behme wrote: On 03.07.2017 13:53, Lee Jones wrote: On Tue, 27 Jun 2017, Dirk Behme wrote: On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones Looks good to me

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-07-03 Thread Dirk Behme
On 03.07.2017 13:53, Lee Jones wrote: On Tue, 27 Jun 2017, Dirk Behme wrote: On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones <lee.jo...@linaro.org> Looks good to me. Regards, Mike --- drivers/clk/clk.c | 6 +

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-07-03 Thread Dirk Behme
On 03.07.2017 13:53, Lee Jones wrote: On Tue, 27 Jun 2017, Dirk Behme wrote: On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones Looks good to me. Regards, Mike --- drivers/clk/clk.c | 6 ++ 1 file changed, 6

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-06-27 Thread Dirk Behme
On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones Looks good to me. Regards, Mike --- drivers/clk/clk.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c

Re: [PATCH 2/3] clk: WARN_ON about to disable a critical clock

2017-06-27 Thread Dirk Behme
On 11.02.2016 01:43, Michael Turquette wrote: Quoting Lee Jones (2016-01-18 06:28:50) Signed-off-by: Lee Jones Looks good to me. Regards, Mike --- drivers/clk/clk.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 835cb85..178b364

Re: [PATCH/RFC 4/4] soc: renesas: Identify SoC and register with the SoC bus

2016-10-05 Thread Dirk Behme
Hi Geert, I've been offline some weeks, so sorry if I'm not completely up to date, yet, or miss anything. Overall, having a quick look, the proposal in this patch series and your second series "arm64: renesas: r8a7795: R-Car H3 ES2.0 Prototype" looks nice to me. At least much better than

Re: [PATCH/RFC 4/4] soc: renesas: Identify SoC and register with the SoC bus

2016-10-05 Thread Dirk Behme
Hi Geert, I've been offline some weeks, so sorry if I'm not completely up to date, yet, or miss anything. Overall, having a quick look, the proposal in this patch series and your second series "arm64: renesas: r8a7795: R-Car H3 ES2.0 Prototype" looks nice to me. At least much better than

Re: [PATCH] i2c: imx: use usleep_range(50,100) instead of udelay(50)

2016-04-26 Thread Dirk Behme
On 26.04.2016 13:02, Vladimir Zapolskiy wrote: Hi Dirk, On 26.04.2016 09:27, Dirk Behme wrote: From: Oleksij Rempel <li...@rempel-privat.de> Documentation/timers/timers-howto.txt recommends to use usleep_range on delays > 10usec. According to my test results with Neonode zForce to

Re: [PATCH] i2c: imx: use usleep_range(50,100) instead of udelay(50)

2016-04-26 Thread Dirk Behme
On 26.04.2016 13:02, Vladimir Zapolskiy wrote: Hi Dirk, On 26.04.2016 09:27, Dirk Behme wrote: From: Oleksij Rempel Documentation/timers/timers-howto.txt recommends to use usleep_range on delays > 10usec. According to my test results with Neonode zForce touchscreen driver, usleep_ra

[PATCH] i2c: imx: use usleep_range(50,100) instead of udelay(50)

2016-04-26 Thread Dirk Behme
From: Oleksij Rempel Documentation/timers/timers-howto.txt recommends to use usleep_range on delays > 10usec. According to my test results with Neonode zForce touchscreen driver, usleep_range indeed reduces CPU load. Stats collected with "./perf record -a -g -F 1000

[PATCH] i2c: imx: use usleep_range(50,100) instead of udelay(50)

2016-04-26 Thread Dirk Behme
From: Oleksij Rempel Documentation/timers/timers-howto.txt recommends to use usleep_range on delays > 10usec. According to my test results with Neonode zForce touchscreen driver, usleep_range indeed reduces CPU load. Stats collected with "./perf record -a -g -F 1000 sleep 10" i2c-imx with

Re: linux-next: Crash in arm_pmu_device_probe() due to 'drivers/perf: arm_pmu: make info messages more verbose'

2016-03-21 Thread Dirk Behme
On 18.03.2016 14:30, Guenter Roeck wrote: Hi Dirk, On 03/18/2016 02:18 AM, Dirk Behme wrote: Hi Guenter, On 18.03.2016 07:44, Guenter Roeck wrote: Hi, I am seeing the attached crash when running a realview-pb-a8 image with realview_defconfig in qemu. bisect wasn't successful, but a commit

Re: linux-next: Crash in arm_pmu_device_probe() due to 'drivers/perf: arm_pmu: make info messages more verbose'

2016-03-21 Thread Dirk Behme
On 18.03.2016 14:30, Guenter Roeck wrote: Hi Dirk, On 03/18/2016 02:18 AM, Dirk Behme wrote: Hi Guenter, On 18.03.2016 07:44, Guenter Roeck wrote: Hi, I am seeing the attached crash when running a realview-pb-a8 image with realview_defconfig in qemu. bisect wasn't successful, but a commit

Re: linux-next: Crash in arm_pmu_device_probe() due to 'drivers/perf: arm_pmu: make info messages more verbose'

2016-03-19 Thread Dirk Behme
Hi Guenter, On 18.03.2016 07:44, Guenter Roeck wrote: Hi, I am seeing the attached crash when running a realview-pb-a8 image with realview_defconfig in qemu. bisect wasn't successful, but a commit analysis identified commit 'drivers/perf: arm_pmu: make info messages more verbose' as the

Re: linux-next: Crash in arm_pmu_device_probe() due to 'drivers/perf: arm_pmu: make info messages more verbose'

2016-03-19 Thread Dirk Behme
Hi Guenter, On 18.03.2016 07:44, Guenter Roeck wrote: Hi, I am seeing the attached crash when running a realview-pb-a8 image with realview_defconfig in qemu. bisect wasn't successful, but a commit analysis identified commit 'drivers/perf: arm_pmu: make info messages more verbose' as the

Re: [PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-13 Thread Dirk Behme
device and boot fast. Signed-off-by: Heiko Schocher --- Dirk Behme tried to bring this in, last mail I found: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-July/111022.html where Dirk worked in Arnds suggestion to use the "/aliases" device node" The last attempt I rememb

Re: [PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-13 Thread Dirk Behme
device and boot fast. Signed-off-by: Heiko Schocher <h...@denx.de> --- Dirk Behme tried to bring this in, last mail I found: http://lists.infradead.org/pipermail/linux-arm-kernel/2012-July/111022.html where Dirk worked in Arnds suggestion to use the "/aliases" device node" The la

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Dirk Behme
On 17.03.2015 15:00, Javier Martinez Canillas wrote: From: Nick Dyer Add support for the new T100 object which replaces the previous T9 multitouch touchscreen object in recent maXTouch devices. T100 provides improved reporting with selectable auxiliary information, and a type field for

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Dirk Behme
On 17.03.2015 15:00, Javier Martinez Canillas wrote: From: Nick Dyer nick.d...@itdev.co.uk Add support for the new T100 object which replaces the previous T9 multitouch touchscreen object in recent maXTouch devices. T100 provides improved reporting with selectable auxiliary information, and a

Re: [PATCH] Input: zforce_ts - fix playload length check

2015-07-28 Thread Dirk Behme
On 28.07.2015 12:23, Geert Uytterhoeven wrote: On Mon, Jul 27, 2015 at 11:06 PM, Dmitry Torokhov wrote: Commit 7d01cd261c76f95913c81554a751968a1d282d3a ("Input: zforce - don't overwrite the stack") attempted to add a check for payload size being too large for the supplied buffer. Unfortunately

Re: [PATCH] Input: zforce_ts - fix playload length check

2015-07-28 Thread Dirk Behme
On 28.07.2015 12:23, Geert Uytterhoeven wrote: On Mon, Jul 27, 2015 at 11:06 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Commit 7d01cd261c76f95913c81554a751968a1d282d3a (Input: zforce - don't overwrite the stack) attempted to add a check for payload size being too large for the

Re: [PATCH] ARM: zynq: Set bit 22 in PL310 AuxCtrl register (6395/1)

2015-05-12 Thread Dirk Behme
On 12.05.2015 08:22, Michal Simek wrote: From: Thomas Betker This patch is based on the commit 1a8e41cd672f ("ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr register") I've been under the impression that this shouldn't be done in the kernel, but in the boot

Re: [PATCH] ARM: zynq: Set bit 22 in PL310 AuxCtrl register (6395/1)

2015-05-12 Thread Dirk Behme
On 12.05.2015 08:22, Michal Simek wrote: From: Thomas Betker thomas.bet...@rohde-schwarz.com This patch is based on the commit 1a8e41cd672f (ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr register) I've been under the impression that this shouldn't be done in the

Re: [PATCH] regulator: core: GPIO #0 is a valid GPIO

2014-09-01 Thread Dirk Behme
On 29.08.2014 21:01, Mark Brown wrote: On Fri, Aug 29, 2014 at 10:19:16PM +0400, Dmitry Eremin-Solenikov wrote: From: Dirk Behme With GPIO #0, this if statement will always fail. Remove this, the check for gpio_is_valid() is sufficent here. No, read the archives Could you kindly give us

Re: [PATCH] regulator: core: GPIO #0 is a valid GPIO

2014-09-01 Thread Dirk Behme
On 29.08.2014 21:01, Mark Brown wrote: On Fri, Aug 29, 2014 at 10:19:16PM +0400, Dmitry Eremin-Solenikov wrote: From: Dirk Behme dirk.be...@de.bosch.com With GPIO #0, this if statement will always fail. Remove this, the check for gpio_is_valid() is sufficent here. No, read the archives

Re: [PATCH v9 16/16] serial: imx: Add support for KGDB's FIQ/NMI mode

2014-08-18 Thread Dirk Behme
() and imx_get_poll_char() adopt _relaxed() MMIO functions (which are safe for polled I/O and needed to avoid taking spin locks). Signed-off-by: Daniel Thompson Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-ser...@vger.kernel.org Acked-by: Dirk Behme Thanks Dirk --- drivers/tty/serial/imx.c | 71

Re: [PATCH v9 16/16] serial: imx: Add support for KGDB's FIQ/NMI mode

2014-08-18 Thread Dirk Behme
() and imx_get_poll_char() adopt _relaxed() MMIO functions (which are safe for polled I/O and needed to avoid taking spin locks). Signed-off-by: Daniel Thompson daniel.thomp...@linaro.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Jiri Slaby jsl...@suse.cz Cc: linux-ser...@vger.kernel.org Acked-by: Dirk

Re: [PATCH 07/10 v3] coresight-etm: add CoreSight ETM/PTM driver

2014-08-07 Thread Dirk Behme
On 07.08.2014 20:21, mathieu.poir...@linaro.org wrote: From: Pratik Patel This driver manages CoreSight ETM (Embedded Trace Macrocell) that supports processor tracing. Currently supported version are ARM ETMv3.x and PTM1.x. Signed-off-by: Pratik Patel Signed-off-by: Panchaxari Prasannamurthy

Re: [PATCH 07/10 v3] coresight-etm: add CoreSight ETM/PTM driver

2014-08-07 Thread Dirk Behme
On 07.08.2014 20:21, mathieu.poir...@linaro.org wrote: From: Pratik Patel prat...@codeaurora.org This driver manages CoreSight ETM (Embedded Trace Macrocell) that supports processor tracing. Currently supported version are ARM ETMv3.x and PTM1.x. Signed-off-by: Pratik Patel

Re: [PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2

2014-07-01 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier Support for the 2 PTMs, 3 ETMs, funnel, TPIU and replicator connected to the ETB are included. Proper handling of the ITM and the replicator linked to it along with the CTIs and SWO are not included. Signed-off-by:

Re: [PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2

2014-07-01 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Support for the 2 PTMs, 3 ETMs, funnel, TPIU and replicator connected to the ETB are included. Proper handling of the ITM and the replicator linked to it along with the CTIs and SWO are not

Re: [PATCH 1/9 v2] coresight: add CoreSight core layer framework

2014-06-30 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Pratik Patel CoreSight components are compliant with the ARM CoreSight architecture specification and can be connected in various topologies to suite a particular SoCs tracing needs. These trace components can generally be classified

Re: [PATCH 6/9 v2] coresight-etm: add CoreSight ETM/PTM driver

2014-06-30 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Pratik Patel This driver manages CoreSight ETM (Embedded Trace Macrocell) that supports processor tracing. Currently supported version are ARM ETMv3.3, v3.5 and PTM. Signed-off-by: Pratik Patel Panchaxari Prasannamurthy

Re: [PATCH 6/9 v2] coresight-etm: add CoreSight ETM/PTM driver

2014-06-30 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Pratik Patel prat...@codeaurora.org This driver manages CoreSight ETM (Embedded Trace Macrocell) that supports processor tracing. Currently supported version are ARM ETMv3.3, v3.5 and PTM. Signed-off-by: Pratik Patel

Re: [PATCH 1/9 v2] coresight: add CoreSight core layer framework

2014-06-30 Thread Dirk Behme
On 27.06.2014 20:04, mathieu.poir...@linaro.org wrote: From: Pratik Patel prat...@codeaurora.org CoreSight components are compliant with the ARM CoreSight architecture specification and can be connected in various topologies to suite a particular SoCs tracing needs. These trace components can

Re: [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx

2014-05-29 Thread Dirk Behme
On 23.05.2014 06:32, Huang Shijie wrote: This patch disables the receiver ready interrupt for imx_stop_rx. It reduces the interrupt numbers when the uart is going to close or suspend. Signed-off-by: Huang Shijie --- drivers/tty/serial/imx.c |4 1 files changed, 4 insertions(+), 0

Re: [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx

2014-05-29 Thread Dirk Behme
On 23.05.2014 06:32, Huang Shijie wrote: This patch disables the receiver ready interrupt for imx_stop_rx. It reduces the interrupt numbers when the uart is going to close or suspend. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/tty/serial/imx.c |4 1 files changed,

Re: [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx

2014-05-23 Thread Dirk Behme
On 23.05.2014 06:32, Huang Shijie wrote: This patch disables the receiver ready interrupt for imx_stop_rx. It reduces the interrupt numbers when the uart is going to close or suspend. Signed-off-by: Huang Shijie --- drivers/tty/serial/imx.c |4 1 files changed, 4 insertions(+), 0

Re: [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx

2014-05-23 Thread Dirk Behme
On 23.05.2014 06:32, Huang Shijie wrote: This patch disables the receiver ready interrupt for imx_stop_rx. It reduces the interrupt numbers when the uart is going to close or suspend. Signed-off-by: Huang Shijie b32...@freescale.com --- drivers/tty/serial/imx.c |4 1 files changed,

Re: [PATCH 3/3] MMC: FSL SDHC: Add support for hard-wired (permanent) card. Kernel version 3.4.47

2013-06-10 Thread Dirk Behme
On 02.06.2013 08:38, Oded Gabbay wrote: This patch adds support of recognizing hard-wired (permanent) cards to Freescale's SDHC host driver. This is done by adding the option "fsl,card-wired" to the SDHC device-tree entry. Detection of this option is done in the probe function. Update

Re: [PATCH 3/3] MMC: FSL SDHC: Add support for hard-wired (permanent) card. Kernel version 3.4.47

2013-06-10 Thread Dirk Behme
On 02.06.2013 08:38, Oded Gabbay wrote: This patch adds support of recognizing hard-wired (permanent) cards to Freescale's SDHC host driver. This is done by adding the option fsl,card-wired to the SDHC device-tree entry. Detection of this option is done in the probe function. Update

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 15:01, Fabio Estevam wrote: Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
': clk-fixed-factor.c:(.text+0xafc18): undefined reference to `mxs_dma_is_apbh' make[1]: *** [vmlinux] Error 1 make: *** [sub-make] Error 2 Signed-off-by: Arnd Bergmann Cc: Shawn Guo Cc: Sascha Hauer Acked-by: Dirk Behme Thanks Dirk --- arch/arm/configs/imx_v6_v7_defconfig |1

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
': clk-fixed-factor.c:(.text+0xafc18): undefined reference to `mxs_dma_is_apbh' make[1]: *** [vmlinux] Error 1 make: *** [sub-make] Error 2 Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Shawn Guo shawn@linaro.org Cc: Sascha Hauer ker...@pengutronix.de Acked-by: Dirk Behme dirk.be

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 15:01, Fabio Estevam wrote: Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann a...@arndb.de wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build

[PATCH] ARM: OMAP: Change mailing list for OMAP in MAINTAINERS

2007-12-14 Thread Dirk Behme
OMAP has now a list at vger. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-osk/MAINTAINERS === --- linux-osk.orig/MAINTAINERS +++ linux-osk/MAINTAINERS @@ -3683,7 +3683,7 @@ S: Maintained TI OMAP MMC INT

[PATCH] ARM: OMAP: Change mailing list for OMAP in MAINTAINERS

2007-12-14 Thread Dirk Behme
OMAP has now a list at vger. Signed-off-by: Dirk Behme [EMAIL PROTECTED] Index: linux-osk/MAINTAINERS === --- linux-osk.orig/MAINTAINERS +++ linux-osk/MAINTAINERS @@ -3683,7 +3683,7 @@ S: Maintained TI OMAP MMC INTERFACE

[PATCH -rt] Make patch-2.6.20-rc6-rt4 compile & link for ARM

2007-01-29 Thread Dirk Behme
Hi, at least for me it looks like I need something like in attachment to get patch-2.6.20-rc6-rt4 compile and link for ARM. Please correct if anything is wrong. Regards Dirk Fix compile and link of patch-2.6.20-rc6-rt4 for ARM. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index:

[PATCH -rt] Make patch-2.6.20-rc6-rt4 compile link for ARM

2007-01-29 Thread Dirk Behme
Hi, at least for me it looks like I need something like in attachment to get patch-2.6.20-rc6-rt4 compile and link for ARM. Please correct if anything is wrong. Regards Dirk Fix compile and link of patch-2.6.20-rc6-rt4 for ARM. Signed-off-by: Dirk Behme [EMAIL PROTECTED] Index: linux-osk

Re: The mbox format archives of linux-kernel are gone.

2007-01-27 Thread Dirk Behme
Andrew Morton wrote: On Sat, 27 Jan 2007 20:36:31 -0500 Rob Landley <[EMAIL PROTECTED]> wrote: > I would like to find the history of linux-kernel in mbox format. ... I have them going back to October 2000. I guess I can upload them after various bandwidth-using offspring have finished

Re: definite OMAP1610_IR-related typo

2007-01-27 Thread Dirk Behme
Robert P. J. Day wrote at LKML: > not sure what to do with this, it's all yours: > > == OMAP1610_IR == > ./arch/arm/mach-omap1/devices.c:#if defined(CONFIG_OMAP1610_IR) || > defined(CONFIG_OMAP161O_IR_MODULE) > == OMAP161O_IR == >

Re: definite OMAP1610_IR-related typo

2007-01-27 Thread Dirk Behme
Robert P. J. Day wrote at LKML: not sure what to do with this, it's all yours: == OMAP1610_IR == ./arch/arm/mach-omap1/devices.c:#if defined(CONFIG_OMAP1610_IR) || defined(CONFIG_OMAP161O_IR_MODULE) == OMAP161O_IR == ./arch/arm/mach-omap1/devices.c:#if

Re: The mbox format archives of linux-kernel are gone.

2007-01-27 Thread Dirk Behme
Andrew Morton wrote: On Sat, 27 Jan 2007 20:36:31 -0500 Rob Landley [EMAIL PROTECTED] wrote: I would like to find the history of linux-kernel in mbox format. ... I have them going back to October 2000. I guess I can upload them after various bandwidth-using offspring have finished playing

Re: [PATCH -rt 0/4] ARM: OMAP: Add clocksource and clockevent driver for OMAP

2006-12-22 Thread Dirk Behme
Ingo Molnar wrote: * Dirk Behme <[EMAIL PROTECTED]> wrote: the following patches for CONFIG PREEMPT RT add clocksource and clockevent driver for ARM based TI OMAP devices. They are against linux-2.6.19 + patch-2.6.20-rc1 + patch-2.6.20-rc1-rt1. The clocksource patch went through s

Re: [PATCH -rt 0/4] ARM: OMAP: Add clocksource and clockevent driver for OMAP

2006-12-22 Thread Dirk Behme
Ingo Molnar wrote: * Dirk Behme [EMAIL PROTECTED] wrote: the following patches for CONFIG PREEMPT RT add clocksource and clockevent driver for ARM based TI OMAP devices. They are against linux-2.6.19 + patch-2.6.20-rc1 + patch-2.6.20-rc1-rt1. The clocksource patch went through several

[PATCH -rt 4/4] ARM: OMAP: Add clockevent driver for OMAP

2006-12-21 Thread Dirk Behme
ARM: OMAP: Add clockevent driver for OMAP. This is an update of the initial patch from Daniel Walker and Kevin Hilman. Update to apply cleanly to 2.6.20-rc1 by Dirk Behme. Signed-off-by: Dirk Behme Index: linux-2.6.20-rc1/arch/arm/mach-omap1/time.c

[PATCH -rt 2/4] ARM: NO_HZ support

2006-12-21 Thread Dirk Behme
ARM: NO_HZ support This is an update of the initial patch from Daniel Walker and Kevin Hilman. Signed-off-by: Dirk Behme Index: linux-2.6.20-rc1/arch/arm/Kconfig === --- linux-2.6.20-rc1.orig/arch/arm/Kconfig +++ linux-2.6.20-rc1

[PATCH -rt 3/4] ARM: OMAP: Add clocksource driver for OMAP

2006-12-21 Thread Dirk Behme
ARM: OMAP: Add clocksource driver for OMAP. This is an update of http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3876/1 from Daniel Walker and Kevin Hilman. Changes from Dirk Behme: - Apply cleanly to recent kernel (pt_regs change) - Move clocksource init to extra

[PATCH -rt 0/4] ARM: OMAP: Add clocksource and clockevent driver for OMAP

2006-12-21 Thread Dirk Behme
Hi, the following patches for CONFIG PREEMPT RT add clocksource and clockevent driver for ARM based TI OMAP devices. They are against linux-2.6.19 + patch-2.6.20-rc1 + patch-2.6.20-rc1-rt1. The clocksource patch went through several review cycles on OMAP list. Dirk Btw: What's about [PATCH

[PATCH -rt 1/4] ARM: Include compilation and warning fixes

2006-12-21 Thread Dirk Behme
ARM: Fix compilation issues and warnings for CONFIG PREEMPT RT for ARM in include/asm-arm/system.h. Signed-off-by: Dirk Behme Index: linux-2.6.20-rc1/include/asm-arm/system.h === --- linux-2.6.20-rc1.orig/include/asm-arm/system.h

[PATCH -rt 0/4] ARM: OMAP: Add clocksource and clockevent driver for OMAP

2006-12-21 Thread Dirk Behme
Hi, the following patches for CONFIG PREEMPT RT add clocksource and clockevent driver for ARM based TI OMAP devices. They are against linux-2.6.19 + patch-2.6.20-rc1 + patch-2.6.20-rc1-rt1. The clocksource patch went through several review cycles on OMAP list. Dirk Btw: What's about [PATCH

[PATCH -rt 1/4] ARM: Include compilation and warning fixes

2006-12-21 Thread Dirk Behme
ARM: Fix compilation issues and warnings for CONFIG PREEMPT RT for ARM in include/asm-arm/system.h. Signed-off-by: Dirk Behme dirk.behme_at_gmail.com Index: linux-2.6.20-rc1/include/asm-arm/system.h === --- linux-2.6.20-rc1.orig

[PATCH -rt 2/4] ARM: NO_HZ support

2006-12-21 Thread Dirk Behme
ARM: NO_HZ support This is an update of the initial patch from Daniel Walker and Kevin Hilman. Signed-off-by: Dirk Behme dirk.behme_at_gmail.com Index: linux-2.6.20-rc1/arch/arm/Kconfig === --- linux-2.6.20-rc1.orig/arch/arm

[PATCH -rt 3/4] ARM: OMAP: Add clocksource driver for OMAP

2006-12-21 Thread Dirk Behme
ARM: OMAP: Add clocksource driver for OMAP. This is an update of http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3876/1 from Daniel Walker and Kevin Hilman. Changes from Dirk Behme: - Apply cleanly to recent kernel (pt_regs change) - Move clocksource init to extra

[PATCH -rt 4/4] ARM: OMAP: Add clockevent driver for OMAP

2006-12-21 Thread Dirk Behme
ARM: OMAP: Add clockevent driver for OMAP. This is an update of the initial patch from Daniel Walker and Kevin Hilman. Update to apply cleanly to 2.6.20-rc1 by Dirk Behme. Signed-off-by: Dirk Behme dirk.behme_at_gmail.com Index: linux-2.6.20-rc1/arch/arm/mach-omap1/time.c