<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/panel, branch linux-3.8.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging: panel: pass correct lengths to keypad_send_key()</title>
<updated>2012-11-30T02:16:15+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2012-11-29T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=a171516c3490fed2a06bc621f9ef5cc1e0e6749e'/>
<id>a171516c3490fed2a06bc621f9ef5cc1e0e6749e</id>
<content type='text'>
We changed the sizeof() statements in 429ccf058b "staging:panel: Fixed
coding conventions." so that they could fit inside the 80 character
line limit.  Unfortunately, the new sizeof() statements are a smaller
size.  This reverts it.

There isn't a nice way to stay within the 80 character limit without
a re-work so I've gone over.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We changed the sizeof() statements in 429ccf058b "staging:panel: Fixed
coding conventions." so that they could fit inside the 80 character
line limit.  Unfortunately, the new sizeof() statements are a smaller
size.  This reverts it.

There isn't a nice way to stay within the 80 character limit without
a re-work so I've gone over.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: Fix misspellings of "whether".</title>
<updated>2012-09-21T15:56:40+00:00</updated>
<author>
<name>Adam Buchbinder</name>
<email>adam.buchbinder@gmail.com</email>
</author>
<published>2012-09-20T01:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=f2635894e8e786d7c93a21f24efb690981d15842'/>
<id>f2635894e8e786d7c93a21f24efb690981d15842</id>
<content type='text'>
"Whether" is spelled "wether" in several places. This fixes those that
are in the staging tree.

Signed-off-by: Adam Buchbinder &lt;adam.buchbinder@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Whether" is spelled "wether" in several places. This fixes those that
are in the staging tree.

