Re: [PATCH 01/10] staging/xgifb: Simplify XGI_GetRatePtrCRT2

2013-02-04 Thread Aaro Koskinen
t if statement > [PATCH 6/6] staging/xgifb: remove unused variables I think both of these series are good. I boot tested them with Z9/XG21, and at least fb console seems to work fine. I also checked compilation for warnings with GCC+sparse and could not see any. So: Tested-by: Aaro Koskinen

macintosh/windfarm: possible circular locking dependency detected

2013-02-08 Thread Aaro Koskinen
Hi, On iMac G5 (the first model, windfarm_pm81 reports "model 3"), enabling LOCKDEP results in the following warnings when overtemp condition is encountered. The kernel is 3.8-rc6+ / 6bacaa9. [ 7060.058340] windfarm: Clamping CPU frequency to minimum ! [ 7060.229688] [ 7060.229756]

[PATCH] MIPS: early_printk: drop __init annotations

2013-02-11 Thread Aaro Koskinen
ed on what I could find with grep... Signed-off-by: Aaro Koskinen --- arch/mips/bcm63xx/early_printk.c |4 ++-- arch/mips/kernel/early_printk.c |5 ++--- arch/mips/loongson1/common/prom.c |2 +- arch/mips/sgi-ip27/ip27-console.c |2 +- arch/mips/txx9/generic/setup.c|8 +

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: > Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to use > virt_addr_valid()" moved __virt_addr_valid() from a macro in a header > file to a function in ioremap.c. But ioremap.c is only compiled for MIPS > 32, an

Re: [PATCH] mips: Move __virt_addr_valid() to a place for MIPS 64

2013-01-26 Thread Aaro Koskinen
Hi, On Sat, Jan 26, 2013 at 04:01:44PM -0500, Steven Rostedt wrote: > On Sat, 2013-01-26 at 22:15 +0200, Aaro Koskinen wrote: > > On Fri, Jan 25, 2013 at 01:13:15PM -0500, Steven Rostedt wrote: > > > Commit d3ce88431892 "MIPS: Fix modpost error in modules attepting to us

Re: [PATCH v5] watchdog: introduce retu_wdt driver

2013-01-28 Thread Aaro Koskinen
Hi, On Thu, Dec 27, 2012 at 10:58:29PM +0200, Aaro Koskinen wrote: > Introduce Retu watchdog driver. Wim, any comments about this driver? Do you think it could be queued for 3.9? Thanks, A. > Cc: linux-watch...@vger.kernel.org > Acked-by: Felipe Balbi > Acked-by: Tony Lindgren

[PATCH] MIPS: loongson: fix random early boot hang

2013-02-18 Thread Aaro Koskinen
tainted [ 28.14] ra: 802380f8 __do_softirq+0xd0/0x258 [ 28.14] Status: 140044e3KX SX UX KERNEL EXL IE [ 28.14] Cause : 10008400 [ 28.14] PrId : 6303 (ICT Loongson-2) Signed-off-by: Aaro Koskinen --- arch/mips/loongson/common/cs5536/cs5536_isa.c | 14

Re: bug: keep_bootcon and early printk together can lead to (invisible) kernel panic

2013-02-21 Thread Aaro Koskinen
On Thu, Feb 21, 2013 at 03:37:17PM +0100, Patrik, Kluba wrote: > I had a silent lockup on one of our embedded system under development. > It was not easy to track it down, so here's what I discovered, in case > somebody runs into similar trouble. > Using 'keep_bootcon' command line parameter, and e

Re: linux 3.9-rc1: nouveau crash on PPC

2013-03-13 Thread Aaro Koskinen
Hi, On Sat, Mar 09, 2013 at 08:44:31PM +0200, Aaro Koskinen wrote: > There's nouveau crash during boot with 3.9-rc1 on iMac G5 (nVidia GeForce > FX 5200 Ultra). This happens also with current mainline kernel HEAD > (0aefda3e8188ad71168bd32152d41b3d72f04087). > > git bisect

[PATCH 1/4] i2c: introduce i2c-cbus driver

2012-09-03 Thread Aaro Koskinen
Add i2c driver to enable access to devices behind CBUS on Nokia Internet Tablets. The patch also adds CBUS I2C configuration for N8x0 which is one of the users of this driver. Cc: linux-...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- arch

[PATCH 4/4] input: misc: introduce retu-pwrbutton

2012-09-03 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-in...@vger.kernel.org Signed-off-by: Aaro Koskinen --- drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 127 +++ 3 files changed, 138

[PATCH 2/4] mfd: introduce retu-mfd driver

