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
/
fbtft
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-10
fbtft: Fix the initialization from property algorithm
Andy Shevchenko
1
-3
/
+3
2019-12-10
staging: fbtft: Do not hardcode SPI CS polarity inversion
Linus Walleij
2
-6
/
+19
2019-11-20
staging: fbtft: Fix Kconfig indentation
Krzysztof Kozlowski
1
-6
/
+6
2019-11-20
fbtft: Drop OF dependency
Andy Shevchenko
2
-3
/
+3
2019-11-20
fbtft: Make use of device property API
Andy Shevchenko
1
-47
/
+58
2019-11-20
fbtft: Drop useless #ifdef CONFIG_OF and dead code
Andy Shevchenko
1
-17
/
+2
2019-11-20
fbtft: Describe function parameters in kernel-doc
Andy Shevchenko
1
-0
/
+1
2019-11-20
fbtft: Make sure string is NULL terminated
Andy Shevchenko
1
-1
/
+1
2019-10-26
drivers/staging/fbtft/fb_seps525: New driver for SEPS525 (Syncoam) LCD Contro...
Michael Hennerich
3
-0
/
+221
2019-10-24
staging: fbtft: Fix duplicate arguments to bitwise AND
Jamal Shareef
1
-11
/
+11
2019-10-14
Merge 5.4-rc3 into staging-next
Greg Kroah-Hartman
5
-2129
/
+6
2019-10-13
staging: fbtft: fbtft-core: Fix last line displayed on fbcon
Michael Hennerich
1
-1
/
+1
2019-10-04
Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
Navid Emamdoost
1
-2
/
+5
2019-10-01
staging/fbtft: Remove flexfb
Noralf Trønnes
3
-858
/
+0
2019-10-01
staging/fbtft: Remove fbtft_device
Noralf Trønnes
3
-1268
/
+0
2019-10-01
staging/fbtft: Depend on OF
Noralf Trønnes
1
-1
/
+1
2019-09-12
staging: fbtft: make several arrays static const, makes object smaller
Colin Ian King
7
-7
/
+7
2019-08-12
Merge 5.3-rc4 into staging-next
Greg Kroah-Hartman
9
-34
/
+31
2019-07-30
Staging: fbtft: Fix some typo. pdc8544 --> pcd8544
Christophe JAILLET
1
-2
/
+2
2019-07-25
Staging: fbtft: Fix GPIO handling
Jan Sebastian Götte
9
-11
/
+11
2019-07-25
Staging: fbtft: Fix reset assertion when using gpio descriptor
Phil Reid
1
-2
/
+2
2019-07-25
Staging: fbtft: Fix probing of gpio descriptor
Phil Reid
1
-21
/
+18
2019-06-12
fbdev: make unregister/unlink functions not fail
Daniel Vetter
1
-1
/
+3
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-02
staging: fbtft: fb_ssd1351.c: Replace bit shifting with BIT macro
Payal Kshirsagar
1
-2
/
+2
2019-04-02
staging: fbtft: fb_agm1264k-fl.c: Replace bit shifting with BIT macro
Payal Kshirsagar
1
-1
/
+1
2019-03-19
staging: fbtft: ternary statement to if statement.
Bhagyashri Dighole
1
-1
/
+2
2019-03-18
staging: fbtft: fixed format-string errors.
Jeremy Sowden
5
-9
/
+10
2019-03-18
staging: fbtft: line over 80 characters
Bhagyashri Dighole
2
-2
/
+4
2019-03-18
staging: fbtft: convert a macro to a function.
Bhagyashri Dighole
1
-4
/
+5
2019-03-18
staging: fbtft: Remove unused #defines.
Bhagyashri Dighole
1
-6
/
+0
2019-03-18
staging: fbtft: Fix line over 80 characters
Daniela Mormocea
1
-1
/
+3
2019-02-26
Staging: fbtft: Fix line over 80 characters
Bhanusree Pola
1
-3
/
+3
2019-02-26
Staging: fbtft: Extra blank line not required before '}'
Bhanusree Pola
1
-1
/
+0
2019-02-26
Staging: fbtft: Alignment should match open parenthesis
Bhanusree Pola
2
-2
/
+2
2019-01-18
Staging: fbtft: Switch to the gpio descriptor interface
Nishad Kamdar
27
-587
/
+143
2018-12-19
staging: fbtft: fix strncmp() size warning
YueHaibing
1
-1
/
+1
2018-10-03
staging: fbtft: Prefer using the BIT macro
Mamta Shukla
1
-28
/
+28
2018-09-16
Merge 4.19-rc4 into staging-next
Greg Kroah-Hartman
1
-0
/
+4
2018-09-10
staging/fbtft: Update TODO and mailing lists
Daniel Vetter
1
-0
/
+4
2018-08-27
staging: fbtft: Adds space around "/"
Leonardo Brás
1
-1
/
+1
2018-08-08
staging: fbtft: Add spaces around / - Style
Leonardo Brás
1
-1
/
+1
2018-08-08
staging: fbtft: Erases some repetitive usage of function name - Style
Leonardo Brás
6
-6
/
+6
2018-08-08
staging: fbtft: Adjust some empty-line problems - Style
Leonardo Brás
4
-3
/
+2
2018-08-08
staging: fbtft: Removes one nesting level to help readability - Style
Leonardo Brás
1
-12
/
+15
2018-08-08
staging: fbtft: Changes gamma table to define.
Leonardo Brás
1
-8
/
+5
2018-08-08
staging: fbtft: A bit more information on dev_err.
Leonardo Brás
1
-2
/
+4
2018-08-08
staging: fbtft: Fixes some alignment issues - Style
Leonardo Brás
12
-82
/
+106
2018-08-08
staging: fbtft: Puts macro arguments in parenthesis to avoid precedence issue...
Leonardo Brás
10
-15
/
+22
2018-07-16
staging: fbtft: Fix line continuation
Matthias Wolf
1
-4
/
+2
[next]