summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: convert to use GPIO descriptorsMarc Dietrich2018-04-231-32/+10
* staging: nvec: cleanup use of dev in probe functionMarc Dietrich2018-04-231-17/+18
* staging: nvec: simplify getting .drvdataWolfram Sang2018-04-231-4/+2
* staging: nvec: remove redundant license textGreg Kroah-Hartman2018-01-151-5/+0
* 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-111-1/+1
* staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana2016-03-111-2/+0
* staging: nvec: Fix alignment with the open parenthesisLaura Garcia Liebana2016-02-201-16/+19
* staging: nvec: Use the BIT macroLaura Garcia Liebana2016-02-201-9/+9
* Staging: nvec: Modify the nvec_write_sync method to return the error codeTomás Tormo2016-02-141-15/+19
* staging: nvec: Remove unneeded commentJanani Ravichandran2016-02-091-2/+0
* staging: nvec: fix block commentsSimon Guinot2016-02-071-2/+4
* staging: nvec: Add space around '<<'Burcin Akalin2015-11-151-9/+9
* staging: nvec: Add space around '>>'Burcin Akalin2015-11-151-1/+1
* staging: nvec: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0
* 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/+3
* Staging: nvec: Fixed a typoGustavo A. R. Silva2015-01-171-1/+1
* staging: nvec: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* staging/nvec: Use platform_get_irq()Thierry Reding2014-07-301-3/+2
* staging/nvec: Do not pass resource to mfd_add_devices()Thierry Reding2014-07-301-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/+2
* staging: nvec: remove unnecessary 'else' after 'return' statementPawel Lebioda2014-07-091-2/+1
* Staging:nvec: fix quoted string split across linesEbru Akagunduz2014-03-071-2/+1
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-3/+8
|\
| * staging: nvec: use reset frameworkStephen Warren2013-12-111-3/+8
* | Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman2013-12-021-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-191-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/+0
* staging: nvec: move device tree parsing to its own functionMarc Dietrich2013-06-241-11/+24
* staging: nvec: remove instantiating via platform deviceMarc Dietrich2013-06-241-19/+14
* 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/+0
|/
* 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
| |/