summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
Commit message (Expand)AuthorAgeFilesLines
* Staging: nvec: removes an unnecessary cast on a void pointerBen Marsh2016-03-121-1/+1
* 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: Remove blank lines before a close braceLaura Garcia Liebana2016-03-121-1/+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-153-19/+22
* staging: nvec: Remove unneeded commentJanani Ravichandran2016-02-101-2/+0Star
* staging: nvec: replace led_classdev_registerHari Prasath Gujulan Elango2016-02-081-11/+1Star
* staging: nvec: fix block commentsSimon Guinot2016-02-082-7/+13
* staging: nvec: Add space around '<<'Burcin Akalin2015-11-161-9/+9
* staging: nvec: Add space around '>>'Burcin Akalin2015-11-161-1/+1
* staging: nvec:Misspelled the wordBurcin Akalin2015-11-161-1/+1
* staging: nvec: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0Star
* staging: nvec: Remove unnecessary externsJoe Perches2015-08-151-10/+9Star
* staging: nvec: remove duplicated constPeng Fan2015-06-181-2/+2
* staging:nvec: fix typo in commentShailendra Verma2015-05-311-1/+1
* Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-145-4/+22
|\
| * Staging: nvec: use !x instead of x == NULLSomya Anand2015-03-164-4/+4
| * Staging: nvec: Add paragraph to describe kconfig symbolHaneen Mohammed2015-02-271-0/+18
* | power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-12/+17
* | power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-3/+4
|/
* 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-205-5/+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: insert blank lines after declarationsPawel Lebioda2014-07-093-0/+4
* staging:nvec: Introduce the use of the managed version of kzallocHimangi Saraogi2014-03-081-1/+1
* 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-242-4/+12
|\
| * staging: nvec: use reset frameworkStephen Warren2013-12-122-4/+12
* | 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
|/
* drivers/staging/nvec/Kconfig: remove trailing whitespaceHimangi Saraogi2013-10-301-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-252-44/+14Star
* Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-271-1/+1
|\
| * Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-235-7/+38
| |\
| | * staging: nvec: cleanup childs on removeMarc Dietrich2013-05-144-3/+19
| | * staging: nvec: implement unregistering of notifiersMarc Dietrich2013-05-142-3/+16
| | * staging: nvec: add missing module aliasesMarc Dietrich2013-05-142-0/+2
| | * 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
| |/