index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fbtft
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-28
Staging: fbtft: fb_agm1264k-fl: No space is necessary after cast.
Sandhya Bankar
1
-1
/
+1
2016-03-28
Staging: fbtft: fbtft-io: No space is necessary after cast.
Sandhya Bankar
1
-4
/
+4
2016-03-28
Staging: fbtft: fbtft_device: No space is necessary after cast.
Sandhya Bankar
1
-3
/
+3
2016-03-12
staging: fbtft: fb_uc1611.c: Drop void pointer cast
Janani Ravichandran
1
-2
/
+2
2016-03-12
staging: fbtft: fb_ra8875.c: Remove unneeded void pointer cast
Janani Ravichandran
1
-2
/
+2
2016-03-12
staging: fbtft: fbtft-bus.c: Drop unneeded void pointer cast
Janani Ravichandran
1
-2
/
+2
2016-03-12
staging: fbtft: Use devm_kcalloc instead of devm_kzalloc
Amitoj Kaur Chawla
1
-2
/
+5
2016-03-12
staging: fbtft: Remove unnecessary spi_set_drvdata()
Amitoj Kaur Chawla
1
-5
/
+0
2016-03-12
staging: fbtft: replace ternary operator with min macro
Alison Schofield
2
-3
/
+3
2016-03-12
staging: fbtft: Use kmalloc_array
Bhaktipriya Shridhar
1
-2
/
+2
2016-02-21
staging: fbtft: Fix block comment coding style
Anchal Jain
1
-3
/
+3
2016-02-15
staging: fbtft: Remove the use of CamelCase
Eva Rachel Retuya
1
-3
/
+3
2016-02-15
staging: fbtft: Delete blank line after '{' brace
Eva Rachel Retuya
1
-1
/
+0
2016-02-15
staging: fbtft: Insert blank line after function declaration
Eva Rachel Retuya
4
-0
/
+4
2016-02-15
staging: fbtft: Fix alignment to match open parenthesis
Eva Rachel Retuya
4
-28
/
+27
2016-02-15
staging: fbtft: Modify block comments based on kernel coding style
Eva Rachel Retuya
4
-82
/
+83
2016-02-12
staging: fbtft: Remove blank line after '{' brace
Eva Rachel Retuya
1
-1
/
+0
2016-02-12
staging: fbtft: Add blank line after function declaration
Eva Rachel Retuya
2
-0
/
+2
2016-02-12
staging: fbtft: Indent to match open parenthesis
Eva Rachel Retuya
3
-76
/
+76
2016-02-12
staging: fbtft: Fix block comments according to kernel coding style
Eva Rachel Retuya
4
-61
/
+75
2016-02-08
Staging: fbtft: add ssd1325 controller support
Alexey Mednyy
3
-0
/
+212
2016-02-08
Staging: fbtft: add ssd1305 controller support
Alexey Mednyy
3
-0
/
+223
2016-02-08
staging: fbtft: use to_platform_device()
Geliang Tang
1
-1
/
+1
2016-02-08
staging: fbtft: use to_spi_device
Geliang Tang
1
-1
/
+1
2016-02-08
staging: fbtft: Remove unused and duplicated defines
Priit Laes
2
-40
/
+0
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for hx8340bn
Priit Laes
1
-10
/
+15
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for tinylcd
Priit Laes
1
-14
/
+14
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for fbtft driver
Priit Laes
2
-31
/
+54
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for st7735r
Priit Laes
1
-22
/
+20
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for s6d02a1
Priit Laes
1
-19
/
+23
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for ili9486
Priit Laes
1
-17
/
+18
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for ili9481
Priit Laes
1
-13
/
+17
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for ili9341
Priit Laes
1
-25
/
+25
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for ili9340
Priit Laes
1
-14
/
+12
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for ili9163
Priit Laes
1
-54
/
+32
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for hx8357d
Priit Laes
1
-20
/
+18
2016-02-08
staging: fbtft: Use standard MIPI DCS command defines for hx8353d
Priit Laes
1
-8
/
+13
2016-02-08
Staging: fbtft: Removed commented out/dead code
Ben Gilbert
1
-25
/
+2
2016-02-08
Staging: fbtft: fbtft-core: Removed unnecessary checks
Nizam Haider
1
-4
/
+0
2015-11-06
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2
-2
/
+0
2015-11-04
Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...
Mark Brown
2
-2
/
+0
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2
-2
/
+0
2015-10-25
staging: fbtft: fix voltage settings for C-Berry28
Dennis Menschel
1
-4
/
+4
2015-10-25
staging: fbtft: use init function instead of init sequence
Dennis Menschel
1
-19
/
+24
2015-10-25
staging: fbtft: remove redundant set_addr_win() function
Dennis Menschel
1
-19
/
+0
2015-10-25
staging: fbtft: use MIPI DCS for ST7789V and C-Berry28
Dennis Menschel
2
-28
/
+18
2015-10-17
Staging: fbtft: fb_ssd1331: Remove unnecessary cast
Shivani Bhardwaj
1
-1
/
+1
2015-10-17
Staging: fbtft: fb_ra8875: Remove useless cast
Shivani Bhardwaj
1
-1
/
+1
2015-10-17
Staging: fbtft: fb_agm1264k-fl: Remove unnecessary cast
Shivani Bhardwaj
1
-1
/
+1
2015-10-17
staging: fbtft: Fix multi-line comment style
Cristina Moraru
1
-20
/
+20
[next]