aboutsummaryrefslogtreecommitdiff
path: root/drivers/sbus/char/flash.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: move FLASH_MINOR into miscdevice.h and fix conflictsGravatar Zhenzhong Duan 1-3/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-12-05sbus: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-3/+3
2017-07-20sbus: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
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-2/+2
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-7/+8
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-3/+3
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-2/+2
2010-04-27drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_posGravatar Jan Blunck 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.Gravatar David S. Miller 1-1/+1
2008-08-29sparc: Convert flash driver to OF device probing.Gravatar David S. Miller 1-80/+50
2008-06-20flash: BKL pushdownGravatar Arnd Bergmann 1-1/+5
2007-05-31[SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.cGravatar Horst H. von Brand 1-0/+1
2007-04-26[SPARC/64] constify of_get_property return: driversGravatar Stephen Rothwell 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMGravatar Christoph Lameter 1-1/+0
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.Gravatar David S. Miller 1-7/+9
2006-03-22[SPARC]: Respect vm_page_prot in io_remap_page_range().Gravatar David S. Miller 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+255