aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11staging: nvec: add ability to ignore EC responses in sync writesMarc Dietrich1-2/+7
2024-04-09staging: nvec: Fix documentation typo in nvec.cDorine Tipo1-1/+1
2024-02-19staging/nvec: update comment regarding udelay in the isrMarc Dietrich1-3/+4
2023-04-03staging: nvec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-02-08Staging: nvec: Fix ending in '(' errorAyan Choudhary1-2/+2
2021-05-10staging: nvec: Fix a bunch of kernel-doc issuesLee Jones1-3/+4
2020-10-01Staging: nvec: Removes repeated word typo in commentRyan Kosta1-1/+1
2019-09-12staging: nvec: make use of devm_platform_ioremap_resourceHariprasad Kelam1-3/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-04-23staging: nvec: convert to use GPIO descriptorsMarc Dietrich1-32/+10
2018-04-23staging: nvec: cleanup use of dev in probe functionMarc Dietrich1-17/+18
2018-04-23staging: nvec: simplify getting .drvdataWolfram Sang1-4/+2
2018-01-15staging: nvec: remove redundant license textGreg Kroah-Hartman1-5/+0
2018-01-15staging: nvec: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-07-30staging: nvec: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2016-03-28staging: nvec: Fix comparison to NULLLaura Garcia Liebana1-2/+2
2016-03-28staging: nvec: Remove space after a castLaura Garcia Liebana1-3/+4
2016-03-11staging: nvec: nvec.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana1-2/+0
2016-02-20staging: nvec: Fix alignment with the open parenthesisLaura Garcia Liebana1-16/+19
2016-02-20staging: nvec: Use the BIT macroLaura Garcia Liebana1-9/+9
2016-02-14Staging: nvec: Modify the nvec_write_sync method to return the error codeTomás Tormo1-15/+19
2016-02-09staging: nvec: Remove unneeded commentJanani Ravichandran1-2/+0
2016-02-07staging: nvec: fix block commentsSimon Guinot1-2/+4
2015-11-15staging: nvec: Add space around '<<'Burcin Akalin1-9/+9
2015-11-15staging: nvec: Add space around '>>'Burcin Akalin1-1/+1
2015-10-27staging: nvec: Do not use multiple blank lines.Burcin Akalin1-1/+0
2015-05-31staging:nvec: fix typo in commentShailendra Verma1-1/+1
2015-03-16Staging: nvec: use !x instead of x == NULLSomya Anand1-1/+1
2015-01-21staging: nvec: specify a platform-device base idMarc Dietrich1-6/+3
2015-01-17Staging: nvec: Fixed a typoGustavo A. R. Silva1-1/+1
2014-10-20staging: nvec: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-30staging/nvec: Use platform_get_irq()Thierry Reding1-3/+2
2014-07-30staging/nvec: Do not pass resource to mfd_add_devices()Thierry Reding1-1/+1
2014-07-21staging/nvec: Remove double const qualifierThierry Reding1-1/+1
2014-07-09staging: nvec: remove unneccessary 'out of memory' messagePawel Lebioda1-3/+2
2014-07-09staging: nvec: remove unnecessary 'else' after 'return' statementPawel Lebioda1-2/+1
2014-03-07Staging:nvec: fix quoted string split across linesEbru Akagunduz1-2/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+8
2013-12-11staging: nvec: use reset frameworkStephen Warren1-3/+8
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-1/+2
2013-11-25staging: nvec: potential NULL dereference on error pathDan Carpenter1-1/+2
2013-11-19mfd: staging: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-10-02staging: nvec: fix space after if statement in nvec.cTugce Sirin1-1/+1
2013-07-29staging: nvec: re-enable the clock on resumeMarc Dietrich1-5/+0
2013-06-24staging: nvec: move device tree parsing to its own functionMarc Dietrich1-11/+24
2013-06-24staging: nvec: remove instantiating via platform deviceMarc Dietrich1-19/+14
2013-05-23Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+19
2013-05-18drivers/staging/nvec: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-14staging: nvec: cleanup childs on removeMarc Dietrich1-1/+4
2013-05-14staging: nvec: implement unregistering of notifiersMarc Dietrich1-0/+14
2013-05-13staging: nvec: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-03-25staging: nvec: fix the '&&' vs '&' typo in nvec_toggle_global_events()Wei Yongjun1-4/+4
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+2
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+65
2013-01-29staging: nvec: cleanup the string messMarc Dietrich1-10/+43
2013-01-29staging: nvec: move toggle global event reporting to its own functionMarc Dietrich1-7/+22
2013-01-28staging: nvec: remove use of clk_get_sysPrashant Gaikwad1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-2/+1
2013-01-22staging: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-11-21staging: nvec: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: nvec: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-21staging: nvec: remove use of __devinitBill Pemberton1-1/+1
2012-11-21staging: nvec: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-05staging: nvec: remove include of <mach/iomap.h>Stephen Warren1-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-09-04staging: nvec: use system_nrt_wq instead of custom oneTejun Heo1-6/+4
2012-09-04staging: nvec: release sync write lock in error caseMarc Dietrich1-1/+3
2012-09-04staging: nvec: fix clock setupMarc Dietrich1-1/+1
2012-08-13Staging: nvec: fix coding style issuesMarc Dietrich1-2/+4
2012-08-13staging: nvec: use %*ph to dump small buffersAndy Shevchenko1-2/+1
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-47/+30
2012-06-25staging: nvec: rename led driver to board specific paz00 driverMarc Dietrich1-1/+1
2012-06-25staging: nvec: cleanup powermanagement callbacksMarc Dietrich1-10/+10
2012-06-25staging: nvec: cleanup driver registrationMarc Dietrich1-6/+1
2012-06-25staging: nvec: use dev_warn instead of printkMarc Dietrich1-1/+3
2012-06-25staging: nvec: convert to devm_ functionsMarc Dietrich1-29/+15
2012-06-12staging: nvec: add clk_prepare/clk_unpreparePrashant Gaikwad1-4/+4
2012-01-31staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode1-7/+6
2012-01-31staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode1-3/+3
2011-11-26staging: nvec: add device tree supportMarc Dietrich1-2/+28
2011-10-17staging/nvec: fix compilation error in nvec.cMarc Dietrich1-0/+1
2011-09-29staging: nvec: send suspend messages synchronouslyMarc Dietrich1-2/+8
2011-09-29staging: nvec: Add a udelay(100) to nvec_interruptJulian Andres Klode1-0/+9
2011-09-29staging: nvec: Add missing includes and reorder themJulian Andres Klode1-13/+11
2011-09-29staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode1-0/+5
2011-09-29staging: nvec: Reject incomplete messagesJulian Andres Klode1-1/+6
2011-09-29staging: nvec: Handle filled up RX buffersJulian Andres Klode1-0/+5
2011-09-29staging: nvec: Allow TX buffers only in the upper 75% of the poolJulian Andres Klode1-6/+25
2011-09-29staging: nvec: Export nvec_msg_free() to clientsJulian Andres Klode1-2/+4
2011-09-29staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode1-0/+20
2011-09-29staging: nvec: Document public and private APIJulian Andres Klode1-2/+107
2011-09-29staging: nvec: Have nvec_write_async() return -ENOMEM on OOMJulian Andres Klode1-2/+9
2011-09-29staging: nvec: Add myself to copyright and authors listJulian Andres Klode1-0/+1
2011-09-29staging: nvec: Do not print free message for tx_scratchJulian Andres Klode1-1/+2
2011-09-29staging: nvec: Rewrite the interrupt handlerJulian Andres Klode1-114/+275
2011-09-29staging: nvec: Add is_event() and size() functions for nvec_msgJulian Andres Klode1-0/+31
2011-09-29staging: nvec: Introduce nvec_gpio_set_value()Julian Andres Klode1-0/+7
2011-09-29staging: nvec: Introduce new internal API for msg alloc/freeJulian Andres Klode1-0/+23
2011-09-29staging: nvec: add LED supportIlya Petrov1-0/+4
2011-09-29staging: nvec: fix unmute of speakersMarc Dietrich1-1/+1
2011-09-29staging: nvec: rework the nvec slave initMarc Dietrich1-8/+21
2011-09-29staging: nvec: Use print_hex_dump() where appropriateMarc Dietrich1-13/+7
2011-09-29staging: nvec: coding style fixes / add copyright noticeMarc Dietrich1-94/+97
2011-08-24staging: nvec: convert to use platform register and mfdcellsMarc Dietrich1-69/+99
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-05-19Staging: initial version of the nvec driverMarc Dietrich1-0/+468