<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/frontier, branch v3.4.30</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/frontier?h=v3.4.30</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/frontier?h=v3.4.30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-02-24T20:03:12Z</updated>
<entry>
<title>Staging: frontier: Fix checkpatch.pl issue.</title>
<updated>2012-02-24T20:03:12Z</updated>
<author>
<name>Hitoshi NAKAMORI</name>
<email>hitoshi.nakamori@gmail.com</email>
</author>
<published>2012-02-21T06:31:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=72a474b8cdac7e316f5299b0edf2d82f86d92829'/>
<id>urn:sha1:72a474b8cdac7e316f5299b0edf2d82f86d92829</id>
<content type='text'>
This is a patch to the alphatrack.c and tranzport.c  that fixes up an error
found by checkpatch.pl tool.

Signed-off-by: Hitoshi Nakamori &lt;hitoshi.nakamori@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging</title>
<updated>2012-01-09T20:18:17Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-01-09T20:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=12e55508921865aefdd80fd17afe70c191afbd1b'/>
<id>urn:sha1:12e55508921865aefdd80fd17afe70c191afbd1b</id>
<content type='text'>
* 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (466 commits)
  net/hyperv: Add support for jumbo frame up to 64KB
  net/hyperv: Add NETVSP protocol version negotiation
  net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
  staging/rtl8192e: Register against lib80211
  staging/rtl8192e: Convert to lib80211_crypt_info
  staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_ops
  staging/rtl8192e: Add lib80211.h to rtllib.h
  staging/mei: add watchdog device registration wrappers
  drm/omap: GEM, deal with cache
  staging: vt6656: int.c, int.h: Change return of function to void
  staging: usbip: removed unused definitions from header
  staging: usbip: removed dead code from receive function
  staging:iio: Drop {mark,unmark}_in_use callbacks
  staging:iio: Drop buffer mark_param_change callback
  staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
  staging:iio: Drop buffer busy flag
  staging:iio: Make sure a device is only opened once at a time
  staging:iio: Disallow modifying buffer size when buffer is enabled
  staging:iio: Disallow changing scan elements in all buffered modes
  staging:iio: Use iio_buffer_enabled instead of open coding it
  ...

Fix up conflict in drivers/staging/iio/adc/ad799x_core.c (removal of
module_init due to using module_i2c_driver() helper, next to removal of
MODULE_ALIAS due to using MODULE_DEVICE_TABLE instead).
</content>
</entry>
<entry>
<title>Staging: frontier: Removed use of obsolete function</title>
<updated>2011-11-27T02:13:54Z</updated>
<author>
<name>Ken O'Brien</name>
<email>kernel@kenobrien.org</email>
</author>
<published>2011-11-20T00:36:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a75311dcb8aa871051e07dad5bed74d6de2a6e69'/>
<id>urn:sha1:a75311dcb8aa871051e07dad5bed74d6de2a6e69</id>
<content type='text'>
Replaced one reference to strict_strtoul() to kstrtoul().

