Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | Staging: nvec: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2019-12-19 | staging: nvec: check return value | Xidong Wang | 1 | -0/+2 |
2019-11-20 | staging: nvec: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -5/+5 |
2019-09-12 | staging: nvec: make use of devm_platform_ioremap_resource | Hariprasad Kelam | 1 | -3/+1 |
2019-07-30 | staging: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-04-03 | staging: add missing SPDX lines to Kconfig files | Greg Kroah-Hartman | 1 | -0/+1 |
2018-04-23 | Revert "staging: nvec: Augment TODO file with GPIO work item" | Marc Dietrich | 1 | -5/+0 |
2018-04-23 | staging: nvec: convert to use GPIO descriptors | Marc Dietrich | 2 | -33/+11 |
2018-04-23 | staging: nvec: cleanup use of dev in probe function | Marc Dietrich | 1 | -17/+18 |
2018-04-23 | staging: nvec: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-04-23 | staging: nvec: Augment TODO file with GPIO work item | Linus Walleij | 1 | -0/+5 |
2018-01-15 | staging: nvec: remove redundant license text | Greg Kroah-Hartman | 7 | -43/+0 |
2018-01-15 | staging: nvec: add SPDX identifier. | Greg Kroah-Hartman | 7 | -0/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-30 | staging: nvec: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
2017-04-08 | Staging: nvec: Remove FSF's mailing address | Riku Salminen | 1 | -2/+1 |
2017-03-09 | staging: nvec: Remove unnecessary cast on void pointer | simran singhal | 1 | -1/+1 |
2017-02-14 | staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(... | Arushi Singhal | 1 | -1/+1 |
2017-02-14 | staging: nvec: Fix incorrect type of i2c address | Franck Demathieu | 1 | -1/+1 |
2017-01-03 | staging: nvec: fix indent issue in nvec_power.c | Matthew Smith | 1 | -1/+1 |
2016-11-07 | staging: nvec: remove managed resource from PS2 driver | Marc Dietrich | 1 | -1/+1 |
2016-11-07 | Revert "staging: nvec: ps2: change serio type to passthrough" | Paul Fertser | 1 | -1/+1 |
2016-11-07 | drivers: staging: nvec: remove bogus reset command for PS/2 interface | Paul Fertser | 1 | -4/+0 |
2016-03-28 | Staging: nvec: removes a useless cast on a void pointer | Ben Marsh | 1 | -2/+2 |
2016-03-28 | staging: nvec: Fix comparison to NULL | Laura Garcia Liebana | 1 | -2/+2 |
2016-03-28 | staging: nvec: Remove space after a cast | Laura Garcia Liebana | 1 | -3/+4 |
2016-03-11 | Staging: nvec: removes an unnecessary cast on a void pointer | Ben Marsh | 1 | -1/+1 |
2016-03-11 | staging: nvec: nvec.c: Drop void pointer cast | Janani Ravichandran | 1 | -1/+1 |
2016-03-11 | staging: nvec: Avoid the use of BUG_ON | Laura Garcia Liebana | 1 | -2/+0 |
2016-03-11 | staging: nvec: Remove blank lines before a close brace | Laura Garcia Liebana | 1 | -1/+0 |
2016-02-20 | staging: nvec: Fix alignment with the open parenthesis | Laura Garcia Liebana | 1 | -16/+19 |
2016-02-20 | staging: nvec: Use the BIT macro | Laura Garcia Liebana | 1 | -9/+9 |
2016-02-14 | Staging: nvec: Modify the nvec_write_sync method to return the error code | Tomás Tormo | 3 | -19/+22 |
2016-02-09 | staging: nvec: Remove unneeded comment | Janani Ravichandran | 1 | -2/+0 |
2016-02-07 | staging: nvec: replace led_classdev_register | Hari Prasath Gujulan Elango | 1 | -11/+1 |
2016-02-07 | staging: nvec: fix block comments | Simon Guinot | 2 | -7/+13 |
2015-11-15 | staging: nvec: Add space around '<<' | Burcin Akalin | 1 | -9/+9 |
2015-11-15 | staging: nvec: Add space around '>>' | Burcin Akalin | 1 | -1/+1 |
2015-11-15 | staging: nvec:Misspelled the word | Burcin Akalin | 1 | -1/+1 |
2015-10-27 | staging: nvec: Do not use multiple blank lines. | Burcin Akalin | 1 | -1/+0 |
2015-08-14 | staging: nvec: Remove unnecessary externs | Joe Perches | 1 | -10/+9 |
2015-06-17 | staging: nvec: remove duplicated const | Peng Fan | 1 | -2/+2 |
2015-05-31 | staging:nvec: fix typo in comment | Shailendra Verma | 1 | -1/+1 |
2015-04-13 | Merge tag 'staging-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -4/+22 |
2015-03-16 | Staging: nvec: use !x instead of x == NULL | Somya Anand | 4 | -4/+4 |
2015-03-13 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -12/+17 |
2015-03-13 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -3/+4 |
2015-02-26 | Staging: nvec: Add paragraph to describe kconfig symbol | Haneen Mohammed | 1 | -0/+18 |
2015-01-21 | staging: nvec: specify a platform-device base id | Marc Dietrich | 1 | -6/+3 |
2015-01-17 | Staging: nvec: Fixed a typo | Gustavo A. R. Silva | 1 | -1/+1 |