aboutsummaryrefslogtreecommitdiff
path: root/drivers/sbus/char/uctrl.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28sbus: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 1-2/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2017-07-20sbus: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2014-10-20sbus: char: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-28sparc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-01-03Drivers: sbus: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-3/+3
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-07-20sbus: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2009-04-14sbus: changed ioctls to unlockedGravatar Stoyan Gaydarov 1-4/+3
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.Gravatar David S. Miller 1-1/+1
2008-08-29sparc: Convert uctrl driver to OF driver.Gravatar David S. Miller 1-96/+120
2008-07-17drivers/sbus/: cleanupsGravatar Adrian Bunk 1-11/+5
2008-07-02uctrl: BKL pushdownGravatar Arnd Bergmann 1-0/+3
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2007-02-26[SPARC] uctrl: Check request_irq() return value.Gravatar David S. Miller 1-1/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2006-10-10[PATCH] use %p for pointersGravatar Al Viro 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-06-20[SPARC]: Kill __irq_itoa().Gravatar David S. Miller 1-1/+1
2005-12-15[PATCH] sbus/char/uctrl: missing prototypes and NULL noise removalGravatar Al Viro 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+422