index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
kpc2000
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
staging: kpc2000: kpc_dma: Remove additional goto statements
Souptick Joarder
1
-12
/
+13
2020-07-01
staging: kpc2000: kpc_dma: Convert get_user_pages() --> pin_user_pages()
Souptick Joarder
1
-8
/
+5
2020-07-01
staging: kpc2000: kpc_dma: Convert set_page_dirty() --> set_page_dirty_lock()
Souptick Joarder
1
-3
/
+3
2020-07-01
staging: kpc2000: kpc_dma: Unpin partial pinned pages
Souptick Joarder
1
-4
/
+9
2020-06-25
staging: kpc2000: kpc_dma: set error code in probe
Evgeny Novikov
1
-0
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-05-13
staging: kpc2000: fix error return code in kp2000_pcie_probe()
Wei Yongjun
1
-5
/
+4
2020-03-25
Staging: kpc2000: kpc_dma: Use spaces around operators.
Sam Muhammed
1
-7
/
+7
2020-03-25
Staging: kpc2000: kpc_dma: Use kcalloc over kzalloc.
Sam Muhammed
1
-1
/
+2
2020-03-25
Staging: kpc2000: kpc_dma: Use the SPDK comment style.
Sam Muhammed
3
-3
/
+3
2020-03-25
Staging: kpc2000: kpc_dma: Include the preferred header.
Sam Muhammed
1
-1
/
+1
2020-03-25
Staging: kpc2000: kpc_dma: Remove unnecessary braces.
Sam Muhammed
3
-16
/
+12
2020-03-25
Staging: kpc2000: kpc_dma: Use sizeof(*var) in kzalloc().
Sam Muhammed
2
-2
/
+2
2020-03-25
Staging: kpc2000: kpc_dma: Remove comparison to NULL.
Sam Muhammed
3
-9
/
+9
2020-03-10
staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delays
Sergiu Cuciurean
1
-2
/
+2
2020-03-04
staging: kpc2000: prevent underflow in cpld_reconfigure()
Dan Carpenter
1
-2
/
+2
2020-01-29
Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-58
/
+64
2020-01-22
staging: kpc2000: rename variables with kpc namespace
Jerry Lin
1
-20
/
+20
2020-01-22
Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparse
Felipe Cardoso Resende
1
-36
/
+44
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
4
-5
/
+5
2020-01-03
staging: kpc2000: remove unnecessary assertions in kpc_dma_transfer
Aditya Pakki
1
-2
/
+0
2019-10-30
staging: KPC2000: kpc2000_spi.c: Fix style issues (Unnecessary parenthesis)
Chandra Annamaneni
1
-1
/
+1
2019-10-30
staging: KPC2000: kpc2000_spi.c: Fix style issues (alignment)
Chandra Annamaneni
1
-7
/
+7
2019-10-30
staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)
Chandra Annamaneni
1
-2
/
+1
2019-10-30
staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)
Chandra Annamaneni
1
-0
/
+1
2019-10-29
staging: kpc2000: kpc_i2c: Remove commented code
Jamal Shareef
1
-3
/
+0
2019-10-29
staging: kpc2000: kpc_i2c: Fix lines over 80 chars
Jamal Shareef
1
-64
/
+137
2019-10-10
staging: kpc2000: Remove unnecessary return variable
Wambui Karuga
1
-3
/
+1
2019-09-03
staging: kpc2000: Fix long constant sparse warning
Harsh Jain
3
-22
/
+22
2019-08-21
staging: kpc2000: kpc2000_i2c: Fix different address spaces warnings
Eduardo Barretto
1
-2
/
+2
2019-07-31
Revert "staging: kpc2000: Convert put_page() to put_user_page*()"
Greg Kroah-Hartman
1
-6
/
+11
2019-07-30
staging: kpc2000: Convert put_page() to put_user_page*()
Bharath Vedartham
1
-11
/
+6
2019-07-22
staging: kpc2000: kpc_spi: Remove unnecessary null check before kfree
YueHaibing
1
-2
/
+1
2019-07-04
staging: kpc2000: simplify comparison to NULL in fileops.c
Simon Sandström
1
-1
/
+1
2019-07-04
staging: kpc2000: simplify comparison to NULL in dma.c
Simon Sandström
1
-2
/
+2
2019-07-04
staging: kpc2000: simplify comparison to NULL in kpc2000_spi.c
Simon Sandström
1
-2
/
+2
2019-07-03
staging: kpc2000: fix brace issues in kpc2000_spi.c
Simon Sandström
1
-21
/
+12
2019-07-01
staging: kpc2000: drop useless softdep statement
Jean Delvare
1
-1
/
+0
2019-07-01
staging: kpc2000: remove needless 'break'
Fabian Krueger
1
-1
/
+0
2019-07-01
staging: kpc2000: introduce __func__
Fabian Krueger
1
-3
/
+5
2019-07-01
staging: kpc2000: introduce 'unsigned int'
Fabian Krueger
1
-2
/
+2
2019-07-01
staging: kpc2000: introduce usage of __packed
Fabian Krueger
1
-3
/
+3
2019-07-01
staging: kpc2000: blank lines after declaration
Fabian Krueger
1
-0
/
+4
2019-07-01
staging: kpc2000: add line breaks
Fabian Krueger
1
-12
/
+22
2019-06-26
staging: kpc2000: add missing spaces in kpc2000_spi.c
Simon Sandström
1
-7
/
+7
2019-06-26
staging: kpc2000: add missing spaces in kpc2000_i2c.c
Simon Sandström
1
-3
/
+3
2019-06-21
Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warnings
YueHaibing
1
-1
/
+0
2019-06-20
staging: kpc2000: fix integer overflow with left shifts
Colin Ian King
1
-4
/
+6
2019-06-20
staging: kpc2000: simplify error handling in kp2000_pcie_probe
Simon Sandström
1
-12
/
+10
2019-06-15
staging: kpc2000: remove dead code in core.c
Simon Sandström
1
-6
/
+0
[next]