aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-05-20openprom: fix warningSam Ravnborg1-24/+16
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-10/+3
2015-04-15drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley2-8/+2
2014-10-20sbus: char: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2-3/+14
2014-08-04bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000Christopher Alexander Tobias Schulze2-3/+14
2014-07-21drivers/sbus/char: Micro-optimization in display7seg.cRasmus Villemoes1-4/+1
2014-07-21display7seg: Introduce the use of the managed version of kzallocHimangi Saraogi1-3/+2
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-02-20Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]David Howells1-1/+0
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-03-31bbc_i2c: fix section mismatch warningSam Ravnborg1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-11drivers/sbus/char: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+3
2013-01-03Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman5-15/+15
2012-09-21drivers/sbus/char: removes unnecessary semicolonPeter Senna Tschudin3-7/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Axel Lin5-57/+5
2011-12-04bbc_i2c: Remove unneeded err variableAxel Lin1-10/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely5-25/+20
2011-01-03sparc: explicitly cast negative phandle checks to s32Andres Salomon1-1/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon1-1/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-11/+13
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely7-25/+25
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-14/+14
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely5-10/+10
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-2/+2
2010-07-20sbus: autoconvert trivial BKL users to private mutexArnd Bergmann5-23/+24
2010-07-12drivers/sbus: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2-4/+4
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-19/+25
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely5-10/+25
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely6-9/+9
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-19/+25
2010-04-27drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_posJan Blunck1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-2/+3
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2-28/+40
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-5/+5
2010-01-04bbc_envctrl: Clean up properly if kthread_run() fails.David S. Miller1-26/+38
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-17sparc: Fix cleanup crash in bbc_envctrl_cleanup()David S. Miller1-3/+8