summaryrefslogtreecommitdiffstats
path: root/drivers/input/ff-memless.c
AgeCommit message (Expand)Author
2019-11-15Input: ff-memless - kill timer in destroy()Oliver Neukum
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2017-10-23Input: ff_memless - convert to using timer_setup()Kees Cook
2015-03-02[media] fixp-arith: replace sin/cos table by a better precision oneMauro Carvalho Chehab
2012-08-21Input: random formatting fixesBaodong Chen
2012-07-07Input: ff-memless - fix a couple min_t() castsDan Carpenter
2012-05-14[media] Input: move drivers/input/fixp-arith.h to include/linuxAntonio Ospite
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-24Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala
2009-12-24Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov
2009-12-24Input: ff-memless - start playing FF effects immediatelyJari Vanhala
2009-11-10Input: fix locking in memoryless force-feedback devicesDmitry Torokhov
2009-05-07Input: ff-memless - fix signed to unsigned bit overflowJussi Kivilinna
2008-11-30input: replace spin_lock_bh with spin_lock_irqsave in ml_ff_playbackArjan van de Ven
2008-05-16Input: use clamp_val() macro in ff-memless.cHarvey Harrison
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-11-24Input: add to kernel-api docbookRandy Dunlap
2006-07-19Input: unified force feedback support for memoryless devicesAnssi Hannula
f } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# Makefile for the Linux nfs filesystem routines.
#

obj-$(CONFIG_NFS_FS) += nfs.o

nfs-y 			:= client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \
			   direct.o pagelist.o proc.o read.o symlink.o unlink.o \
			   write.o namespace.o mount_clnt.o \
			   dns_resolve.o cache_lib.o
nfs-$(CONFIG_ROOT_NFS)	+= nfsroot.o
nfs-$(CONFIG_NFS_V3)	+= nfs3proc.o nfs3xdr.o
nfs-$(CONFIG_NFS_V3_ACL)	+= nfs3acl.o
nfs-$(CONFIG_NFS_V4)	+= nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
			   delegation.o idmap.o \
			   callback.o callback_xdr.o callback_proc.o \
			   nfs4namespace.o
nfs-$(CONFIG_NFS_V4_1)	+= pnfs.o
nfs-$(CONFIG_SYSCTL) += sysctl.o
nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o

obj-$(CONFIG_PNFS_FILE_LAYOUT) += nfs_layout_nfsv41_files.o
nfs_layout_nfsv41_files-y := nfs4filelayout.o