Signed-off-by: Ken O'Brien &lt;kernel@kenobrien.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>USB: convert drivers/staging/* to use module_usb_driver()</title>
<updated>2011-11-18T17:42:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-11-18T17:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bac2c126e452eb00f91305ba2c04a8b2bd95acf0'/>
<id>urn:sha1:bac2c126e452eb00f91305ba2c04a8b2bd95acf0</id>
<content type='text'>
This converts the drivers in drivers/staging/* to use the
module_usb_driver() macro which makes the code smaller and a bit
simpler.

Added bonus is that it removes some unneeded kernel log messages about
drivers loading and/or unloading.

Cc: "David Täht" &lt;d@teklibre.com&gt;
Cc: Marek Belisko &lt;marek.belisko@gmail.com&gt;
Cc: Al Cho &lt;acho@novell.com&gt;
Cc: Forest Bond &lt;forest@alittletooquiet.net&gt;
Cc: Pavel Machek &lt;pavel@ucw.cz&gt;
Cc: Huajun Li &lt;huajun.li.lee@gmail.com&gt;
Cc: Zac Storer &lt;zac.3.14159@gmail.com&gt;
Cc: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Cc: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
Cc: edwin_rong &lt;edwin_rong@realsil.com.cn&gt;
Cc: Ben Hutchings &lt;ben@decadent.org.uk&gt;
Cc: Julia Lawall &lt;julia@diku.dk&gt;
Cc: Ilia Mirkin &lt;imirkin@alum.mit.edu&gt;
Cc: Joe Perches &lt;joe@perches.com&gt;
Cc: Pekka Enberg &lt;penberg@kernel.org&gt;
Cc: "John W. Linville" &lt;linville@tuxdriver.com&gt;
Cc: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Cc: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: Merge 2.6.37-rc5 into staging-next</title>
<updated>2010-12-07T18:47:56Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-12-07T18:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ea3398a1ae54cd3403f3cc0f6aa498c7452c681a'/>
<id>urn:sha1:ea3398a1ae54cd3403f3cc0f6aa498c7452c681a</id>
<content type='text'>
This was done to handle a number of conflicts in the batman-adv
and winbond drivers properly.  It also now allows us to fix up the sysfs
attributes properly that were not in the .37 release due to them being
only in this tree at the time.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: frontier: fix up my fixup for some sysfs attribute permissions</title>
<updated>2010-11-18T19:27:18Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-11-18T19:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2a767fda5d0d8dcff465724dfad6ee131489b3f2'/>
<id>urn:sha1:2a767fda5d0d8dcff465724dfad6ee131489b3f2</id>
<content type='text'>
They should be writable by root, not readable.
Doh, stupid me with the wrong flags.

Reported-by: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;
Cc: David Taht &lt;d@teklibre.com&gt;
Cc: stable &lt;stable@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: frontier: fix up some sysfs attribute permissions</title>
<updated>2010-11-16T19:18:33Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-11-16T19:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3bad28ec006ad6ab2bca4e5103860b75391e3c9d'/>
<id>urn:sha1:3bad28ec006ad6ab2bca4e5103860b75391e3c9d</id>
<content type='text'>
They should not be writable by any user

Reported-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: David Taht &lt;d@teklibre.com&gt;
Cc: stable &lt;stable@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: frontier: fix space and * coding style issues in alphatrack.c</title>
<updated>2010-11-09T23:55:56Z</updated>
<author>
<name>Mauro Schilman</name>
<email>maurito.s@gmail.com</email>
</author>
<published>2010-11-01T17:12:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9dd5f271441bbe85578c2b7841820d8bca26096c'/>
<id>urn:sha1:9dd5f271441bbe85578c2b7841820d8bca26096c</id>
<content type='text'>
This is a patch to the alphatrack.c file that fixes up a space warning
and a space after '*' warning found by the checkpatch.pl tool

Signed-off-by: Mauro Schilman &lt;maurito.s@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge 'staging-next' to Linus's tree</title>
<updated>2010-10-28T16:44:56Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-10-28T16:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e4c5bf8e3dca827a1b3a6fac494eae8c74b7e1e7'/>
<id>urn:sha1:e4c5bf8e3dca827a1b3a6fac494eae8c74b7e1e7</id>
<content type='text'>
This merges the staging-next tree to Linus's tree and resolves
some conflicts that were present due to changes in other trees that were
affected by files here.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: frontier: fix coding style issues in tranzport.c</title>
<updated>2010-10-19T17:54:51Z</updated>
<author>
<name>Gustavo Silva</name>
<email>silvagustavosilva@gmail.com</email>
</author>
<published>2010-10-19T05:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bd384c2722428498669840db44c6a7aafab54c29'/>
<id>urn:sha1:bd384c2722428498669840db44c6a7aafab54c29</id>
<content type='text'>
This is a patch to the tranzport.c file that fixes up the following issue

WARNING: please, no space for starting a line	x 23

Signed-off-by: Gustavo Silva &lt;silvagustavo@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
