* [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi
@ 2013-07-24 3:42 ` Magnus Damm
0 siblings, 0 replies; 10+ messages in thread
From: Magnus Damm @ 2013-07-24 3:42 UTC (permalink / raw)
To: linux-kernel; +Cc: koba, Magnus Damm, horms, linux-sh
From: Magnus Damm <damm@opensource.se>
Add PMU information to emev2.dtsi. With this
included KZM9D DT reference may use the PMU.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/boot/dts/emev2.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
--- 0009/arch/arm/boot/dts/emev2.dtsi
+++ work/arch/arm/boot/dts/emev2.dtsi 2013-07-02 17:32:45.000000000 +0900
@@ -46,6 +46,12 @@
<0xe0020000 0x0100>;
};
+ pmu {
+ compatible = "arm,cortex-a9-pmu";
+ interrupts = <0 120 4>,
+ <0 121 4>;
+ };
+
sti@e0180000 {
compatible = "renesas,em-sti";
reg = <0xe0180000 0x54>;
^ permalink raw reply [flat|nested] 10+ messages in thread* [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi @ 2013-07-24 3:42 ` Magnus Damm 0 siblings, 0 replies; 10+ messages in thread From: Magnus Damm @ 2013-07-24 3:42 UTC (permalink / raw) To: linux-kernel; +Cc: koba, Magnus Damm, horms, linux-sh From: Magnus Damm <damm@opensource.se> Add PMU information to emev2.dtsi. With this included KZM9D DT reference may use the PMU. Signed-off-by: Magnus Damm <damm@opensource.se> --- arch/arm/boot/dts/emev2.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) --- 0009/arch/arm/boot/dts/emev2.dtsi +++ work/arch/arm/boot/dts/emev2.dtsi 2013-07-02 17:32:45.000000000 +0900 @@ -46,6 +46,12 @@ <0xe0020000 0x0100>; }; + pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <0 120 4>, + <0 121 4>; + }; + sti@e0180000 { compatible = "renesas,em-sti"; reg = <0xe0180000 0x54>; ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi 2013-07-24 3:42 ` Magnus Damm @ 2013-07-31 6:39 ` Simon Horman -1 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 6:39 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, koba, linux-sh On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@opensource.se> > > Add PMU information to emev2.dtsi. With this > included KZM9D DT reference may use the PMU. Thanks, I will queue this up for v3.12 in the dt2 branch. > > Signed-off-by: Magnus Damm <damm@opensource.se> > --- > > arch/arm/boot/dts/emev2.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > --- 0009/arch/arm/boot/dts/emev2.dtsi > +++ work/arch/arm/boot/dts/emev2.dtsi 2013-07-02 17:32:45.000000000 +0900 > @@ -46,6 +46,12 @@ > <0xe0020000 0x0100>; > }; > > + pmu { > + compatible = "arm,cortex-a9-pmu"; > + interrupts = <0 120 4>, > + <0 121 4>; > + }; > + > sti@e0180000 { > compatible = "renesas,em-sti"; > reg = <0xe0180000 0x54>; > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi @ 2013-07-31 6:39 ` Simon Horman 0 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 6:39 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, koba, linux-sh On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@opensource.se> > > Add PMU information to emev2.dtsi. With this > included KZM9D DT reference may use the PMU. Thanks, I will queue this up for v3.12 in the dt2 branch. > > Signed-off-by: Magnus Damm <damm@opensource.se> > --- > > arch/arm/boot/dts/emev2.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > --- 0009/arch/arm/boot/dts/emev2.dtsi > +++ work/arch/arm/boot/dts/emev2.dtsi 2013-07-02 17:32:45.000000000 +0900 > @@ -46,6 +46,12 @@ > <0xe0020000 0x0100>; > }; > > + pmu { > + compatible = "arm,cortex-a9-pmu"; > + interrupts = <0 120 4>, > + <0 121 4>; > + }; > + > sti@e0180000 { > compatible = "renesas,em-sti"; > reg = <0xe0180000 0x54>; > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi 2013-07-31 6:39 ` Simon Horman @ 2013-07-31 7:05 ` Simon Horman -1 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 7:05 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, koba, linux-sh On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > > From: Magnus Damm <damm@opensource.se> > > > > Add PMU information to emev2.dtsi. With this > > included KZM9D DT reference may use the PMU. > > Thanks, I will queue this up for v3.12 in the dt2 branch. When booting a debian armel userspace with this patch applied on top of renesas-devel-20130731 I see the following. I do not observe this problem with the sh73a0 or r8a7740 versions of this patch applied, though I assume that in the case of the r8a7740 that is because it is UP. Linux version 3.11.0-rc3-00001-g0f32f2a (horms@ayumi.isobedori.kobe.vergenet.net) (gcc version 4.7.2 (Debian 4.7.2-4) ) #244 SMP Wed Jul 31 15:54:40 JST 2013 CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr\x10c53c7d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: kzm9d, model: EMEV2 KZM9D Board debug: ignoring loglevel setting. Memory policy: ECC disabled, Data cache writealloc On node 0 totalpages: 32768 free_area_init_node: node 0, pgdat c02e6940, node_mem_map c030d000 Normal zone: 256 pages used for memmap Normal zone: 0 pages reserved Normal zone: 32768 pages, LIFO batch:7 PERCPU: Embedded 5 pages/cpu @c0411000 s7616 r0 d12864 u32768 pcpu-alloc: s7616 r0 d12864 u32768 alloc=8*4096 pcpu-alloc: [0] 0 [0] 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize@96,wsize@96 PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Memory: 126768K/131072K available (2258K kernel code, 116K rwdata, 416K rodata, 139K init, 151K bss, 4304K reserved) Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) .text : 0xc0008000 - 0xc02a5b04 (2679 kB) .init : 0xc02a6000 - 0xc02c8dc0 ( 140 kB) .data : 0xc02ca000 - 0xc02e7160 ( 117 kB) .bss : 0xc02e7160 - 0xc030cdd8 ( 152 kB) Hierarchical RCU implementation. NR_IRQS:16 nr_irqs:16 16 sched_clock: 32 bits at 128 Hz, resolution 7812500ns, wraps every 3489660920ms Console: colour dummy device 80x30 Calibrating delay loop (skipped) preset value.. 355.88 BogoMIPS (lpj\x1387932) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0xc0223a80 - 0xc0223ad8 CPU1: Booted secondary processor CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 Brought up 2 CPUs SMP: Total of 2 processors activated (710.76 BogoMIPS). CPU: All CPU(s) started in SVC mode. pinctrl core: initialized pinctrl subsystem NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. hw-breakpoint: maximum watchpoint size is 4 bytes. bio: create slab <bio-0> at 0 em_sti em_sti.0: used for clock events em_sti em_sti.0: used for oneshot clock events em_sti em_sti.0: used as clock source Switched to clocksource em_sti.0 NET: Registered protocol family 2 TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 1, 8192 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. CPU PMU: probing PMU on CPU 1 hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available msgmni has been set to 247 io scheduler noop registered (default) Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250-em.0: ttyS0 at MMIO 0xe1020000 (irq = 40) is a 16550A serial8250-em.1: ttyS1 at MMIO 0xe1030000 (irq = 41) is a 16550A console [ttyS1] enabled serial8250-em.2: ttyS2 at MMIO 0xe1040000 (irq = 42) is a 16550A serial8250-em.3: ttyS3 at MMIO 0xe1050000 (irq = 43) is a 16550A smsc911x: Driver version 2008-10-21 smsc911x smsc911x (unregistered net_device): couldn't get clock -2 libphy: smsc911x-mdio: probed smsc911x smsc911x eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=smsc911x-fffffff:01, irq=-1) smsc911x smsc911x eth0: MAC Address: 00:01:9b:04:03:cf TCP: cubic registered NET: Registered protocol family 17 VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1 smsc911x smsc911x eth0: SMSC911x/921x identified at 0xc8880000, IRQ: 201 Sending DHCP requests ..., OK IP-Config: Got DHCP answer from 10.3.5.146, my address is 10.3.5.154 IP-Config: Complete: device=eth0, hwaddr\0:01:9b:04:03:cf, ipaddr\x10.3.5.154, mask%5.255.255.0, gw\x10.3.5.254 host\x10.3.5.154, domain=isobedori.kobe.vergenet.net, nis-domain=(none) bootserver\x10.3.5.146, rootserver\x10.3.5.146, rootpath=/srv/nfs/kzm9d-armel nameserver0\x10.3.4.254 VFS: Mounted root (nfs filesystem) readonly on device 0:9. Freeing unused kernel memory: 136K (c02a6000 - c02c8000) INIT: version 2.88 booting Using makefile-style concurrent boot in runlevel S. .udev/ already exists on the static /dev! ... (warning). Starting the hotplug events dispatcher: udevd. Synthesizing the initial hotplug events...udevd-work[307]: error changing net interface name eth0 to eth1: Device or resource busy done. Waiting for /dev to be fully populated...done. Activating swap...done. Cleaning up ifupdown.... Setting up networking.... Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...done. Activating swapfile swap...done. Cleaning up temporary files.... Configuring network interfaces...done. Cleaning up temporary files.... Setting kernel variables ...done. INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting enhanced syslogd: rsyslogd. Starting periodic command scheduler: cron. Starting system message bus: dbus. INFO: rcu_sched detected stalls on CPUs/tasks: { 1} (detected by 0, t&90 jiffies, gB94967121, cB94967120, q€97) Task dump for CPU 1: swapper/1 R running 0 0 1 0x00000000 [<c0222364>] (__schedule+0x384/0x508) from [<c02e73b8>] (0xc02e73b8) ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi @ 2013-07-31 7:05 ` Simon Horman 0 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 7:05 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, koba, linux-sh On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > > From: Magnus Damm <damm@opensource.se> > > > > Add PMU information to emev2.dtsi. With this > > included KZM9D DT reference may use the PMU. > > Thanks, I will queue this up for v3.12 in the dt2 branch. When booting a debian armel userspace with this patch applied on top of renesas-devel-20130731 I see the following. I do not observe this problem with the sh73a0 or r8a7740 versions of this patch applied, though I assume that in the case of the r8a7740 that is because it is UP. Linux version 3.11.0-rc3-00001-g0f32f2a (horms@ayumi.isobedori.kobe.vergenet.net) (gcc version 4.7.2 (Debian 4.7.2-4) ) #244 SMP Wed Jul 31 15:54:40 JST 2013 CPU: ARMv7 Processor [411fc093] revision 3 (ARMv7), cr=10c53c7d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine: kzm9d, model: EMEV2 KZM9D Board debug: ignoring loglevel setting. Memory policy: ECC disabled, Data cache writealloc On node 0 totalpages: 32768 free_area_init_node: node 0, pgdat c02e6940, node_mem_map c030d000 Normal zone: 256 pages used for memmap Normal zone: 0 pages reserved Normal zone: 32768 pages, LIFO batch:7 PERCPU: Embedded 5 pages/cpu @c0411000 s7616 r0 d12864 u32768 pcpu-alloc: s7616 r0 d12864 u32768 alloc=8*4096 pcpu-alloc: [0] 0 [0] 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096 PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Memory: 126768K/131072K available (2258K kernel code, 116K rwdata, 416K rodata, 139K init, 151K bss, 4304K reserved) Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) .text : 0xc0008000 - 0xc02a5b04 (2679 kB) .init : 0xc02a6000 - 0xc02c8dc0 ( 140 kB) .data : 0xc02ca000 - 0xc02e7160 ( 117 kB) .bss : 0xc02e7160 - 0xc030cdd8 ( 152 kB) Hierarchical RCU implementation. NR_IRQS:16 nr_irqs:16 16 sched_clock: 32 bits at 128 Hz, resolution 7812500ns, wraps every 3489660920ms Console: colour dummy device 80x30 Calibrating delay loop (skipped) preset value.. 355.88 BogoMIPS (lpj=1387932) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 512 CPU: Testing write buffer coherency: ok CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0xc0223a80 - 0xc0223ad8 CPU1: Booted secondary processor CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 Brought up 2 CPUs SMP: Total of 2 processors activated (710.76 BogoMIPS). CPU: All CPU(s) started in SVC mode. pinctrl core: initialized pinctrl subsystem NET: Registered protocol family 16 DMA: preallocated 256 KiB pool for atomic coherent allocations hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. hw-breakpoint: maximum watchpoint size is 4 bytes. bio: create slab <bio-0> at 0 em_sti em_sti.0: used for clock events em_sti em_sti.0: used for oneshot clock events em_sti em_sti.0: used as clock source Switched to clocksource em_sti.0 NET: Registered protocol family 2 TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 1, 8192 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. CPU PMU: probing PMU on CPU 1 hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available msgmni has been set to 247 io scheduler noop registered (default) Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250-em.0: ttyS0 at MMIO 0xe1020000 (irq = 40) is a 16550A serial8250-em.1: ttyS1 at MMIO 0xe1030000 (irq = 41) is a 16550A console [ttyS1] enabled serial8250-em.2: ttyS2 at MMIO 0xe1040000 (irq = 42) is a 16550A serial8250-em.3: ttyS3 at MMIO 0xe1050000 (irq = 43) is a 16550A smsc911x: Driver version 2008-10-21 smsc911x smsc911x (unregistered net_device): couldn't get clock -2 libphy: smsc911x-mdio: probed smsc911x smsc911x eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=smsc911x-fffffff:01, irq=-1) smsc911x smsc911x eth0: MAC Address: 00:01:9b:04:03:cf TCP: cubic registered NET: Registered protocol family 17 VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1 smsc911x smsc911x eth0: SMSC911x/921x identified at 0xc8880000, IRQ: 201 Sending DHCP requests ..., OK IP-Config: Got DHCP answer from 10.3.5.146, my address is 10.3.5.154 IP-Config: Complete: device=eth0, hwaddr=00:01:9b:04:03:cf, ipaddr=10.3.5.154, mask=255.255.255.0, gw=10.3.5.254 host=10.3.5.154, domain=isobedori.kobe.vergenet.net, nis-domain=(none) bootserver=10.3.5.146, rootserver=10.3.5.146, rootpath=/srv/nfs/kzm9d-armel nameserver0=10.3.4.254 VFS: Mounted root (nfs filesystem) readonly on device 0:9. Freeing unused kernel memory: 136K (c02a6000 - c02c8000) INIT: version 2.88 booting Using makefile-style concurrent boot in runlevel S. .udev/ already exists on the static /dev! ... (warning). Starting the hotplug events dispatcher: udevd. Synthesizing the initial hotplug events...udevd-work[307]: error changing net interface name eth0 to eth1: Device or resource busy done. Waiting for /dev to be fully populated...done. Activating swap...done. Cleaning up ifupdown.... Setting up networking.... Activating lvm and md swap...done. Checking file systems...fsck from util-linux-ng 2.17.2 done. Mounting local filesystems...done. Activating swapfile swap...done. Cleaning up temporary files.... Configuring network interfaces...done. Cleaning up temporary files.... Setting kernel variables ...done. INIT: Entering runlevel: 2 Using makefile-style concurrent boot in runlevel 2. Starting enhanced syslogd: rsyslogd. Starting periodic command scheduler: cron. Starting system message bus: dbus. INFO: rcu_sched detected stalls on CPUs/tasks: { 1} (detected by 0, t=2690 jiffies, g=4294967121, c=4294967120, q=8097) Task dump for CPU 1: swapper/1 R running 0 0 1 0x00000000 [<c0222364>] (__schedule+0x384/0x508) from [<c02e73b8>] (0xc02e73b8) ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi 2013-07-31 7:05 ` Simon Horman @ 2013-07-31 7:11 ` Magnus Damm -1 siblings, 0 replies; 10+ messages in thread From: Magnus Damm @ 2013-07-31 7:11 UTC (permalink / raw) To: Simon Horman; +Cc: linux-kernel, Tetsuyuki Kobayashi, SH-Linux Hi Simon, On Wed, Jul 31, 2013 at 4:05 PM, Simon Horman <horms@verge.net.au> wrote: > On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: >> On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: >> > From: Magnus Damm <damm@opensource.se> >> > >> > Add PMU information to emev2.dtsi. With this >> > included KZM9D DT reference may use the PMU. >> >> Thanks, I will queue this up for v3.12 in the dt2 branch. > > When booting a debian armel userspace with this patch applied on top of > renesas-devel-20130731 I see the following. > > I do not observe this problem with the sh73a0 or r8a7740 versions > of this patch applied, though I assume that in the case of the r8a7740 > that is because it is UP. Looks like the STI clockevent rating patch is missing. SMP operation of EMEV2 is broken without that patch. Cheers, / magnus ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi @ 2013-07-31 7:11 ` Magnus Damm 0 siblings, 0 replies; 10+ messages in thread From: Magnus Damm @ 2013-07-31 7:11 UTC (permalink / raw) To: Simon Horman; +Cc: linux-kernel, Tetsuyuki Kobayashi, SH-Linux Hi Simon, On Wed, Jul 31, 2013 at 4:05 PM, Simon Horman <horms@verge.net.au> wrote: > On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: >> On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: >> > From: Magnus Damm <damm@opensource.se> >> > >> > Add PMU information to emev2.dtsi. With this >> > included KZM9D DT reference may use the PMU. >> >> Thanks, I will queue this up for v3.12 in the dt2 branch. > > When booting a debian armel userspace with this patch applied on top of > renesas-devel-20130731 I see the following. > > I do not observe this problem with the sh73a0 or r8a7740 versions > of this patch applied, though I assume that in the case of the r8a7740 > that is because it is UP. Looks like the STI clockevent rating patch is missing. SMP operation of EMEV2 is broken without that patch. Cheers, / magnus ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi 2013-07-31 7:11 ` Magnus Damm @ 2013-07-31 7:33 ` Simon Horman -1 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 7:33 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, Tetsuyuki Kobayashi, SH-Linux On Wed, Jul 31, 2013 at 04:11:23PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Jul 31, 2013 at 4:05 PM, Simon Horman <horms@verge.net.au> wrote: > > On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > >> On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > >> > From: Magnus Damm <damm@opensource.se> > >> > > >> > Add PMU information to emev2.dtsi. With this > >> > included KZM9D DT reference may use the PMU. > >> > >> Thanks, I will queue this up for v3.12 in the dt2 branch. > > > > When booting a debian armel userspace with this patch applied on top of > > renesas-devel-20130731 I see the following. > > > > I do not observe this problem with the sh73a0 or r8a7740 versions > > of this patch applied, though I assume that in the case of the r8a7740 > > that is because it is UP. > > Looks like the STI clockevent rating patch is missing. SMP operation > of EMEV2 is broken without that patch. Thanks, that patch resolves the problem that I was seeing. I'll put it into devel for now in topic/em_sti. topic/ indicating that is isn't queued-up yet as I'd like to give the clocksource people a chance to review it. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi @ 2013-07-31 7:33 ` Simon Horman 0 siblings, 0 replies; 10+ messages in thread From: Simon Horman @ 2013-07-31 7:33 UTC (permalink / raw) To: Magnus Damm; +Cc: linux-kernel, Tetsuyuki Kobayashi, SH-Linux On Wed, Jul 31, 2013 at 04:11:23PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Jul 31, 2013 at 4:05 PM, Simon Horman <horms@verge.net.au> wrote: > > On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > >> On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > >> > From: Magnus Damm <damm@opensource.se> > >> > > >> > Add PMU information to emev2.dtsi. With this > >> > included KZM9D DT reference may use the PMU. > >> > >> Thanks, I will queue this up for v3.12 in the dt2 branch. > > > > When booting a debian armel userspace with this patch applied on top of > > renesas-devel-20130731 I see the following. > > > > I do not observe this problem with the sh73a0 or r8a7740 versions > > of this patch applied, though I assume that in the case of the r8a7740 > > that is because it is UP. > > Looks like the STI clockevent rating patch is missing. SMP operation > of EMEV2 is broken without that patch. Thanks, that patch resolves the problem that I was seeing. I'll put it into devel for now in topic/em_sti. topic/ indicating that is isn't queued-up yet as I'd like to give the clocksource people a chance to review it. ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-07-31 7:33 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-07-24 3:42 [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi Magnus Damm 2013-07-24 3:42 ` Magnus Damm 2013-07-31 6:39 ` Simon Horman 2013-07-31 6:39 ` Simon Horman 2013-07-31 7:05 ` Simon Horman 2013-07-31 7:05 ` Simon Horman 2013-07-31 7:11 ` Magnus Damm 2013-07-31 7:11 ` Magnus Damm 2013-07-31 7:33 ` Simon Horman 2013-07-31 7:33 ` Simon Horman
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.