summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: convert to use GPIO descriptorsMarc Dietrich2018-04-231-32/+10Star
* staging: nvec: cleanup use of dev in probe functionMarc Dietrich2018-04-231-17/+18
* staging: nvec: simplify getting .drvdataWolfram Sang2018-04-231-4/+2Star
* staging: nvec: remove redundant license textGreg Kroah-Hartman2018-01-151-5/+0Star
* staging: nvec: add SPDX identifier.Greg Kroah-Hartman2018-01-151-0/+1
* staging: nvec: explicitly request exclusive reset controlPhilipp Zabel2017-07-301-1/+1
* staging: nvec: Fix comparison to NULLLaura Garcia Liebana2016-03-281-2/+2
* staging: nvec: Remove space after a castLaura Garcia Liebana2016-03-281-3/+4
* staging: nvec: nvec.c: Drop void pointer castJanani Ravichandran2016-03-121-1/+1
* staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana2016-03-121-2/+0Star
* staging: nvec: Fix alignment with the open parenthesisLaura Garcia Liebana2016-02-211-16/+19
* staging: nvec: Use the BIT macroLaura Garcia Liebana2016-02-211-9/+9
* Staging: nvec: Modify the nvec_write_sync method to return the error codeTomás Tormo2016-02-151-15/+19
* staging: nvec: Remove unneeded commentJanani Ravichandran2016-02-101-2/+0Star
* staging: nvec: fix block commentsSimon Guinot2016-02-081-2/+4
* staging: nvec: Add space around '<<'Burcin Akalin2015-11-161-9/+9
* staging: nvec: Add space around '>>'Burcin Akalin2015-11-161-1/+1
* staging: nvec: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0Star
* staging:nvec: fix typo in commentShailendra Verma2015-05-311-1/+1
* Staging: nvec: use !x instead of x == NULLSomya Anand2015-03-161-1/+1
* staging: nvec: specify a platform-device base idMarc Dietrich2015-01-211-6/+3Star
* Staging: nvec: Fixed a typoGustavo A. R. Silva2015-01-181-1/+1
* staging: nvec: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* staging/nvec: Use platform_get_irq()Thierry Reding2014-07-311-3/+2Star
* staging/nvec: Do not pass resource to mfd_add_devices()Thierry Reding2014-07-311-1/+1
* staging/nvec: Remove double const qualifierThierry Reding2014-07-211-1/+1
* staging: nvec: remove unneccessary 'out of memory' messagePawel Lebioda2014-07-091-3/+2Star
* staging: nvec: remove unnecessary 'else' after 'return' statementPawel Lebioda2014-07-091-2/+1Star
* Staging:nvec: fix quoted string split across linesEbru Akagunduz2014-03-081-2/+1Star
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-241-3/+8
|\
| * staging: nvec: use reset frameworkStephen Warren2013-12-121-3/+8
* | Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-031-1/+2
|\|
| * staging: nvec: potential NULL dereference on error pathDan Carpenter2013-11-251-1/+2
* | mfd: staging: Constify struct mfd_cell where possibleGeert Uytterhoeven2013-11-201-1/+1
|/
* staging: nvec: fix space after if statement in nvec.cTugce Sirin2013-10-021-1/+1
* staging: nvec: re-enable the clock on resumeMarc Dietrich2013-07-291-5/+0Star
* staging: nvec: move device tree parsing to its own functionMarc Dietrich2013-06-251-11/+24
* staging: nvec: remove instantiating via platform deviceMarc Dietrich2013-06-251-19/+14Star
* Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-231-2/+19
|\
| * staging: nvec: cleanup childs on removeMarc Dietrich2013-05-141-1/+4
| * staging: nvec: implement unregistering of notifiersMarc Dietrich2013-05-141-0/+14
| * staging: nvec: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-131-1/+1
* | drivers/staging/nvec: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
|/
* 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-221-3/+2Star
|\
| * staging: nvec: remove use of clk_get_sysPrashant Gaikwad2013-01-281-1/+1
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-2/+1Star
* | 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-301-10/+43
| * | staging: nvec: move toggle global event reporting to its own functionMarc Dietrich2013-01-301-7/+22
| |/