summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
Commit message (Expand)AuthorAgeFilesLines
* staging: nvec: minor coding style fixFatih Yildirim2021-02-121-1/+1
* staging: nvec: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-2/+2
* Staging: nvec: Removes repeated word typo in commentRyan Kosta2020-10-011-1/+1
* Staging: nvec: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-101-1/+1
* staging: nvec: check return valueXidong Wang2019-12-191-0/+2
* staging: nvec: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-5/+5
* staging: nvec: make use of devm_platform_ioremap_resourceHariprasad Kelam2019-09-121-3/+1
* staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* Revert "staging: nvec: Augment TODO file with GPIO work item"Marc Dietrich2018-04-231-5/+0
* staging: nvec: convert to use GPIO descriptorsMarc Dietrich2018-04-232-33/+11
* 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: Augment TODO file with GPIO work itemLinus Walleij2018-04-231-0/+5
* staging: nvec: remove redundant license textGreg Kroah-Hartman2018-01-157-43/+0
* staging: nvec: add SPDX identifier.Greg Kroah-Hartman2018-01-157-0/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: nvec: explicitly request exclusive reset controlPhilipp Zabel2017-07-301-1/+1
* Staging: nvec: Remove FSF's mailing addressRiku Salminen2017-04-081-2/+1
* staging: nvec: Remove unnecessary cast on void pointersimran singhal2017-03-091-1/+1
* staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(...Arushi Singhal2017-02-141-1/+1
* staging: nvec: Fix incorrect type of i2c addressFranck Demathieu2017-02-141-1/+1
* staging: nvec: fix indent issue in nvec_power.cMatthew Smith2017-01-031-1/+1
* staging: nvec: remove managed resource from PS2 driverMarc Dietrich2016-11-071-1/+1
* Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser2016-11-071-1/+1
* drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser2016-11-071-4/+0
* Staging: nvec: removes a useless cast on a void pointerBen Marsh2016-03-281-2/+2
* 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: removes an unnecessary cast on a void pointerBen Marsh2016-03-111-1/+1
* 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: Remove blank lines before a close braceLaura Garcia Liebana2016-03-111-1/+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-143-19/+22
* staging: nvec: Remove unneeded commentJanani Ravichandran2016-02-091-2/+0
* staging: nvec: replace led_classdev_registerHari Prasath Gujulan Elango2016-02-071-11/+1
* staging: nvec: fix block commentsSimon Guinot2016-02-072-7/+13
* staging: nvec: Add space around '<<'Burcin Akalin2015-11-151-9/+9
* staging: nvec: Add space around '>>'Burcin Akalin2015-11-151-1/+1
* staging: nvec:Misspelled the wordBurcin Akalin2015-11-151-1/+1
* staging: nvec: Do not use multiple blank lines.Burcin Akalin2015-10-271-1/+0
* staging: nvec: Remove unnecessary externsJoe Perches2015-08-141-10/+9
* staging: nvec: remove duplicated constPeng Fan2015-06-171-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-135-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-261-0/+18
* | power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-12/+17