index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
nvec
/
nvec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-09
staging: Switch back to struct platform_driver::remove()
Sergio Paracuellos
1
-1
/
+1
2024-09-13
staging: nvec: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-2
/
+1
2024-07-31
staging: nvec: Capitalize outputs to match the rest of the driver
Steven Davis
1
-7
/
+7
2024-07-03
staging: nvec: Use x instead of x != NULL to improve readability.
Tom Mounet
1
-2
/
+2
2024-06-04
staging: nvec: make i2c controller register writes robust
Marc Dietrich
1
-17
/
+24
2024-04-11
staging: nvec: add ability to ignore EC responses in sync writes
Marc Dietrich
1
-2
/
+7
2024-04-09
staging: nvec: Fix documentation typo in nvec.c
Dorine Tipo
1
-1
/
+1
2024-02-19
staging/nvec: update comment regarding udelay in the isr
Marc Dietrich
1
-3
/
+4
2023-04-03
staging: nvec: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-02-08
Staging: nvec: Fix ending in '(' error
Ayan Choudhary
1
-2
/
+2
2021-05-10
staging: nvec: Fix a bunch of kernel-doc issues
Lee Jones
1
-3
/
+4
2020-10-01
Staging: nvec: Removes repeated word typo in comment
Ryan Kosta
1
-1
/
+1
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
2018-04-23
staging: nvec: convert to use GPIO descriptors
Marc Dietrich
1
-32
/
+10
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-01-15
staging: nvec: remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2018-01-15
staging: nvec: add SPDX identifier.
Greg Kroah-Hartman
1
-0
/
+1
2017-07-30
staging: nvec: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
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: 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-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
1
-15
/
+19
2016-02-09
staging: nvec: Remove unneeded comment
Janani Ravichandran
1
-2
/
+0
2016-02-07
staging: nvec: fix block comments
Simon Guinot
1
-2
/
+4
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-10-27
staging: nvec: Do not use multiple blank lines.
Burcin Akalin
1
-1
/
+0
2015-05-31
staging:nvec: fix typo in comment
Shailendra Verma
1
-1
/
+1
2015-03-16
Staging: nvec: use !x instead of x == NULL
Somya Anand
1
-1
/
+1
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
2014-10-20
staging: nvec: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-30
staging/nvec: Use platform_get_irq()
Thierry Reding
1
-3
/
+2
2014-07-30
staging/nvec: Do not pass resource to mfd_add_devices()
Thierry Reding
1
-1
/
+1
2014-07-21
staging/nvec: Remove double const qualifier
Thierry Reding
1
-1
/
+1
2014-07-09
staging: nvec: remove unneccessary 'out of memory' message
Pawel Lebioda
1
-3
/
+2
2014-07-09
staging: nvec: remove unnecessary 'else' after 'return' statement
Pawel Lebioda
1
-2
/
+1
2014-03-07
Staging:nvec: fix quoted string split across lines
Ebru Akagunduz
1
-2
/
+1
2014-01-23
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+8
2013-12-11
staging: nvec: use reset framework
Stephen Warren
1
-3
/
+8
2013-12-02
Merge v3.13-rc2 into staging-next
Greg Kroah-Hartman
1
-1
/
+2
2013-11-25
staging: nvec: potential NULL dereference on error path
Dan Carpenter
1
-1
/
+2
2013-11-19
mfd: staging: Constify struct mfd_cell where possible
Geert Uytterhoeven
1
-1
/
+1
2013-10-02
staging: nvec: fix space after if statement in nvec.c
Tugce Sirin
1
-1
/
+1
2013-07-29
staging: nvec: re-enable the clock on resume
Marc Dietrich
1
-5
/
+0
[next]