aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/ambakmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Input: ambakmi - constify amba_idArvind Yadav1-1/+1
2015-07-16Input: ambakmi - fix system PM by converting to modern callbacksUlf Hansson1-3/+5
2014-05-13Input: ambakmi - request a shared interrupt for AMBA KMI devicesLiviu Dudau1-1/+2
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-29ARM: 7904/1: input: ambakmi: Remove unnecessary amba_set_drvdata()Michal Simek1-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-19Input: ambakmi - [un]prepare clocks when enabling amd disablingPawel Moll1-3/+3
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-12/+1
2011-11-22input: ambakmi: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
2009-12-11Input: ambakmi - annotate probe() and remove() methodsDmitry Torokhov1-4/+4
2009-12-11Input: serio - set owner in driver structuresDmitry Torokhov1-0/+1
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-1/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-02-01Input: ambakmi - fix timeout handling in amba_kmi_write()Roel Kluin1-1/+1
2009-01-29Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-2/+2
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-8/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+231