<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/asus_oled, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2013-07-26T22:37:54Z</updated>
<entry>
<title>staging: asus_oled: delete driver</title>
<updated>2013-07-26T22:37:54Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2013-07-26T22:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ca01583539b62729609e0ec8c21c813b75617a21'/>
<id>urn:sha1:ca01583539b62729609e0ec8c21c813b75617a21</id>
<content type='text'>
No one has the hardware for it anymore, and there has not been any
development on it in a long time.

If someone shows up with the hardware, and wants to clean it up, this
can be easily reverted.

Reported-by: Lidza Louina &lt;lidza.louina@gmail.com&gt;
Cc: Jakub Schmidtke &lt;sjakub@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/asus_oled fixed linebreak and printk issue</title>
<updated>2013-06-05T22:29:07Z</updated>
<author>
<name>Matthias Schid</name>
<email>aircrach115@gmail.com</email>
</author>
<published>2013-06-05T12:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5086c5082f1e31b332b2be3662cd75cd3e353bdc'/>
<id>urn:sha1:5086c5082f1e31b332b2be3662cd75cd3e353bdc</id>
<content type='text'>
fixed a linebreak within an error message string coding style
issue reported by checkpatch.pl and dev_err format parameters

Signed-off-by: Matthias Schid &lt;aircrach115@gmail.com&gt;
Signed-off-by: Stefan Huber &lt;steffhip@googlemail.com&gt;
Signed-off-by: Simon Puels &lt;simon.puels@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/asus_oled fixed alignment in defines</title>
<updated>2013-06-05T22:29:06Z</updated>
<author>
<name>Matthias Schid</name>
<email>aircrach115@gmail.com</email>
</author>
<published>2013-06-05T10:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2a8fb371027b2a0cbe25a7bb812b0e99be807382'/>
<id>urn:sha1:2a8fb371027b2a0cbe25a7bb812b0e99be807382</id>
<content type='text'>
replaced spaces in incorrect alignment in defines with tabs

Signed-off-by: Matthias Schid &lt;aircrach115@gmail.com&gt;
Signed-off-by: Stefan Huber &lt;steffhip@googlemail.com&gt;
Signed-off-by: Simon Puels &lt;simon.puels@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/asus_oled: Fixed up incorrect formatted comments.</title>
<updated>2013-05-21T17:30:10Z</updated>
<author>
<name>Sara Bird</name>
<email>sara.bird.iar@gmail.com</email>
</author>
<published>2013-05-20T19:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0e1e9b44ab7a9f8f8b47f8665a8154362e80faa0'/>
<id>urn:sha1:0e1e9b44ab7a9f8f8b47f8665a8154362e80faa0</id>
<content type='text'>
The existing comments are using an odd style. Fixed them up to adhere
to the StyleGuide. No code changes.

Signed-off-by: Sara Bird &lt;sara.bird.iar@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: asus_oled: fixed warning 'default case should have 'break'.</title>
<updated>2013-05-12T15:27:42Z</updated>
<author>
<name>Tülin İzer</name>
<email>tulinizer@gmail.com</email>
</author>
<published>2013-05-12T12:57:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44eeccc054909fd47e6a6cd55eba05a985396177'/>
<id>urn:sha1:44eeccc054909fd47e6a6cd55eba05a985396177</id>
<content type='text'>
This patch fixes the warning about switch case found by checkpatch.pl
in driver asus_oled.

Signed-off-by: Tülin İzer &lt;tulinizer@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: Remove unnecessary OOM messages</title>
<updated>2013-02-11T18:10:33Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2013-02-11T17:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=78110bb8dc4a7ff331bfa3cfe7d4e287cfb3f22b'/>
<id>urn:sha1:78110bb8dc4a7ff331bfa3cfe7d4e287cfb3f22b</id>
<content type='text'>
alloc failures already get standardized OOM
messages and a dump_stack.

For the affected mallocs around these OOM messages:

Converted kzallocs with multiplies to kcalloc.
Converted kmallocs with multiplies to kmalloc_array.
Converted a kmalloc/strlen/strncpy to kstrdup.
Moved a spin_lock below a removed OOM message and
removed a now unnecessary spin_unlock.
Neatened alignment and whitespace.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: asus_oled: Add suspend/resume callbacks</title>
<updated>2012-09-04T20:12:13Z</updated>
<author>
<name>Jonathan Brett</name>
<email>jonbrett.dev@gmail.com</email>
</author>
<published>2012-08-17T20:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0e4da5cbaefa02ed408f8a78d759baef2905bf34'/>
<id>urn:sha1:0e4da5cbaefa02ed408f8a78d759baef2905bf34</id>
<content type='text'>
- Add simple suspend/resume PM callbacks to disable oled display on
  suspend and return to previous state on resume

Signed-off-by: Jonathan Brett &lt;jonbrett.dev@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: asus_oled add MODULE_VERSION</title>
<updated>2012-08-15T22:31:26Z</updated>
<author>
<name>Jonathan Brett</name>
<email>jonbrett.dev@gmail.com</email>
</author>
<published>2012-08-15T19:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bef41c3cd34a5db26cb845296d76c998eed8d667'/>
<id>urn:sha1:bef41c3cd34a5db26cb845296d76c998eed8d667</id>
<content type='text'>
Moved version string from MODULE_DESCRIPTION to MODULE_VERSION

Signed-off-by: Jonathan Brett &lt;jonbrett.dev@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: asus_oled: Change printk calls to dev_xxx</title>
<updated>2012-08-15T22:31:26Z</updated>
<author>
<name>Jonathan Brett</name>
<email>jonbrett.dev@gmail.com</email>
</author>
<published>2012-08-15T19:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9c8adb8ff5b7a9530d6e0e338bda7cf952512325'/>
<id>urn:sha1:9c8adb8ff5b7a9530d6e0e338bda7cf952512325</id>
<content type='text'>
- Use dev_err whenever a struct device * is present
- None of the printk calls had levels set, but looked like they should
  probably be dev_err

Signed-off-by: Jonathan Brett &lt;jonbrett.dev@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: Fixes some checkpatch warnings in asus_oled/asus_oled.c</title>
<updated>2012-07-09T19:32:53Z</updated>
<author>
<name>Cruz Julian Bishop</name>
<email>cruz@massive-dynamics.biz</email>
</author>
<published>2012-07-08T07:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=485b34c2dfb933592f211aa416ad4c1d2bed895a'/>
<id>urn:sha1:485b34c2dfb933592f211aa416ad4c1d2bed895a</id>
<content type='text'>
This fixes the following warnings:

	1: Changes a printk(KERN_ERR) call to a pr_err call in line 785
	2: Changes a printk(KERN_ERR) call to a pr_err call in line 791
	3: Changes a printk(KERN_ERR) call to a pr_err call in line 798
	4: Reduces line length below 80 at line 785 (Not intended)
	5: Reduces line length below 80 at line 798 (Not intended)

Signed-off-by: Cruz Julian Bishop &lt;cruz@massive-dynamics.biz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
