summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorDoug Brown <doug@schmorgal.com>2022-12-02 19:35:22 +0100
committerThierry Reding <thierry.reding@gmail.com>2022-12-06 12:46:14 +0100
commit939d002b7501128640aaeffe175d6331dcce2ca6 (patch)
tree85402cc5137f6c58b125ad757b0b89cbf9fa26bf /scripts/objdiff
parent152f2d1def5e4b974947877126ff292a68a8c521 (diff)
downloadkernel-939d002b7501128640aaeffe175d6331dcce2ca6.tar.gz
pwm: pxa: Remove clk enable/disable from pxa_pwm_config
Now that pxa_pwm_apply always enables the clock first, there is no need for pxa_pwm_config to do any clock enabling/disabling. Signed-off-by: Doug Brown <doug@schmorgal.com> Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20221113233639.24244-4-doug@schmorgal.com Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
n title='2013-05-07 20:16:25 -0700'>2013-05-07aio: don't include aio.h in sched.hKent Overstreet 2013-05-05hfs: SMP race on directory close()Al Viro 2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches 2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches 2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov 2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman 2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2013-02-22new helper: file_inode(file)Al Viro 2013-01-21fs/hfs: remove depends on CONFIG_EXPERIMENTALKees Cook 2012-12-20hfs: drop vmtruncateMarco Stornelli 2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov 2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2012-09-21userns: Convert hfs to use kuid and kgid where appropriateEric W. Biederman 2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo 2012-08-04hfs: nuke write_super from commentsArtem Bityutskiy 2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy 2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy 2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy 2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy 2012-07-22hfs: get rid of lock_superArtem Bityutskiy 2012-07-22hfs: push lock_super downArtem Bityutskiy 2012-07-14don't pass nameidata to ->create()Al Viro 2012-07-14stop passing nameidata to ->lookup()Al Viro 2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro 2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara 2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro