summaryrefslogtreecommitdiffstats
path: root/drivers/sbus
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* openprom: fix warningSam Ravnborg2016-05-201-24/+16
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-10/+3
* drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley2015-04-152-8/+2
* sbus: char: drop owner assignment from platform_driversWolfram Sang2014-10-205-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2014-08-052-3/+14
|\
| * bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000Christopher Alexander Tobias Schulze2014-08-042-3/+14
* | drivers/sbus/char: Micro-optimization in display7seg.cRasmus Villemoes2014-07-211-4/+1
* | display7seg: Introduce the use of the managed version of kzallocHimangi Saraogi2014-07-211-3/+2
|/
* jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe2014-04-161-1/+1
* Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]David Howells2014-02-201-1/+0
* sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-285-5/+0
* bbc_i2c: fix section mismatch warningSam Ravnborg2013-03-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | drivers/sbus/char: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-4/+3
|/
* Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman2013-01-035-15/+15
* drivers/sbus/char: removes unnecessary semicolonPeter Senna Tschudin2012-09-213-7/+7
* Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
* sbus: convert drivers/sbus/char/* to use module_platform_driver()Axel Lin2011-12-045-57/+5
* bbc_i2c: Remove unneeded err variableAxel Lin2011-12-041-10/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-285-25/+20
* sparc: explicitly cast negative phandle checks to s32Andres Salomon2011-01-031-1/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-1/+1
|\
| * of/sparc: convert various prom_* functions to use phandleAndres Salomon2010-10-091-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
| |/
* / drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-11/+13
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-067-25/+25
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-055-14/+14
|\
| * of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-245-10/+10
| * Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-241-2/+2
| |\
| * | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-282-4/+4
* | | sbus: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-205-23/+24
| |/ |/|
* | drivers/sbus: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-19/+25
|\
| * drivers: Push down BKL into various driversArnd Bergmann2010-05-171-19/+25
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-3/+3
|\ \
| * | drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_posJan Blunck2010-04-271-3/+3
| |/
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-225-10/+25
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-186-9/+9
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-2/+3
* Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2010-01-282-28/+40
|\
| * bbc_envctrl: Clean up properly if kthread_run() fails.David S. Miller2010-01-041-26/+38
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* | of: unify phandle name in struct device_nodeGrant Likely2010-01-281-5/+5
|/
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* sparc: Fix cleanup crash in bbc_envctrl_cleanup()David S. Miller2009-07-171-3/+8