Sign in
android-kvm
/
linux
/
fca11ebde3f0d1c637550a9b231caa385ce35749
/
drivers
/
staging
/
nvec
/
nvec.c
f05f33f
staging: nvec: Fix comparison to NULL
by Laura Garcia Liebana
· 9 years ago
9fc2769
staging: nvec: Remove space after a cast
by Laura Garcia Liebana
· 9 years ago
60d0ed1
staging: nvec: nvec.c: Drop void pointer cast
by Janani Ravichandran
· 9 years ago
350698f
staging: nvec: Avoid the use of BUG_ON
by Laura Garcia Liebana
· 9 years ago
a4fe05d
staging: nvec: Fix alignment with the open parenthesis
by Laura Garcia Liebana
· 9 years ago
d09c2a8
staging: nvec: Use the BIT macro
by Laura Garcia Liebana
· 9 years ago
73b37c9
Staging: nvec: Modify the nvec_write_sync method to return the error code
by Tomás Tormo
· 9 years ago
fa88203
staging: nvec: Remove unneeded comment
by Janani Ravichandran
· 9 years ago
66ad85d
staging: nvec: fix block comments
by Simon Guinot
· 9 years ago
b4129f2
staging: nvec: Add space around '<<'
by Burcin Akalin
· 9 years ago
a9548c2
staging: nvec: Add space around '>>'
by Burcin Akalin
· 9 years ago
df2f4c4
staging: nvec: Do not use multiple blank lines.
by Burcin Akalin
· 9 years ago
fd90ae2
staging:nvec: fix typo in comment
by Shailendra Verma
· 10 years ago
4c42d97
Staging: nvec: use !x instead of x == NULL
by Somya Anand
· 10 years ago
3ec6988
staging: nvec: specify a platform-device base id
by Marc Dietrich
· 10 years ago
9b872a7
Staging: nvec: Fixed a typo
by Gustavo A. R. Silva
· 10 years ago
d5dbc024
staging: nvec: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
b5b628b
staging/nvec: Use platform_get_irq()
by Thierry Reding
· 11 years ago
47e7b05
staging/nvec: Do not pass resource to mfd_add_devices()
by Thierry Reding
· 11 years ago
5d30566
staging/nvec: Remove double const qualifier
by Thierry Reding
· 11 years ago
5a9077a
staging: nvec: remove unneccessary 'out of memory' message
by Pawel Lebioda
· 11 years ago
aea2cda
staging: nvec: remove unnecessary 'else' after 'return' statement
by Pawel Lebioda
· 11 years ago
b77f276
Staging:nvec: fix quoted string split across lines
by Ebru Akagunduz
· 11 years ago
f2c73464
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
c0df5bf
staging: nvec: use reset framework
by Stephen Warren
· 11 years ago
06749f1
Merge v3.13-rc2 into staging-next
by Greg Kroah-Hartman
· 11 years ago
6330f9c
staging: nvec: potential NULL dereference on error path
by Dan Carpenter
· 11 years ago
28397dc
mfd: staging: Constify struct mfd_cell where possible
by Geert Uytterhoeven
· 11 years ago
15f1df5
staging: nvec: fix space after if statement in nvec.c
by Tugce Sirin
· 11 years ago
ca250b6
staging: nvec: re-enable the clock on resume
by Marc Dietrich
· 12 years ago
95cd186
staging: nvec: move device tree parsing to its own function
by Marc Dietrich
· 12 years ago
2c6cbdd
staging: nvec: remove instantiating via platform device
by Marc Dietrich
· 12 years ago
388c2896
Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 12 years ago
4f39b5b
drivers/staging/nvec: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
c2b62f6
staging: nvec: cleanup childs on remove
by Marc Dietrich
· 12 years ago
111c158
staging: nvec: implement unregistering of notifiers
by Marc Dietrich
· 12 years ago
705a421
staging: nvec: remove inline marking of EXPORT_SYMBOL functions
by Denis Efremov
· 12 years ago
815fb01
staging: nvec: fix the '&&' vs '&' typo in nvec_toggle_global_events()
by Wei Yongjun
· 12 years ago
bab588f
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
b5c78e04
Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 12 years ago
93eff83
staging: nvec: cleanup the string mess
by Marc Dietrich
· 12 years ago
518945f
staging: nvec: move toggle global event reporting to its own function
by Marc Dietrich
· 12 years ago
1e54f0a
staging: nvec: remove use of clk_get_sys
by Prashant Gaikwad
· 12 years ago
61fd290
ARM: tegra: migrate to new clock code
by Prashant Gaikwad
· 12 years ago
97f4be60
staging: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
d01e4af
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
1a6a8a8
staging: nvec: remove use of __devexit
by Bill Pemberton
· 12 years ago
063f9f6
staging: nvec: remove use of __devinitconst
by Bill Pemberton
· 12 years ago
4662080
staging: nvec: remove use of __devinit
by Bill Pemberton
· 12 years ago
44b90a3
staging: nvec: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
f59435b
staging: nvec: remove include of <mach/iomap.h>
by Stephen Warren
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
6a2a2cd
Merge 3.6-rc6 into staging-next
by Greg Kroah-Hartman
· 12 years ago
0848c94
mfd: core: Push irqdomain mapping out into devices
by Mark Brown
· 12 years ago
eb1e40a
staging: nvec: use system_nrt_wq instead of custom one
by Tejun Heo
· 13 years ago
4b8bf03
staging: nvec: release sync write lock in error case
by Marc Dietrich
· 13 years ago
4344379f
staging: nvec: fix clock setup
by Marc Dietrich
· 13 years ago
103b748
Staging: nvec: fix coding style issues
by Marc Dietrich
· 13 years ago
6a37197
staging: nvec: use %*ph to dump small buffers
by Andy Shevchenko
· 13 years ago
b13bc8d
Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 13 years ago
ac56268
staging: nvec: rename led driver to board specific paz00 driver
by Marc Dietrich
· 13 years ago
ebefae2
staging: nvec: cleanup powermanagement callbacks
by Marc Dietrich
· 13 years ago
9891b1c
staging: nvec: cleanup driver registration
by Marc Dietrich
· 13 years ago
50d4656
staging: nvec: use dev_warn instead of printk
by Marc Dietrich
· 13 years ago
f5e3352
staging: nvec: convert to devm_ functions
by Marc Dietrich
· 13 years ago
61c3b197
staging: nvec: add clk_prepare/clk_unprepare
by Prashant Gaikwad
· 13 years ago
aed92bb
staging: nvec: Use gpio_request_one() instead of gpio_request()
by Julian Andres Klode
· 13 years ago
d3f862a
staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/
by Julian Andres Klode
· 13 years ago
7990b0d
staging: nvec: add device tree support
by Marc Dietrich
· 13 years ago
3b769ed
staging/nvec: fix compilation error in nvec.c
by Marc Dietrich
· 13 years ago
9feeb01
staging: nvec: send suspend messages synchronously
by Marc Dietrich
· 13 years ago
de839b8
staging: nvec: Add a udelay(100) to nvec_interrupt
by Julian Andres Klode
· 13 years ago
12b5a55
staging: nvec: Add missing includes and reorder them
by Julian Andres Klode
· 13 years ago
d6bdcf2
staging: nvec: Add battery quirk to ignore incomplete responses
by Julian Andres Klode
· 13 years ago
210ceb4
staging: nvec: Reject incomplete messages
by Julian Andres Klode
· 13 years ago
8da7986
staging: nvec: Handle filled up RX buffers
by Julian Andres Klode
· 13 years ago
bb0590e
staging: nvec: Allow TX buffers only in the upper 75% of the pool
by Julian Andres Klode
· 13 years ago
198dd26
staging: nvec: Export nvec_msg_free() to clients
by Julian Andres Klode
· 13 years ago
391d2fa
staging: nvec: Move implementation-only macros out of the header
by Julian Andres Klode
· 13 years ago
bdf034d
staging: nvec: Document public and private API
by Julian Andres Klode
· 13 years ago
1b9bf62
staging: nvec: Have nvec_write_async() return -ENOMEM on OOM
by Julian Andres Klode
· 13 years ago
791c4a6
staging: nvec: Add myself to copyright and authors list
by Julian Andres Klode
· 13 years ago
7b77065
staging: nvec: Do not print free message for tx_scratch
by Julian Andres Klode
· 13 years ago
0cab4cb
staging: nvec: Rewrite the interrupt handler
by Julian Andres Klode
· 13 years ago
8517e87
staging: nvec: Add is_event() and size() functions for nvec_msg
by Julian Andres Klode
· 13 years ago
e7c4085
staging: nvec: Introduce nvec_gpio_set_value()
by Julian Andres Klode
· 13 years ago
0b1076c
staging: nvec: Introduce new internal API for msg alloc/free
by Julian Andres Klode
· 13 years ago
97cc265
staging: nvec: add LED support
by Ilya Petrov
· 13 years ago
6dca320c
staging: nvec: fix unmute of speakers
by Marc Dietrich
· 13 years ago
ac81075
staging: nvec: rework the nvec slave init
by Marc Dietrich
· 13 years ago
a3a9aa1
staging: nvec: Use print_hex_dump() where appropriate
by Marc Dietrich
· 13 years ago
162c7d8
staging: nvec: coding style fixes / add copyright notice
by Marc Dietrich
· 13 years ago
f686e9a
staging: nvec: convert to use platform register and mfdcells
by Marc Dietrich
· 14 years ago
e44ba03
treewide: remove duplicate includes
by Vitaliy Ivanov
· 14 years ago
32890b9
Staging: initial version of the nvec driver
by Marc Dietrich
· 14 years ago