summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
AgeCommit message (Expand)AuthorLines
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-09-13staging: nvec: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-2/+1
2024-07-31staging: nvec: Capitalize outputs to match the rest of the driverSteven Davis-7/+7
2024-07-03staging: nvec: Use x instead of x != NULL to improve readability.Tom Mounet-2/+2
2024-06-04staging: nvec: make i2c controller register writes robustMarc Dietrich-17/+24
2024-04-11staging: nvec: add ability to ignore EC responses in sync writesMarc Dietrich-2/+7
2024-04-09staging: nvec: Fix documentation typo in nvec.cDorine Tipo-1/+1
2024-02-19staging/nvec: update comment regarding udelay in the isrMarc Dietrich-3/+4
2023-04-03staging: nvec: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-02-08Staging: nvec: Fix ending in '(' errorAyan Choudhary-2/+2
2021-05-10staging: nvec: Fix a bunch of kernel-doc issuesLee Jones-3/+4
2020-10-01Staging: nvec: Removes repeated word typo in commentRyan Kosta-1/+1
2019-09-12staging: nvec: make use of devm_platform_ioremap_resourceHariprasad Kelam-3/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2018-04-23staging: nvec: convert to use GPIO descriptorsMarc Dietrich-32/+10
2018-04-23staging: nvec: cleanup use of dev in probe functionMarc Dietrich-17/+18
2018-04-23staging: nvec: simplify getting .drvdataWolfram Sang-4/+2
2018-01-15staging: nvec: remove redundant license textGreg Kroah-Hartman-5/+0
2018-01-15staging: nvec: add SPDX identifier.Greg Kroah-Hartman-0/+1
2017-07-30staging: nvec: explicitly request exclusive reset controlPhilipp Zabel-1/+1
2016-03-28staging: nvec: Fix comparison to NULLLaura Garcia Liebana-2/+2
2016-03-28staging: nvec: Remove space after a castLaura Garcia Liebana-3/+4
2016-03-11staging: nvec: nvec.c: Drop void pointer castJanani Ravichandran-1/+1
2016-03-11staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana-2/+0
2016-02-20staging: nvec: Fix alignment with the open parenthesisLaura Garcia Liebana-16/+19
2016-02-20staging: nvec: Use the BIT macroLaura Garcia Liebana-9/+9
2016-02-14Staging: nvec: Modify the nvec_write_sync method to return the error codeTomás Tormo-15/+19
2016-02-09staging: nvec: Remove unneeded commentJanani Ravichandran-2/+0
2016-02-07staging: nvec: fix block commentsSimon Guinot-2/+4
2015-11-15staging: nvec: Add space around '<<'Burcin Akalin-9/+9
2015-11-15staging: nvec: Add space around '>>'Burcin Akalin-1/+1
2015-10-27staging: nvec: Do not use multiple blank lines.Burcin Akalin-1/+0
2015-05-31staging:nvec: fix typo in commentShailendra Verma-1/+1
2015-03-16Staging: nvec: use !x instead of x == NULLSomya Anand-1/+1
2015-01-21staging: nvec: specify a platform-device base idMarc Dietrich-6/+3
2015-01-17Staging: nvec: Fixed a typoGustavo A. R. Silva-1/+1
2014-10-20staging: nvec: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-07-30staging/nvec: Use platform_get_irq()Thierry Reding-3/+2
2014-07-30staging/nvec: Do not pass resource to mfd_add_devices()Thierry Reding-1/+1
2014-07-21staging/nvec: Remove double const qualifierThierry Reding-1/+1
2014-07-09staging: nvec: remove unneccessary 'out of memory' messagePawel Lebioda-3/+2
2014-07-09staging: nvec: remove unnecessary 'else' after 'return' statementPawel Lebioda-2/+1
2014-03-07Staging:nvec: fix quoted string split across linesEbru Akagunduz-2/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+8
2013-12-11staging: nvec: use reset frameworkStephen Warren-3/+8
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman-1/+2
2013-11-25staging: nvec: potential NULL dereference on error pathDan Carpenter-1/+2
2013-11-19mfd: staging: Constify struct mfd_cell where possibleGeert Uytterhoeven-1/+1
2013-10-02staging: nvec: fix space after if statement in nvec.cTugce Sirin-1/+1
2013-07-29staging: nvec: re-enable the clock on resumeMarc Dietrich-5/+0