summaryrefslogtreecommitdiff
path: root/drivers/staging/nvec
AgeCommit message (Expand)AuthorFilesLines
2024-04-11staging: nvec: update TODOMarc Dietrich1-1/+0
2024-04-11staging: nvec: make touchpad init synchronousMarc Dietrich1-10/+21
2024-04-11staging: nvec: make keyboard init synchronousMarc Dietrich1-4/+5
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 TODOMarc Dietrich1-4/+3
2024-02-19staging/nvec: update comment regarding udelay in the isrMarc Dietrich1-3/+4
2023-04-03staging: nvec_ps2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03staging: nvec_power: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03staging: nvec: nvec_kbd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03staging: nvec: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-22Staging: nvec: Remove macro definition to_nvec_ledSumitra Sharma1-4/+1
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
2021-03-22staging/nvec:: avoid Wempty-body warningArnd Bergmann1-1/+1
2021-02-12staging: nvec: minor coding style fixFatih Yildirim1-1/+1
2021-02-04staging: nvec: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-2/+2
2020-10-01Staging: nvec: Removes repeated word typo in commentRyan Kosta1-1/+1
2020-07-10Staging: nvec: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-12-19staging: nvec: check return valueXidong Wang1-0/+2
2019-11-20staging: nvec: Fix Kconfig indentationKrzysztof Kozlowski1-5/+5
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
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2018-04-23Revert "staging: nvec: Augment TODO file with GPIO work item"Marc Dietrich1-5/+0
2018-04-23staging: nvec: convert to use GPIO descriptorsMarc Dietrich2-33/+11
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-04-23staging: nvec: Augment TODO file with GPIO work itemLinus Walleij1-0/+5
2018-01-15staging: nvec: remove redundant license textGreg Kroah-Hartman7-43/+0
2018-01-15staging: nvec: add SPDX identifier.Greg Kroah-Hartman7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-30staging: nvec: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-04-08Staging: nvec: Remove FSF's mailing addressRiku Salminen1-2/+1
2017-03-09staging: nvec: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-02-14staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(...Arushi Singhal1-1/+1
2017-02-14staging: nvec: Fix incorrect type of i2c addressFranck Demathieu1-1/+1
2017-01-03staging: nvec: fix indent issue in nvec_power.cMatthew Smith1-1/+1
2016-11-07staging: nvec: remove managed resource from PS2 driverMarc Dietrich1-1/+1
2016-11-07Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser1-1/+1
2016-11-07drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser1-4/+0
2016-03-28Staging: nvec: removes a useless cast on a void pointerBen Marsh1-2/+2
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-12Staging: nvec: removes an unnecessary cast on a void pointerBen Marsh1-1/+1
2016-03-12staging: nvec: nvec.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-12staging: nvec: Avoid the use of BUG_ONLaura Garcia Liebana1-2/+0
2016-03-12staging: nvec: Remove blank lines before a close braceLaura Garcia Liebana1-1/+0
2016-02-21staging: nvec: Fix alignment with the open parenthesisLaura Garcia Liebana1-16/+19
2016-02-21staging: nvec: Use the BIT macroLaura Garcia Liebana1-9/+9