2012-09-03 Thread Aaro Koskinen
: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/mfd/Kconfig |8 + drivers/mfd/Makefile |1 + drivers/mfd/retu-mfd.c | 347 ++ include/linux/mfd/retu.h | 22 +++ 4 files changed, 378 insertions(+), 0 deletions(-) create mode

[PATCH 0/4] cbus/retu drivers to mainline

2012-09-03 Thread Aaro Koskinen
us patch - corrected typo in Kconfig for MFD_RETU - added power off functionality to retu-mfd - added IRQ functionality to retu-mfd - added power button key driver - some cleanups Aaro Koskinen (4): i2c: introduce i2c-cbus driver mfd: introduce retu-mf

[PATCH 3/4] watchdog: introduce retu_wdt driver

2012-09-03 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/watchdog/Kconfig| 12 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/retu_wdt.c | 188 +++ 3 files

Re: [PATCH 1/4] i2c: introduce i2c-cbus driver

2012-09-04 Thread Aaro Koskinen
On Tue, Sep 04, 2012 at 12:05:07PM +0300, Felipe Balbi wrote: > > + * CBUS I2C driver for Nokia Internet Tablets. [...] > this version misses the entire IRQ handling we already had on linux-omap > tree, so it's quite a regression. There's no interrupts used in plain CBUS protocol/communication I

[PATCH] watchdog: omap_wdt: convert to new watchdog core

