summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
AgeCommit message (Expand)AuthorLines
2013-05-16staging: nvec: Convert to use devm_input_allocateLeon Romanovsky-8/+2
2013-05-16drivers/staging/nvec: don't check resource with devm_ioremap_resourceWolfram Sang-5/+0
2013-05-14staging: nvec: cleanup childs on removeMarc Dietrich-3/+19
2013-05-14staging: nvec: implement unregistering of notifiersMarc Dietrich-3/+16
2013-05-14staging: nvec: add missing module aliasesMarc Dietrich-0/+2
2013-05-13staging: nvec: cleanup childs on removeMarc Dietrich-3/+19
2013-05-13staging: nvec: implement unregistering of notifiersMarc Dietrich-3/+16
2013-05-13staging: nvec: add missing module aliasesMarc Dietrich-0/+2
2013-05-13staging: nvec: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov-1/+1
2013-04-23staging: nvec: allow modular buildArnd Bergmann-5/+5
2013-03-25staging: nvec: fix the '&&' vs '&' typo in nvec_toggle_global_events()Wei Yongjun-4/+4
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-7/+2
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-55/+119
2013-01-29staging: nvec: cleanup the string messMarc Dietrich-40/+89
2013-01-29staging: nvec: fix mouse suspend/resume callsMarc Dietrich-9/+7
2013-01-29staging: nvec: move toggle global event reporting to its own functionMarc Dietrich-8/+25
2013-01-28staging: nvec: remove use of clk_get_sysPrashant Gaikwad-5/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad-2/+1
2013-01-22staging: Convert to devm_ioremap_resource()Thierry Reding-5/+3
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-1/+0
2012-11-26staging: nvec: let nvec select MFD_COREMarc Dietrich-0/+1
2012-11-21staging: nvec: remove use of __devexitBill Pemberton-5/+5
2012-11-21staging: nvec: remove use of __devinitconstBill Pemberton-1/+1
2012-11-21staging: nvec: remove use of __devinitBill Pemberton-5/+5
2012-11-21staging: nvec: remove use of __devexit_pBill Pemberton-5/+5
2012-11-05staging: nvec: remove include of <mach/iomap.h>Stephen Warren-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-2/+2
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown-1/+1
2012-09-04staging: nvec: use system_nrt_wq instead of custom oneTejun Heo-6/+4
2012-09-04staging: nvec: do not depend on MACH_PAZ00Marc Dietrich-1/+1
2012-09-04staging: nvec: release sync write lock in error caseMarc Dietrich-1/+3
2012-09-04staging: nvec: fix clock setupMarc Dietrich-1/+1
2012-08-13Staging: nvec: fix coding style issuesMarc Dietrich-2/+4
2012-08-13staging: nvec: use %*ph to dump small buffersAndy Shevchenko-2/+1
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-109/+108
2012-06-25staging: nvec: add remove function to nvec childsMarc Dietrich-0/+34
2012-06-25staging: nvec: rename led driver to board specific paz00 driverMarc Dietrich-18/+19
2012-06-25staging: nvec: cleanup powermanagement callbacksMarc Dietrich-14/+20
2012-06-25staging: nvec: cleanup driver registrationMarc Dietrich-37/+5
2012-06-25staging: nvec: use dev_warn instead of printkMarc Dietrich-1/+3
2012-06-25staging: nvec: convert to devm_ functionsMarc Dietrich-40/+28
2012-06-12staging: nvec: add clk_prepare/clk_unpreparePrashant Gaikwad-4/+4
2012-04-10staging:nvec:nvec.h Fix typos in staging:nvecJustin P. Mattock-1/+1
2012-01-31staging: nvec: Fix Kconfig dependenciesJulian Andres Klode-3/+3
2012-01-31staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode-7/+6
2012-01-31staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode-3/+3
2012-01-31staging: nvec: ps2: change serio type to passthroughMarc Dietrich-1/+1
2012-01-31staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich-0/+8
2012-01-31staging: nvec: ps2: add some more debug functionsMarc Dietrich-5/+13