summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: cleanup the string messMarc Dietrich2013-01-305-40/+89
* staging: nvec: fix mouse suspend/resume callsMarc Dietrich2013-01-301-9/+7Star
* staging: nvec: move toggle global event reporting to its own functionMarc Dietrich2013-01-302-8/+25
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+0Star
|\
| * staging: nvec: remove include of <mach/iomap.h>Stephen Warren2012-11-051-1/+0Star
* | staging: nvec: let nvec select MFD_COREMarc Dietrich2012-11-271-0/+1
* | staging: nvec: remove use of __devexitBill Pemberton2012-11-215-5/+5
* | staging: nvec: remove use of __devinitconstBill Pemberton2012-11-211-1/+1
* | staging: nvec: remove use of __devinitBill Pemberton2012-11-215-5/+5
* | staging: nvec: remove use of __devexit_pBill Pemberton2012-11-215-5/+5
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-2/+2
|\
* \ Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman2012-09-171-1/+1
|\ \
| * | mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-151-1/+1
| |/
* | staging: nvec: use system_nrt_wq instead of custom oneTejun Heo2012-09-041-6/+4Star
* | staging: nvec: do not depend on MACH_PAZ00Marc Dietrich2012-09-041-1/+1
* | staging: nvec: release sync write lock in error caseMarc Dietrich2012-09-041-1/+3
* | staging: nvec: fix clock setupMarc Dietrich2012-09-041-1/+1
* | Staging: nvec: fix coding style issuesMarc Dietrich2012-08-141-2/+4
* | staging: nvec: use %*ph to dump small buffersAndy Shevchenko2012-08-141-2/+1Star
|/
* Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-267-109/+108Star
|\
| * staging: nvec: add remove function to nvec childsMarc Dietrich2012-06-253-0/+34
| * staging: nvec: rename led driver to board specific paz00 driverMarc Dietrich2012-06-254-18/+19
| * staging: nvec: cleanup powermanagement callbacksMarc Dietrich2012-06-252-14/+20
| * staging: nvec: cleanup driver registrationMarc Dietrich2012-06-255-37/+5Star
| * staging: nvec: use dev_warn instead of printkMarc Dietrich2012-06-251-1/+3
| * staging: nvec: convert to devm_ functionsMarc Dietrich2012-06-254-40/+28Star
* | staging: nvec: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-4/+4
|/
* staging:nvec:nvec.h Fix typos in staging:nvecJustin P. Mattock2012-04-101-1/+1
* staging: nvec: Fix Kconfig dependenciesJulian Andres Klode2012-01-311-3/+3
* staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode2012-01-311-7/+6Star
* staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode2012-01-311-3/+3
* staging: nvec: ps2: change serio type to passthroughMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich2012-01-311-0/+8
* staging: nvec: ps2: add some more debug functionsMarc Dietrich2012-01-311-5/+13
* staging: nvec: ps2: tell nvec to send 6 byte long messagesMarc Dietrich2012-01-311-1/+1
* staging: nvec: ps2: let the start/stop streaming commands be called by the st...Marc Dietrich2012-01-311-2/+2
* staging: nvec: ps2: add suspend/resume functionsMarc Dietrich2012-01-311-0/+19
* staging: nvec: add device tree supportMarc Dietrich2011-11-271-2/+28
* staging/nvec: fix compilation error in nvec.cMarc Dietrich2011-10-181-0/+1
* staging: nvec: send suspend messages synchronouslyMarc Dietrich2011-09-301-2/+8
* staging: nvec: Add a udelay(100) to nvec_interruptJulian Andres Klode2011-09-301-0/+9
* staging: nvec: Add missing includes and reorder themJulian Andres Klode2011-09-302-14/+17
* staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode2011-09-301-0/+5
* staging: nvec: ps2: Always sample 4 bytes instead of just 1Julian Andres Klode2011-09-301-2/+3
* staging: nvec: Return error in PS2 driver if write failsJulian Andres Klode2011-09-301-5/+2Star
* staging: nvec: Reject incomplete messagesJulian Andres Klode2011-09-301-1/+6
* staging: nvec: Handle filled up RX buffersJulian Andres Klode2011-09-301-0/+5
* staging: nvec: Allow TX buffers only in the upper 75% of the poolJulian Andres Klode2011-09-301-6/+25
* staging: nvec: Export nvec_msg_free() to clientsJulian Andres Klode2011-09-302-2/+7
* staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode2011-09-302-21/+20Star