aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/ps3flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidGravatar Uwe Kleine-König 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Gravatar Thomas Gleixner 1-13/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2013-06-29ps3flash: switch to generic_file_llseek_size()Gravatar Al Viro 1-26/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-11-21char: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2011-10-31drivers/char: Add module.h to those who were using it implicitlyGravatar Paul Gortmaker 1-0/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+7
2011-07-20drivers: fix up various ->llseek() implementationsGravatar Josef Bacik 1-0/+4
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-15ps3flash: Always read chunks of 256 KiB, and cache themGravatar Geert Uytterhoeven 1-30/+17
2009-06-15ps3flash: Cache the last accessed FLASH chunkGravatar Geert Uytterhoeven 1-105/+104
2009-06-15ps3: Replace direct file operations by callbackGravatar Geert Uytterhoeven 1-24/+70
2009-06-15ps3flash: Use ps3_system_bus_[gs]et_drvdata() instead of direct accessGravatar Geert Uytterhoeven 1-6/+6
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charGravatar Stephen Rothwell 1-9/+9
2007-07-21ps3: FLASH ROM Storage DriverGravatar Geert Uytterhoeven 1-0/+440