Signed-off-by: Adam Buchbinder &lt;adam.buchbinder@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: panel: fix spinlock trylock failure on UP</title>
<updated>2012-09-10T18:23:32+00:00</updated>
<author>
<name>Fengguang Wu</name>
<email>fengguang.wu@intel.com</email>
</author>
<published>2012-09-09T08:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=d4d2dbcaedb9334d0c462129099346d617f61768'/>
<id>d4d2dbcaedb9334d0c462129099346d617f61768</id>
<content type='text'>
Use spin_lock_irq() to quiet warning:

         [    8.232324] BUG: spinlock trylock failure on UP on CPU#0, reboot/85
         [    8.234138]  lock: c161c760, .magic: dead4ead, .owner: reboot/85, .owner_cpu: 0
         [    8.236132] Pid: 85, comm: reboot Not tainted 3.4.0-rc7-00656-g82163ed #5
         [    8.237965] Call Trace:
         [    8.238648]  [&lt;c13dfd20&gt;] ? printk+0x18/0x1a
         [    8.239827]  [&lt;c122a5e0&gt;] spin_dump+0x80/0xd0
         [    8.241016]  [&lt;c122a652&gt;] spin_bug+0x22/0x30
         [    8.242181]  [&lt;c122a93b&gt;] do_raw_spin_trylock+0x5b/0x70
         [    8.243611]  [&lt;c13e8bae&gt;] _raw_spin_trylock+0xe/0x60
         [    8.244975]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
 ==&gt;     [    8.246638]  [&lt;c13922ea&gt;] panel_scan_timer+0xba/0x570
         [    8.248019]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.249689]  [&lt;c102f6f5&gt;] run_timer_softirq+0x1e5/0x370
         [    8.251191]  [&lt;c102f645&gt;] ? run_timer_softirq+0x135/0x370
         [    8.252718]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.254462]  [&lt;c102a592&gt;] __do_softirq+0xc2/0x1c0
         [    8.255758]  [&lt;c102a4d0&gt;] ? local_bh_enable_ip+0x130/0x130
         [    8.257228]  &lt;IRQ&gt;  [&lt;c102a855&gt;] ? irq_exit+0x65/0x70
         [    8.258647]  [&lt;c1013ff9&gt;] ? smp_apic_timer_interrupt+0x49/0x80
         [    8.260226]  [&lt;c13e96c1&gt;] ? apic_timer_interrupt+0x31/0x38
         [    8.261737]  [&lt;c12700e0&gt;] ? drm_vm_open_locked+0x70/0xb0
         [    8.263166]  [&lt;c122489a&gt;] ? delay_tsc+0x1a/0x30
         [    8.264452]  [&lt;c12248c9&gt;] ? __delay+0x9/0x10
         [    8.265621]  [&lt;c12248ec&gt;] ? __const_udelay+0x1c/0x20
 ==&gt;     [    8.266967]  [&lt;c139136c&gt;] ? lcd_clear_fast_p8+0x9c/0xe0
         [    8.268386]  [&lt;c1391a66&gt;] ? lcd_write+0x226/0x810
         [    8.269653]  [&lt;c1367900&gt;] ? md_set_readonly+0xc0/0xc0
         [    8.271013]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.272470]  [&lt;c1392a98&gt;] ? panel_lcd_print+0x38/0x40
         [    8.273837]  [&lt;c1392ace&gt;] ? panel_notify_sys+0x2e/0x60
         [    8.275224]  [&lt;c1046634&gt;] ? notifier_call_chain+0x84/0xb0
         [    8.276754]  [&lt;c10469ce&gt;] ? __blocking_notifier_call_chain+0x3e/0x60
         [    8.278576]  [&lt;c1046a0a&gt;] ? blocking_notifier_call_chain+0x1a/0x20
         [    8.280267]  [&lt;c1036a14&gt;] ? kernel_restart_prepare+0x14/0x40
         [    8.281901]  [&lt;c1036a8e&gt;] ? kernel_restart+0xe/0x50
         [    8.283216]  [&lt;c1036ce9&gt;] ? sys_reboot+0x149/0x1e0
         [    8.284532]  [&lt;c10b3fb3&gt;] ? handle_pte_fault+0x93/0xd70
         [    8.285956]  [&lt;c1019e35&gt;] ? do_page_fault+0x215/0x5e0
         [    8.287330]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.288704]  [&lt;c1045ac6&gt;] ? up_read+0x16/0x30
         [    8.289890]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.291252]  [&lt;c10d4486&gt;] ? iterate_supers+0x86/0xd0
         [    8.292615]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.294049]  [&lt;c13e8dcd&gt;] ? _raw_spin_unlock+0x1d/0x20
         [    8.295449]  [&lt;c10d44ab&gt;] ? iterate_supers+0xab/0xd0
         [    8.296795]  [&lt;c10fb620&gt;] ? __sync_filesystem+0xa0/0xa0
         [    8.298199]  [&lt;c13e9b03&gt;] ? sysenter_do_call+0x12/0x37
         [    8.306899] Restarting system.
         [    8.307747] machine restart

Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use spin_lock_irq() to quiet warning:

         [    8.232324] BUG: spinlock trylock failure on UP on CPU#0, reboot/85
         [    8.234138]  lock: c161c760, .magic: dead4ead, .owner: reboot/85, .owner_cpu: 0
         [    8.236132] Pid: 85, comm: reboot Not tainted 3.4.0-rc7-00656-g82163ed #5
         [    8.237965] Call Trace:
         [    8.238648]  [&lt;c13dfd20&gt;] ? printk+0x18/0x1a
         [    8.239827]  [&lt;c122a5e0&gt;] spin_dump+0x80/0xd0
         [    8.241016]  [&lt;c122a652&gt;] spin_bug+0x22/0x30
         [    8.242181]  [&lt;c122a93b&gt;] do_raw_spin_trylock+0x5b/0x70
         [    8.243611]  [&lt;c13e8bae&gt;] _raw_spin_trylock+0xe/0x60
         [    8.244975]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
 ==&gt;     [    8.246638]  [&lt;c13922ea&gt;] panel_scan_timer+0xba/0x570
         [    8.248019]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.249689]  [&lt;c102f6f5&gt;] run_timer_softirq+0x1e5/0x370
         [    8.251191]  [&lt;c102f645&gt;] ? run_timer_softirq+0x135/0x370
         [    8.252718]  [&lt;c1392230&gt;] ? keypad_send_key.constprop.9+0xe0/0xe0
         [    8.254462]  [&lt;c102a592&gt;] __do_softirq+0xc2/0x1c0
         [    8.255758]  [&lt;c102a4d0&gt;] ? local_bh_enable_ip+0x130/0x130
         [    8.257228]  &lt;IRQ&gt;  [&lt;c102a855&gt;] ? irq_exit+0x65/0x70
         [    8.258647]  [&lt;c1013ff9&gt;] ? smp_apic_timer_interrupt+0x49/0x80
         [    8.260226]  [&lt;c13e96c1&gt;] ? apic_timer_interrupt+0x31/0x38
         [    8.261737]  [&lt;c12700e0&gt;] ? drm_vm_open_locked+0x70/0xb0
         [    8.263166]  [&lt;c122489a&gt;] ? delay_tsc+0x1a/0x30
         [    8.264452]  [&lt;c12248c9&gt;] ? __delay+0x9/0x10
         [    8.265621]  [&lt;c12248ec&gt;] ? __const_udelay+0x1c/0x20
 ==&gt;     [    8.266967]  [&lt;c139136c&gt;] ? lcd_clear_fast_p8+0x9c/0xe0
         [    8.268386]  [&lt;c1391a66&gt;] ? lcd_write+0x226/0x810
         [    8.269653]  [&lt;c1367900&gt;] ? md_set_readonly+0xc0/0xc0
         [    8.271013]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.272470]  [&lt;c1392a98&gt;] ? panel_lcd_print+0x38/0x40
         [    8.273837]  [&lt;c1392ace&gt;] ? panel_notify_sys+0x2e/0x60
         [    8.275224]  [&lt;c1046634&gt;] ? notifier_call_chain+0x84/0xb0
         [    8.276754]  [&lt;c10469ce&gt;] ? __blocking_notifier_call_chain+0x3e/0x60
         [    8.278576]  [&lt;c1046a0a&gt;] ? blocking_notifier_call_chain+0x1a/0x20
         [    8.280267]  [&lt;c1036a14&gt;] ? kernel_restart_prepare+0x14/0x40
         [    8.281901]  [&lt;c1036a8e&gt;] ? kernel_restart+0xe/0x50
         [    8.283216]  [&lt;c1036ce9&gt;] ? sys_reboot+0x149/0x1e0
         [    8.284532]  [&lt;c10b3fb3&gt;] ? handle_pte_fault+0x93/0xd70
         [    8.285956]  [&lt;c1019e35&gt;] ? do_page_fault+0x215/0x5e0
         [    8.287330]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.288704]  [&lt;c1045ac6&gt;] ? up_read+0x16/0x30
         [    8.289890]  [&lt;c101a113&gt;] ? do_page_fault+0x4f3/0x5e0
         [    8.291252]  [&lt;c10d4486&gt;] ? iterate_supers+0x86/0xd0
         [    8.292615]  [&lt;c122a9ed&gt;] ? do_raw_spin_unlock+0x9d/0xe0
         [    8.294049]  [&lt;c13e8dcd&gt;] ? _raw_spin_unlock+0x1d/0x20
         [    8.295449]  [&lt;c10d44ab&gt;] ? iterate_supers+0xab/0xd0
         [    8.296795]  [&lt;c10fb620&gt;] ? __sync_filesystem+0xa0/0xa0
         [    8.298199]  [&lt;c13e9b03&gt;] ? sysenter_do_call+0x12/0x37
         [    8.306899] Restarting system.
         [    8.307747] machine restart

