aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/display7seg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-09-14sbus: char: Remove meaningless jump label out_freeJing Xiangfeng1-3/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-02sbus: char: add of_node_put()Yangtao Li1-0/+1
2017-09-27sbus: char: Move D7S_MINOR to include/linux/miscdevice.hCorentin Labbe1-1/+0
2017-07-20sbus: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-20sbus: char: drop owner assignment from platform_driversWolfram Sang1-1/+0
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-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-03Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-21drivers/sbus/char: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Axel Lin1-12/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-07-20sbus: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg1-1/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29display7seg: Convert to pure OF device driver.David S. Miller1-105/+146
2008-06-20display7seg: BKL pushdownArnd Bergmann1-0/+1
2007-05-13[SPARC] SBUS: display7seg.c needs asm/io.hDavid S. Miller1-0/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert sbusJosef Sipek1-1/+1
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller1-1/+1
2005-11-10[SPARC]: display7seg build fixAndrew Morton1-1/+1
2005-11-09[SPARC]: Fix locking thinkos in display7seg and cpwatchdog drivers.David S. Miller1-1/+1
2005-11-07[SPARC] display7seg: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig1-12/+20
2005-09-13[PATCH] Remove unnecessary check_region references in commentsPeter Osterlund1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+234