summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: fix the '&&' vs '&' typo in nvec_toggle_global_events()Wei Yongjun2013-03-251-4/+4
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-3/+2
|\
| * staging: nvec: remove use of clk_get_sysPrashant Gaikwad2013-01-281-1/+1
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-2/+1
* | Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-211-17/+65
|\ \
| * | staging: nvec: cleanup the string messMarc Dietrich2013-01-291-10/+43
| * | staging: nvec: move toggle global event reporting to its own functionMarc Dietrich2013-01-291-7/+22
| |/
* | staging: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+0
|\
| * staging: nvec: remove include of <mach/iomap.h>Stephen Warren2012-11-051-1/+0
* | staging: nvec: remove use of __devexitBill Pemberton2012-11-211-1/+1
* | staging: nvec: remove use of __devinitconstBill Pemberton2012-11-211-1/+1
* | staging: nvec: remove use of __devinitBill Pemberton2012-11-211-1/+1
* | staging: nvec: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
|/
* 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-161-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/+4
* | 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-131-2/+4
* | staging: nvec: use %*ph to dump small buffersAndy Shevchenko2012-08-131-2/+1
|/
* Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-261-47/+30
|\
| * staging: nvec: rename led driver to board specific paz00 driverMarc Dietrich2012-06-251-1/+1
| * staging: nvec: cleanup powermanagement callbacksMarc Dietrich2012-06-251-10/+10
| * staging: nvec: cleanup driver registrationMarc Dietrich2012-06-251-6/+1
| * staging: nvec: use dev_warn instead of printkMarc Dietrich2012-06-251-1/+3
| * staging: nvec: convert to devm_ functionsMarc Dietrich2012-06-251-29/+15
* | staging: nvec: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-4/+4
|/
* staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode2012-01-311-7/+6
* staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode2012-01-311-3/+3
* staging: nvec: add device tree supportMarc Dietrich2011-11-261-2/+28
* staging/nvec: fix compilation error in nvec.cMarc Dietrich2011-10-171-0/+1
* staging: nvec: send suspend messages synchronouslyMarc Dietrich2011-09-291-2/+8
* staging: nvec: Add a udelay(100) to nvec_interruptJulian Andres Klode2011-09-291-0/+9
* staging: nvec: Add missing includes and reorder themJulian Andres Klode2011-09-291-13/+11
* staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode2011-09-291-0/+5
* staging: nvec: Reject incomplete messagesJulian Andres Klode2011-09-291-1/+6
* staging: nvec: Handle filled up RX buffersJulian Andres Klode2011-09-291-0/+5
* staging: nvec: Allow TX buffers only in the upper 75% of the poolJulian Andres Klode2011-09-291-6/+25
* staging: nvec: Export nvec_msg_free() to clientsJulian Andres Klode2011-09-291-2/+4
* staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode2011-09-291-0/+20
* staging: nvec: Document public and private APIJulian Andres Klode2011-09-291-2/+107
* staging: nvec: Have nvec_write_async() return -ENOMEM on OOMJulian Andres Klode2011-09-291-2/+9
* staging: nvec: Add myself to copyright and authors listJulian Andres Klode2011-09-291-0/+1
* staging: nvec: Do not print free message for tx_scratchJulian Andres Klode2011-09-291-1/+2
* staging: nvec: Rewrite the interrupt handlerJulian Andres Klode2011-09-291-114/+275
* staging: nvec: Add is_event() and size() functions for nvec_msgJulian Andres Klode2011-09-291-0/+31
* staging: nvec: Introduce nvec_gpio_set_value()Julian Andres Klode2011-09-291-0/+7
* staging: nvec: Introduce new internal API for msg alloc/freeJulian Andres Klode2011-09-291-0/+23
OpenPOWER on IntegriCloud