Signed-off-by: Fengguang Wu &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: fix checkpatch warnings</title>
<updated>2012-08-14T02:25:48+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-25T03:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6ebb56d974b2c0b31effd1bb2bde554582a9ebd8'/>
<id>6ebb56d974b2c0b31effd1bb2bde554582a9ebd8</id>
<content type='text'>
Now checkpatch clean.

$ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \
-f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n

2  WARNING: Single statement macros should not use a do {} while (0) loop

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now checkpatch clean.

$ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \
-f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n

2  WARNING: Single statement macros should not use a do {} while (0) loop

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: Use pr_info(...) rather than printk(KERN_INFO</title>
<updated>2012-07-17T01:57:26+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-12T13:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=493aa896cbed9e5a60f498076d4e3145335cf4c9'/>
<id>493aa896cbed9e5a60f498076d4e3145335cf4c9</id>
<content type='text'>
-Added pr_fmt.
-Converted printk(KERN_INFO to pr_info
-Removed embedded message prefixes.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Added pr_fmt.
-Converted printk(KERN_INFO to pr_info
-Removed embedded message prefixes.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)</title>
<updated>2012-07-17T01:57:26+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-12T13:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=eb073a9bf2b6edf8cf69eb393a1e511942cd1c64'/>
<id>eb073a9bf2b6edf8cf69eb393a1e511942cd1c64</id>
<content type='text'>
-Removed unnecessary OOM messages.
-Removed embedded message prefixes.
-Added __func__ to some pr_err messages.
-Converted printk(KERN_ERR to pr_err
-Refactored split printk strings onto a single line
-Removed the space before the '!'.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Removed unnecessary OOM messages.
-Removed embedded message prefixes.
-Added __func__ to some pr_err messages.
-Converted printk(KERN_ERR to pr_err
-Refactored split printk strings onto a single line
-Removed the space before the '!'.

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: Remove printk(KERN_DEBUG ...) located in the #if 0 block</title>
<updated>2012-07-17T01:57:22+00:00</updated>
<author>
<name>Toshiaki Yamane</name>
<email>yamanetoshi@gmail.com</email>
</author>
<published>2012-07-12T13:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6622bcd64f7432b99718b373fe6231992e832c9e'/>
<id>6622bcd64f7432b99718b373fe6231992e832c9e</id>
<content type='text'>
Deleted #if 0 blocks

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deleted #if 0 blocks

Signed-off-by: Toshiaki Yamane &lt;yamanetoshi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging:panel:panel.c Fix typo in staging:panel</title>
<updated>2012-04-10T16:29:21+00:00</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-03-19T15:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6975e183bb59dd6cc281247925092ca42ab7e1d5'/>
<id>6975e183bb59dd6cc281247925092ca42ab7e1d5</id>
<content type='text'>
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Cc: Willy Tarreau &lt;willy@meta-x.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Cc: Willy Tarreau &lt;willy@meta-x.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all #inclusions of asm/system.h</title>
<updated>2012-03-28T17:30:03+00:00</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-03-28T17:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=9ffc93f203c18a70623f21950f1dd473c9ec48cd'/>
<id>9ffc93f203c18a70623f21950f1dd473c9ec48cd</id>
<content type='text'>
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it.  Performed with the following command:

perl -p -i -e 's!^#\s*include\s*&lt;asm/system[.]h&gt;.*\n!!' `grep -Irl '^#\s*include\s*&lt;asm/system[.]h&gt;' *`

Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it.  Performed with the following command:

perl -p -i -e 's!^#\s*include\s*&lt;asm/system[.]h&gt;.*\n!!' `grep -Irl '^#\s*include\s*&lt;asm/system[.]h&gt;' *`

Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: panel: Fixed checkpatch warning about simple_strtoul()</title>
<updated>2011-09-06T23:49:29+00:00</updated>
<author>
<name>Pelle Windestam</name>
<email>iceaway@gmail.com</email>
</author>
<published>2011-08-30T18:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=129957069e6af42a6e021d90679c56662c95f7e1'/>
<id>129957069e6af42a6e021d90679c56662c95f7e1</id>
<content type='text'>
Fixed the checkpatch warning about sing simple_strtoul instead of
kstrtoul() in panel.c.

Signed-off-by: Pelle Windestam &lt;iceaway@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the checkpatch warning about sing simple_strtoul instead of
kstrtoul() in panel.c.

Signed-off-by: Pelle Windestam &lt;iceaway@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
