summaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/envctrl.c
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-3/+3
2018-12-05sbus: Use of_node_name_eq for node name comparisonsRob Herring-3/+3
2018-12-02drivers/sbus/char: add of_node_put()Yangtao Li-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-04-15drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley-6/+1
2014-10-20sbus: char: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-01-03Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-09-21drivers/sbus/char: removes unnecessary semicolonPeter Senna Tschudin-4/+4
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Axel Lin-11/+1
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely-5/+4
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-2/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely-2/+2
2010-07-20sbus: autoconvert trivial BKL users to private mutexArnd Bergmann-2/+0
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-2/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller-1/+1
2008-08-29envctrl: Convert to pure OF driver.David S. Miller-68/+79
2008-06-20envctrl: BKL pushdownArnd Bergmann-0/+2
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge-5/+2
2007-05-11[SPARC64]: envctrl.c needs asm/io.hDavid S. Miller-0/+1
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell-4/+4
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven-1/+1
2006-10-17[SPARC] {bbc_,}envctrl: Use call_usermodehelper().David S. Miller-2/+2
2006-10-12[PATCH] more kernel_execve() fallout (sbus)Al Viro-6/+2
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann-4/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller-38/+33
2005-11-07[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig-8/+10
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl-8/+5
2005-09-10[PATCH] envctrl fixesviro@ZenIV.linux.org.uk-3/+1
2005-08-09[SPARC]: envctrl: ERR_PTR() --> PTR_ERR()David S. Miller-1/+1
2005-08-09[SPARC]: remove ifdef CONFIG_PCI from envctrl.cChristoph Hellwig-4/+0
2005-08-09[SPARC]: Use kthread infrastructure in envctrlChristoph Hellwig-31/+10
2005-07-24[SPARC]: Fix __KERNEL_SYSCALLS__ defining in envctrl.c and bbc_envctrl.cDavid S. Miller-1/+2
2005-07-24[SPARC]: sbus/envctrl: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan-5/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1181