2012-09-04 Thread Aaro Koskinen
. Signed-off-by: Aaro Koskinen --- drivers/watchdog/Kconfig|1 + drivers/watchdog/omap_wdt.c | 268 ++- 2 files changed, 115 insertions(+), 154 deletions(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 0526c7a..212b566

Re: [PATCH 1/4] i2c: introduce i2c-cbus driver

2012-09-13 Thread Aaro Koskinen
On Thu, Sep 13, 2012 at 12:53:09PM +0200, Wolfram Sang wrote: > On Mon, Sep 03, 2012 at 11:23:22PM +0300, Aaro Koskinen wrote: > > Add i2c driver to enable access to devices behind CBUS on Nokia Internet > > Tablets. > > > > The patch also adds CBUS I2C configuration f

[RESEND PATCH v3 3/6] watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region()

2012-10-25 Thread Aaro Koskinen
Use devm_request_mem_region() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 13 - 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d6722db..45019b0 100644 --- a

[RESEND PATCH v3 6/6] watchdog: omap_wdt: eliminate goto

2012-10-25 Thread Aaro Koskinen
Eliminate a goto to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index af1e72e..bee43a9 100644 --- a/drivers/watchdog

[RESEND PATCH v3 0/6] watchdog: omap_wdt: convert to new watchdog core

2012-10-25 Thread Aaro Koskinen
Jarkko Nikula for reporting this. v1 (https://lkml.org/lkml/2012/9/4/217): The initial version. Aaro Koskinen (6): watchdog: omap_wdt: convert to new watchdog core watchdog: omap_wdt: convert kzalloc() to devm_kzalloc() watchdog: omap_wdt: convert request_mem_region() to

[RESEND PATCH v3 1/6] watchdog: omap_wdt: convert to new watchdog core

2012-10-25 Thread Aaro Koskinen
. Signed-off-by: Aaro Koskinen Tested-by: Jarkko Nikula Tested-by: Lokesh Vutla --- drivers/watchdog/Kconfig|1 + drivers/watchdog/omap_wdt.c | 274 ++- 2 files changed, 118 insertions(+), 157 deletions(-) diff --git a/drivers/watchdog/Kconfig b

[RESEND PATCH v3 5/6] watchdog: omap_wdt: delete redundant platform_set_drvdata() calls

2012-10-25 Thread Aaro Koskinen
It's not needed to manually reset the driver data. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 7e8d3e0..af1e72e 100644 --- a/dr

[RESEND PATCH v3 4/6] watchdog: omap_wdt: convert ioremap() to devm_ioremap()

2012-10-25 Thread Aaro Koskinen
Use devm_ioremap() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 45019b0..7e8d3e0 100644 --- a/drivers

[RESEND PATCH v3 2/6] watchdog: omap_wdt: convert kzalloc() to devm_kzalloc()

2012-10-25 Thread Aaro Koskinen
Use devm_kzalloc() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 23 ++- 1 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d28ad5e..d6722db 100644 --- a

[PATCH v2 0/4] cbus/retu drivers

2012-10-31 Thread Aaro Koskinen
tu-mfd - added IRQ functionality to retu-mfd - added power button key driver - some cleanups Aaro Koskinen (4): i2c: introduce i2c-cbus driver mfd: introduce retu-mfd driver watchdog: introduce retu_wdt driver input: misc: introduce retu-pwrbutton arch/arm/m

[PATCH v2 4/4] input: misc: introduce retu-pwrbutton

2012-10-31 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-in...@vger.kernel.org Acked-by: Felipe Balbi Signed-off-by: Aaro Koskinen --- drivers/input/misc/Kconfig | 10 +++ drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 118 +++ 3

[PATCH v2 1/4] i2c: introduce i2c-cbus driver

2012-10-31 Thread Aaro Koskinen
Add i2c driver to enable access to devices behind CBUS on Nokia Internet Tablets. The patch also adds CBUS I2C configuration for N8x0 which is one of the users of this driver. Cc: linux-...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- arch

[PATCH v2 2/4] mfd: introduce retu-mfd driver

2012-10-31 Thread Aaro Koskinen
: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/retu-mfd.c | 264 ++ include/linux/mfd/retu.h | 22 4 files changed, 296 insertions(+), 0

[PATCH v2 3/4] watchdog: introduce retu_wdt driver

2012-10-31 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/watchdog/Kconfig| 12 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/retu_wdt.c | 178

[PATCH v3 0/4] cbus/retu drivers

2012-11-01 Thread Aaro Koskinen
ower button key driver - some cleanups Aaro Koskinen (4): i2c: introduce i2c-cbus driver mfd: introduce retu-mfd driver watchdog: introduce retu_wdt driver input: misc: introduce retu-pwrbutton arch/arm/mach-omap2/board-n8x0.c | 42 + drivers/i2c/busses/Kconfig

[PATCH v3 2/4] mfd: introduce retu-mfd driver

2012-11-01 Thread Aaro Koskinen
: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/retu-mfd.c | 264 ++ include/linux/mfd/retu.h | 22 4 files changed, 296 insertions(+), 0

[PATCH v3 1/4] i2c: introduce i2c-cbus driver

2012-11-01 Thread Aaro Koskinen
Add i2c driver to enable access to devices behind CBUS on Nokia Internet Tablets. The patch also adds CBUS I2C configuration for N8x0 which is one of the users of this driver. Cc: linux-...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- arch

[PATCH v3 4/4] input: misc: introduce retu-pwrbutton

2012-11-01 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-in...@vger.kernel.org Acked-by: Felipe Balbi Signed-off-by: Aaro Koskinen --- drivers/input/misc/Kconfig | 10 drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 102 +++ 3

[PATCH v3 3/4] watchdog: introduce retu_wdt driver

2012-11-01 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/watchdog/Kconfig| 12 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/retu_wdt.c | 178

Re: Linux 3.12-rc2 - MIPS regression

2013-10-01 Thread Aaro Koskinen
On Tue, Oct 01, 2013 at 02:24:21PM +0900, Yoichi Yuasa wrote: > On Sat, 28 Sep 2013 02:10:12 +0300 > Aaro Koskinen wrote: > > 3.12-rc2 breaks the boot (BUG: scheduling while atomic, see logs below) > > on Lemote Mini-PC (MIPS). According to git bisect,

[PATCH] MIPS: loongson2: cpufreq: fix broken cpufreq

2013-07-11 Thread Aaro Koskinen
initialization. Tested on Lemote FuLoong mini-PC. Signed-off-by: Aaro Koskinen Cc: sta...@vger.kernel.org --- drivers/cpufreq/loongson2_cpufreq.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/cpufreq/loongson2_cpufreq.c b/drivers/cpufreq/loongson2_cpufreq.c index

Re: [PATCH 136/228] cpufreq: loongson2: use cpufreq_generic_init() routine

2013-09-14 Thread Aaro Koskinen
e generic routine with > transition_latency as 0. > > Cc: Aaro Koskinen > Cc: John Crispin > Signed-off-by: Viresh Kumar Acked-by: Aaro Koskinen BTW, this is not ARM but MIPS board, so adding linux-mips to CC. A. > --- > drivers/cpufreq/loongson2_cpufreq.c | 3 +-

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Aaro Koskinen
Hi, On Mon, Sep 16, 2013 at 05:01:47PM +0200, Sebastian Reichel wrote: > > Is the Synchronous Serial Interface (SSI) only supported by > > OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? > > > > I'm asking this since if SSI is supported by both we should add the > > device nodes in omap3

Re: [PATCH 1/2] hwrng: OMAP3 ROM Random Number Generator support

2013-09-18 Thread Aaro Koskinen
Hi, On Wed, Sep 18, 2013 at 10:05:56PM +0200, Pali Rohár wrote: > + if (IS_ERR(rng_clk)) { > + printk(KERN_ERR "%s: unable to get RNG clock\n", > +omap3_rom_rng_name); > + return IS_ERR(rng_clk); This should be PTR_ERR(). A. -- To unsubscribe from

Re: 3.12-rc1: no longer compiles for Nokia n900 (omap based), display no longer works

2013-09-19 Thread Aaro Koskinen
Hi, On Thu, Sep 19, 2013 at 11:44:02AM +0200, Pavel Machek wrote: > something in 3.12-rc1 broke display :-(. (dmesg diff attached at the > end, maybe someone knows...) 3.12-rc1 for N900 compiles and works (also display) here with binutils 2.23.2. > + omapfb omapfb: no displays [...] > - acx565

Re: [PATCH v2] ADP1653 board code for Nokia RX-51

2013-09-07 Thread Aaro Koskinen
Hi, On Fri, Sep 06, 2013 at 10:34:05PM +0200, Pali Rohár wrote: > > --- /dev/null > > +++ b/arch/arm/mach-omap2/board-rx51-camera.c [...] > Ping, can you review this patch v2? I don't think Tony will accept any new board stuff for RX-51/N900. See for example: http://marc.info/?l=linux-kernel&m=13

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Aaro Koskinen
Hi, On Thu, Oct 10, 2013 at 07:21:30PM +0200, Sebastian Reichel wrote: > Any issues with this or any other suggestions how to proceed? Maybe you could provide some brief instructions/description of how this was tested? Thanks, A. -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Aaro Koskinen
On Thu, Oct 10, 2013 at 10:02:36PM +0200, Sebastian Reichel wrote: > P.S.: You can get a mainline kernel status matrix for the Nokia > N900 on this page: http://elinux.org/N900 Thanks for summary, and the above page looks very useful. I wonder would it make sense to add also N9/N950 there (s

Re: [Query] CPUFreq: Does these machines have separate clock domains for CPUs?

2013-08-29 Thread Aaro Koskinen
Hi, On Thu, Aug 29, 2013 at 03:45:58PM +0530, Viresh Kumar wrote: > I have been doing some CPUFreq cleanup work and > wanted to know if the below mentioned machines have separate > clock domains for their CPUs or all share the same domain? [...] > drivers/cpufreq/loongson2_cpufreq.c Loongson2 is

Re: [RFC v2] gpio/omap: auto-setup a GPIO when used as an IRQ

2013-09-27 Thread Aaro Koskinen
Hi, On Fri, Sep 27, 2013 at 09:35:33AM +0200, Javier Martinez Canillas wrote: > I cc'ed Aaro Koskinen and Paul Walmsley now which seems to have OMAP1 > platforms to test. Could you please test [1] and [2] on a OMAP1 board? [...] > [1]: https://patchwork.kernel.org/patch/2937351

Re: Linux 3.12-rc2 - MIPS regression

2013-09-27 Thread Aaro Koskinen
Hi, 3.12-rc2 breaks the boot (BUG: scheduling while atomic, see logs below) on Lemote Mini-PC (MIPS). According to git bisect, this is caused by: ff522058bd717506b2fa066fa564657f2b86477e is the first bad commit commit ff522058bd717506b2fa066fa564657f2b86477e Author: Ralf Baechle Date: Tue Sep

Re: [PATCH] watchdog: omap_wdt: convert to new watchdog core

2012-09-07 Thread Aaro Koskinen
On Fri, Sep 07, 2012 at 04:31:07PM +0300, Jarkko Nikula wrote: > On Tue, Sep 04, 2012 at 05:41:24PM +0300, Aaro Koskinen wrote: > > Convert omap_wdt to new watchdog core. On OMAP boards, there are usually > > multiple watchdogs. Since the new watchdog core supports multiple >

[PATCH v2] watchdog: omap_wdt: convert to new watchdog core

2012-09-08 Thread Aaro Koskinen
. Signed-off-by: Aaro Koskinen --- v2: Fix a bug in the first version of the patch: __omap_wdt_disable() in probe was mistakenly moved outside PM runtime calls. This caused a crash as device was probably accessed with some clocks off. Thanks to Jarkko Nikula for reporting this. drivers/watchdog

[PATCH v3 2/6] watchdog: omap_wdt: convert kzalloc() to devm_kzalloc()

2012-10-10 Thread Aaro Koskinen
Use devm_kzalloc() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 23 ++- 1 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d28ad5e..d6722db 100644 --- a

[PATCH v3 0/6] watchdog: omap_wdt: convert to new watchdog core

2012-10-10 Thread Aaro Koskinen
(https://lkml.org/lkml/2012/9/4/217): The initial version. Aaro Koskinen (6): watchdog: omap_wdt: convert to new watchdog core watchdog: omap_wdt: convert kzalloc() to devm_kzalloc() watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region() watchdog: omap_wdt

[PATCH v3 4/6] watchdog: omap_wdt: convert ioremap() to devm_ioremap()

2012-10-10 Thread Aaro Koskinen
Use devm_ioremap() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 45019b0..7e8d3e0 100644 --- a/drivers

[PATCH v3 5/6] watchdog: omap_wdt: delete redundant platform_set_drvdata() calls

2012-10-10 Thread Aaro Koskinen
It's not needed to manually reset the driver data. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 7e8d3e0..af1e72e 100644 --- a/dr

[PATCH v3 3/6] watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region()

2012-10-10 Thread Aaro Koskinen
Use devm_request_mem_region() to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 13 - 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d6722db..45019b0 100644 --- a

[PATCH v3 6/6] watchdog: omap_wdt: eliminate goto

2012-10-10 Thread Aaro Koskinen
Eliminate a goto to simplify the code. Signed-off-by: Aaro Koskinen --- drivers/watchdog/omap_wdt.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index af1e72e..bee43a9 100644 --- a/drivers/watchdog

[PATCH v3 1/6] watchdog: omap_wdt: convert to new watchdog core

2012-10-10 Thread Aaro Koskinen
. Signed-off-by: Aaro Koskinen Tested-by: Jarkko Nikula Tested-by: Lokesh Vutla --- drivers/watchdog/Kconfig|1 + drivers/watchdog/omap_wdt.c | 274 ++- 2 files changed, 118 insertions(+), 157 deletions(-) diff --git a/drivers/watchdog/Kconfig b

[RESEND PATCH v3 3/6] watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region()

2012-11-12 Thread Aaro Koskinen
Use devm_request_mem_region() to simplify the code. Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/omap_wdt.c | 13 - 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d6722db

[RESEND PATCH v3 1/6] watchdog: omap_wdt: convert to new watchdog core

2012-11-12 Thread Aaro Koskinen
. Signed-off-by: Aaro Koskinen Tested-by: Jarkko Nikula Tested-by: Lokesh Vutla Cc: Wim Van Sebroeck --- drivers/watchdog/Kconfig|1 + drivers/watchdog/omap_wdt.c | 274 ++- 2 files changed, 118 insertions(+), 157 deletions(-) diff --git a/drivers

[RESEND PATCH v3 5/6] watchdog: omap_wdt: delete redundant platform_set_drvdata() calls

2012-11-12 Thread Aaro Koskinen
It's not needed to manually reset the driver data. Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/omap_wdt.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 7e8d3e0..af1e72e 1

[RESEND PATCH v3 2/6] watchdog: omap_wdt: convert kzalloc() to devm_kzalloc()

2012-11-12 Thread Aaro Koskinen
Use devm_kzalloc() to simplify the code. Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/omap_wdt.c | 23 ++- 1 files changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index d28ad5e

[RESEND PATCH v3 0/6] watchdog: omap_wdt: convert to new watchdog core

2012-11-12 Thread Aaro Koskinen
(https://lkml.org/lkml/2012/9/4/217): The initial version. Aaro Koskinen (6): watchdog: omap_wdt: convert to new watchdog core watchdog: omap_wdt: convert kzalloc() to devm_kzalloc() watchdog: omap_wdt: convert request_mem_region() to devm_request_mem_region() watchdog: omap_wdt: convert

[RESEND PATCH v3 4/6] watchdog: omap_wdt: convert ioremap() to devm_ioremap()

2012-11-12 Thread Aaro Koskinen
Use devm_ioremap() to simplify the code. Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/omap_wdt.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 45019b0..7e8d3e0

[RESEND PATCH v3 6/6] watchdog: omap_wdt: eliminate goto

2012-11-12 Thread Aaro Koskinen
Eliminate a goto to simplify the code. Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/omap_wdt.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index af1e72e..bee43a9 100644

[RESEND PATCH v3 2/4] mfd: introduce retu-mfd driver

2012-11-12 Thread Aaro Koskinen
: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/retu-mfd.c | 264 ++ include/linux/mfd/retu.h | 22 4 files changed, 296 insertions(+), 0

[RESEND PATCH v3 0/4] cbus/retu drivers

2012-11-12 Thread Aaro Koskinen
ower button key driver - some cleanups Aaro Koskinen (4): i2c: introduce i2c-cbus driver mfd: introduce retu-mfd driver watchdog: introduce retu_wdt driver input: misc: introduce retu-pwrbutton arch/arm/mach-omap2/board-n8x0.c | 42 + drivers/i2c/busses/Kconfig

[RESEND PATCH v3 3/4] watchdog: introduce retu_wdt driver

2012-11-12 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/Kconfig| 12 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/retu_wdt.c | 178

[RESEND PATCH v3 4/4] input: misc: introduce retu-pwrbutton

2012-11-12 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-in...@vger.kernel.org Acked-by: Felipe Balbi Signed-off-by: Aaro Koskinen Cc: Dmitry Torokhov --- drivers/input/misc/Kconfig | 10 drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 102

[RESEND PATCH v3 1/4] i2c: introduce i2c-cbus driver

2012-11-12 Thread Aaro Koskinen
Add i2c driver to enable access to devices behind CBUS on Nokia Internet Tablets. The patch also adds CBUS I2C configuration for N8x0 which is one of the users of this driver. Cc: linux-...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen Cc: Wolfram

Re: 3.8-rc1 build failure with MIPS/SPARSEMEM

2012-12-27 Thread Aaro Koskinen
nvert my_zero_pfn() for __HAVE_COLOR_ZERO_PAGE to macros. > > Signed-off-by: Kirill A. Shutemov Thanks, this works. Tested-by: Aaro Koskinen A. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH v3 0/3] ARM: dts: omap: add dt data for MUSB

2012-12-27 Thread Aaro Koskinen
Hi, On Thu, Sep 20, 2012 at 05:21:15AM +0200, Benoit Cousson wrote: > On 09/19/2012 11:32 AM, Kishon Vijay Abraham I wrote: > > This patch series adds dt data to get MUSB working in omap4 and omap3 > > > > Changes from v2: > > * Changes the subject of all the patches to include "ARM: dts:" > > *

[PATCH v5] watchdog: introduce retu_wdt driver

2012-12-27 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- v5: Deleted __dev* annotations. Fixed a typo in Kconfig help text (Nokia 700 -> 770).

[RESEND PATCH] drm/nouveau: fix init with agpgart-uninorth

2012-12-30 Thread Aaro Koskinen
channel, -12 Reviewed-by: Michel Dänzer Signed-off-by: Aaro Koskinen --- drivers/gpu/drm/nouveau/nouveau_bo.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 5614c89..69d7b1d 100644 --- a/drivers

3.8-rc1 build failure with MIPS/SPARSEMEM

2012-12-22 Thread Aaro Koskinen
Hi, It looks like commit 816422ad76474fed8052b6f7b905a054d082e59a (asm-generic, mm: pgtable: consolidate zero page helpers) broke MIPS/SPARSEMEM build in 3.8-rc1: CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h Checking missing-syscalls for N32 CC

Re: 3.8-rc1 build failure with MIPS/SPARSEMEM

2012-12-22 Thread Aaro Koskinen
Hi, On Sat, Dec 22, 2012 at 03:10:23PM +0200, Kirill A. Shutemov wrote: > On Sat, Dec 22, 2012 at 02:27:57PM +0200, Aaro Koskinen wrote: > > It looks like commit 816422ad76474fed8052b6f7b905a054d082e59a > > (asm-generic, mm: pgtable: consolidate zero page helpers) broke > >

[PATCH] drm/nouveau: fix init with agpgart-uninorth

2012-11-16 Thread Aaro Koskinen
channel, -12 Signed-off-by: Aaro Koskinen --- drivers/gpu/drm/nouveau/nouveau_bo.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bo.c b/drivers/gpu/drm/nouveau/nouveau_bo.c index 35ac57f..5f0e7ef 100644 --- a/drivers/gpu/drm/nouveau

[PATCH v4 2/4] mfd: introduce retu-mfd driver

2012-11-18 Thread Aaro Koskinen
Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen --- drivers/mfd/Kconfig |9 ++ drivers/mfd/Makefile |1 + drivers/mfd/retu-mfd.c | 264 ++ include/linux/mfd/retu.h | 22 4 files changed, 296 insertions(+) create

[PATCH v4 0/4] cbus/retu drivers

2012-11-18 Thread Aaro Koskinen
c-cbus GPIO pins - merged n8x0 board file changes into i2c-cbus patch - corrected typo in Kconfig for MFD_RETU - added power off functionality to retu-mfd - added IRQ functionality to retu-mfd - added power button key driver - some cleanups Aaro Koskinen

[PATCH v4 4/4] input: misc: introduce retu-pwrbutton

2012-11-18 Thread Aaro Koskinen
Add Retu power button driver. Cc: linux-in...@vger.kernel.org Acked-by: Felipe Balbi Signed-off-by: Aaro Koskinen Cc: Dmitry Torokhov --- drivers/input/misc/Kconfig | 10 drivers/input/misc/Makefile |1 + drivers/input/misc/retu-pwrbutton.c | 102

[PATCH v4 3/4] watchdog: introduce retu_wdt driver

2012-11-18 Thread Aaro Koskinen
Introduce Retu watchdog driver. Cc: linux-watch...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen Cc: Wim Van Sebroeck --- drivers/watchdog/Kconfig| 12 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/retu_wdt.c | 178

[PATCH v4 1/4] i2c: introduce i2c-cbus-gpio driver

2012-11-18 Thread Aaro Koskinen
Add i2c driver to enable access to devices behind CBUS on Nokia Internet Tablets. The patch also adds CBUS I2C configuration for N8x0 which is one of the users of this driver. Cc: linux-...@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Tony Lindgren Signed-off-by: Aaro Koskinen Cc: Wolfram

Re: sparc64 WARNING: at mm/mmap.c:2757 exit_mmap+0x13c/0x160()

2013-06-16 Thread Aaro Koskinen
Hi, On Mon, Jun 17, 2013 at 12:06:00AM +0300, Meelis Roos wrote: > Got this in 3.10-rc6 whil testing debian unstable upgrade with aptitude. > 3.10-rc5 did not exhibit this (nor any other kernel recently tried, > including most -rc's). Does not seem to be reproducible. I get this regularly on Ul

Re: sparc64 WARNING: at mm/mmap.c:2757 exit_mmap+0x13c/0x160()

2013-06-16 Thread Aaro Koskinen
Hi, On Mon, Jun 17, 2013 at 08:32:25AM +0300, Aaro Koskinen wrote: > On Mon, Jun 17, 2013 at 12:06:00AM +0300, Meelis Roos wrote: > > Got this in 3.10-rc6 whil testing debian unstable upgrade with aptitude. > > 3.10-rc5 did not exhibit this (nor any other kernel recently tried,

[PATCH] Documentation/cgroups/memory.txt: fix stat file documentation

2013-06-19 Thread Aaro Koskinen
Documentation for inactive_anon / active_anon was mixed up. Fix that. Signed-off-by: Aaro Koskinen --- Documentation/cgroups/memory.txt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index ddf4f93

Re: [PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-05-31 Thread Aaro Koskinen
Hi, On Sat, Jun 01, 2013 at 12:22:40AM +0200, Arnd Bergmann wrote: > ARM cannot handle udelay for more than 2 miliseconds, so we There's l missing here. > should use mdelay instead for those. Could this be handled

Re: N900 device tree conversion: how to do first step

2013-06-09 Thread Aaro Koskinen
Hi, On Sun, Jun 09, 2013 at 03:59:44AM +0200, Pavel Machek wrote: > I'd like to convert Nokia N900 to device tree. > > Unfortunately, serial port is not easily available (very special cable > would be needed, does someone know where to get one?) and I don't have > BDI (and very special cable woul

Re: [PATCH] N900: add device tree

2013-07-04 Thread Aaro Koskinen
th the device. Some minor issue too: > +/* > + * Copyright (C) 2013 Pavel Machek > + * Copyright 2013 Aaro Koskinen > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 (or later) >

Re: [PATCH] N900: add device tree

2013-07-04 Thread Aaro Koskinen
Hi, On Thu, Jul 04, 2013 at 10:21:45PM +0200, Pavel Machek wrote: > > > This adds device tree with neccessary support to boot with functional > > > video (on both emulator and real N900 device). > > > > Is this really correct? You have commented out the USB, so there is no > > way for a developer

Re: [PATCH] drm/nouveau: fix NULL ptr dereference from nv50_disp_intr()

2013-03-24 Thread Aaro Koskinen
it broke on my system too, so it was easy to fix. > > I didn't even need gdm to trigger it! > > >8 > This fixes regression caused by 1d7c71a3e2f7 (drm/nouveau/disp: port vblank > handling to event interface), This patch fixes the boot crashes also on my G5 iMac (http:/

Re: Driver lis3lv02d_i2c not working on Nokia RX-51

2013-03-26 Thread Aaro Koskinen
ons could > be revert that commit or adding fake regulator to board code... I think the following should work: ... From: Aaro Koskinen Date: Tue, 26 Mar 2013 21:34:22 +0200 Subject: [PATCH] OMAP: RX-51: add missing regulator supply definitions for lis3lv02d Add missing regulator definit

Re: [PATCH 076/133] ARM: update FIQ support for relocation of vectors

2013-08-18 Thread Aaro Koskinen
On Fri, Aug 16, 2013 at 03:33:38PM -0700, Kamal Mostafa wrote: > 3.8.13.7 -stable review patch. If anyone has any objections, please let me > know. > > -- > > From: Russell King > > commit e39e3f3ebfef03450cf7bfa7a974a8c61f7980c8 upstream. > > FIQ should no longer copy the FI

Re: [PATCH v2] N900: add device tree

2013-07-14 Thread Aaro Koskinen
Hi, On Sat, Jul 13, 2013 at 02:17:09PM +0200, Pavel Machek wrote: > > This adds device tree with neccessary support to boot with functional > video (on both emulator and real N900 device). > > Signed-off-by: Pavel Machek You can also add: Signed-off-by: Aaro Koskin

v3.11-rc1 USB regressions

2013-07-15 Thread Aaro Koskinen
Hi, I think USB tree introduced regressions in v3.11-rc1, at least for some OMAP devices using legacy boot. I have only bisected these; I have no idea what the real fixes are but the following reverts make Nokia OMAP2+ boards again usable for kernel development work (they need working USB connecti

Re: v3.11-rc1 USB regressions

2013-07-16 Thread Aaro Koskinen
Hi, On Tue, Jul 16, 2013 at 08:33:06AM +0200, Daniel Mack wrote: > > fe4cb0912f8e737f8e4b8b38b9e692f8062f5423 > > usb: musb: gadget: remove hcd initialization > > (Reverting this fixes error "cdc_ether: probe of 4-1:1.0 failed > > with error -110" seen on the host side.) > > Whic

Re: v3.11-rc1 USB regressions

2013-07-16 Thread Aaro Koskinen
Hi, On Tue, Jul 16, 2013 at 11:22:47AM +0300, Felipe Balbi wrote: > > On Tue, Jul 16, 2013 at 12:30:00PM +0530, Kishon Vijay Abraham I wrote: > > > On Tuesday 16 July 2013 12:03 PM, Daniel Mack wrote: > > > > Hi Aaro, > > > > > > > > On

Re: v3.11-rc1 USB regressions

2013-07-16 Thread Aaro Koskinen
On Tue, Jul 16, 2013 at 08:30:21PM +0200, Daniel Mack wrote: > On 16.07.2013 20:26, Aaro Koskinen wrote: > > Hi, > > > > On Tue, Jul 16, 2013 at 11:22:47AM +0300, Felipe Balbi wrote: > >>> On Tue, Jul 16, 2013 at 12:30:00PM +0530, Kishon Vijay Abraham I wrote: >

Re: [Ksummit-2013-discuss] [ARM ATTEND] catching up on exploit mitigations

2013-07-30 Thread Aaro Koskinen
Hi, On Tue, Jul 30, 2013 at 06:14:35PM -0400, Dave Jones wrote: > On Tue, Jul 30, 2013 at 12:05:40PM -0700, Kees Cook wrote: > > - fuzzing (is anyone running trinity or similar on the ARM tree?) > > Someone was kind enough to send me an arm chromebook, so I tried this just > last week (albeit,

Re: [Ksummit-2013-discuss] [ARM ATTEND] catching up on exploit mitigations

2013-07-30 Thread Aaro Koskinen
Hi, On Tue, Jul 30, 2013 at 07:15:33PM -0400, Dave Jones wrote: > On Wed, Jul 31, 2013 at 02:11:20AM +0300, Aaro Koskinen wrote: > > On Tue, Jul 30, 2013 at 06:14:35PM -0400, Dave Jones wrote: > > > On Tue, Jul 30, 2013 at 12:05:40PM -0700, Kees Cook wrote: > > &

Re: [PATCH] Staging:xgifb:Fixed a warning of Space before semicolon

2013-08-04 Thread Aaro Koskinen
On Mon, Aug 05, 2013 at 12:11:02AM +0530, Kumar Gaurav wrote: > Fixed issue by removing Space before semicolon > > Signed-off-by: Kumar Gaurav > --- > drivers/staging/xgifb/vb_setmode.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/xgifb/vb_setmode.

[PATCH v2] cpufreq: loongson2: fix broken cpufreq

2013-08-05 Thread Aaro Koskinen
initialization. Tested on Lemote FuLoong mini-PC. Signed-off-by: Aaro Koskinen Acked-by: Viresh Kumar Cc: sta...@vger.kernel.org --- Changes since the first version (http://marc.info/?l=linux-kernel&m=137357177225034&w=2): - Changed the subject prefix. I guess this should b

2.6.34.x longterm stable status

2013-08-05 Thread Aaro Koskinen
Hi, There hasn't been 2.6.34.x stable tree releases for a while. Also, in some mails you have mentioned EOLing this tree (e.g. http://marc.info/?l=linux-doc&m=137393133817894&w=2). I have two questions concerning this: - Will there be any more releases, or is it assumed that all users have alread

Re: [PATCH] Documentation/Changes: phase out Changes file that hasn't changed

2013-07-23 Thread Aaro Koskinen
Hi, On Sun, Jul 21, 2013 at 01:12:55AM -0400, Paul Gortmaker wrote: > Looking at the bigger picture, the need for this file has simply > passed. It was trying to detail required versions of userspace > packages, in order to cater to hand-crafted systems. But now the > majority of users get their

  1   2   3   4   5   6   >