Age | Commit message (Expand) | Author |
2024-10-09 | staging: Switch back to struct platform_driver::remove() | Sergio Paracuellos |
2024-09-13 | staging: nvec: Use IRQF_NO_AUTOEN flag in request_irq() | Jinjie Ruan |
2024-07-31 | staging: nvec: Capitalize outputs to match the rest of the driver | Steven Davis |
2024-07-03 | staging: nvec: Use x instead of x != NULL to improve readability. | Tom Mounet |
2024-06-04 | staging: nvec: make i2c controller register writes robust | Marc Dietrich |
2024-04-11 | staging: nvec: add ability to ignore EC responses in sync writes | Marc Dietrich |
2024-04-09 | staging: nvec: Fix documentation typo in nvec.c | Dorine Tipo |
2024-02-19 | staging/nvec: update comment regarding udelay in the isr | Marc Dietrich |
2023-04-03 | staging: nvec: Convert to platform remove callback returning void | Uwe Kleine-König |
2022-02-08 | Staging: nvec: Fix ending in '(' error | Ayan Choudhary |
2021-05-10 | staging: nvec: Fix a bunch of kernel-doc issues | Lee Jones |
2020-10-01 | Staging: nvec: Removes repeated word typo in comment | Ryan Kosta |
2019-09-12 | staging: nvec: make use of devm_platform_ioremap_resource | Hariprasad Kelam |
2019-07-30 | staging: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2018-04-23 | staging: nvec: convert to use GPIO descriptors | Marc Dietrich |
2018-04-23 | staging: nvec: cleanup use of dev in probe function | Marc Dietrich |
2018-04-23 | staging: nvec: simplify getting .drvdata | Wolfram Sang |
2018-01-15 | staging: nvec: remove redundant license text | Greg Kroah-Hartman |
2018-01-15 | staging: nvec: add SPDX identifier. | Greg Kroah-Hartman |
2017-07-30 | staging: nvec: explicitly request exclusive reset control | Philipp Zabel |
2016-03-28 | staging: nvec: Fix comparison to NULL | Laura Garcia Liebana |
2016-03-28 | staging: nvec: Remove space after a cast | Laura Garcia Liebana |
2016-03-11 | staging: nvec: nvec.c: Drop void pointer cast | Janani Ravichandran |
2016-03-11 | staging: nvec: Avoid the use of BUG_ON | Laura Garcia Liebana |
2016-02-20 | staging: nvec: Fix alignment with the open parenthesis | Laura Garcia Liebana |
2016-02-20 | staging: nvec: Use the BIT macro | Laura Garcia Liebana |
2016-02-14 | Staging: nvec: Modify the nvec_write_sync method to return the error code | Tomás Tormo |
2016-02-09 | staging: nvec: Remove unneeded comment | Janani Ravichandran |
2016-02-07 | staging: nvec: fix block comments | Simon Guinot |
2015-11-15 | staging: nvec: Add space around '<<' | Burcin Akalin |
2015-11-15 | staging: nvec: Add space around '>>' | Burcin Akalin |
2015-10-27 | staging: nvec: Do not use multiple blank lines. | Burcin Akalin |
2015-05-31 | staging:nvec: fix typo in comment | Shailendra Verma |
2015-03-16 | Staging: nvec: use !x instead of x == NULL | Somya Anand |
2015-01-21 | staging: nvec: specify a platform-device base id | Marc Dietrich |
2015-01-17 | Staging: nvec: Fixed a typo | Gustavo A. R. Silva |
2014-10-20 | staging: nvec: drop owner assignment from platform_drivers | Wolfram Sang |
2014-07-30 | staging/nvec: Use platform_get_irq() | Thierry Reding |
2014-07-30 | staging/nvec: Do not pass resource to mfd_add_devices() | Thierry Reding |
2014-07-21 | staging/nvec: Remove double const qualifier | Thierry Reding |
2014-07-09 | staging: nvec: remove unneccessary 'out of memory' message | Pawel Lebioda |
2014-07-09 | staging: nvec: remove unnecessary 'else' after 'return' statement | Pawel Lebioda |
2014-03-07 | Staging:nvec: fix quoted string split across lines | Ebru Akagunduz |
2014-01-23 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-12-11 | staging: nvec: use reset framework | Stephen Warren |
2013-12-02 | Merge v3.13-rc2 into staging-next | Greg Kroah-Hartman |
2013-11-25 | staging: nvec: potential NULL dereference on error path | Dan Carpenter |
2013-11-19 | mfd: staging: Constify struct mfd_cell where possible | Geert Uytterhoeven |
2013-10-02 | staging: nvec: fix space after if statement in nvec.c | Tugce Sirin |
2013-07-29 | staging: nvec: re-enable the clock on resume | Marc Dietrich |