index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6
Linus Torvalds
2011-01-06
46
-1101
/
+4820
|
\
|
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
Paul Mundt
2011-01-06
246
-1513
/
+2246
|
|
\
|
*
\
Merge branch 'fbdev/udlfb'
Paul Mundt
2011-01-06
9
-126
/
+64
|
|
\
\
|
|
*
|
video: udlfb: Kill off special printk wrappers, use pr_fmt().
Paul Mundt
2011-01-06
2
-53
/
+39
|
|
*
|
video: udlfb: Kill off some magic constants for EDID sizing.
Paul Mundt
2011-01-06
2
-14
/
+7
|
|
*
|
video: udlfb: deifdefify (yes, that's a word).
Paul Mundt
2011-01-06
1
-39
/
+2
|
|
*
|
fbdev: move udlfb out of staging.
Paul Mundt
2010-11-16
9
-20
/
+16
|
*
|
|
fbdev: modedb: Add a new mode for 864x480 TAAL panels.
Mayuresh Janorkar
2011-01-06
1
-0
/
+4
|
*
|
|
drivers/video/i810/i810-i2c.c: fix i2c bus handling
Stefani Seibold
2011-01-06
1
-4
/
+8
|
*
|
|
video: Fix the HGA framebuffer driver
Brent Cook
2011-01-06
2
-25
/
+11
|
*
|
|
drivers/video/carminefb.c: improve error handling
Julia Lawall
2011-01-06
1
-4
/
+2
|
*
|
|
video: imxfb: Fix the maximum value for yres
Fabio Estevam
2011-01-06
1
-6
/
+3
|
*
|
|
fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp support
Magnus Damm
2011-01-06
1
-11
/
+63
|
*
|
|
Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...
Paul Mundt
2011-01-05
4
-51
/
+43
|
|
\
\
\
|
|
*
|
|
fbdev: sh_mipi_dsi: use platform provided register layout and values
Guennadi Liakhovetski
2011-01-05
1
-5
/
+11
|
|
*
|
|
ARM: mach-shmobile: specify sh7372 MIPI DSI register layout
Guennadi Liakhovetski
2011-01-05
1
-0
/
+1
|
|
*
|
|
fbdev: sh_mipi_dsi: support different register layouts
Guennadi Liakhovetski
2011-01-05
1
-0
/
+6
|
|
*
|
|
ARM: mach-shmobile: improve MIPI DSI clock configuration
Guennadi Liakhovetski
2011-01-05
2
-43
/
+8
|
|
*
|
|
fbdev: sh-mobile: implement MIPI DSI runtime PM support
Guennadi Liakhovetski
2011-01-05
1
-3
/
+17
|
*
|
|
|
sisfb: eliminate compiler warnings
Aaro Koskinen
2010-12-22
2
-3
/
+3
|
*
|
|
|
sisfb: delete unused register I/O macros
Aaro Koskinen
2010-12-22
1
-53
/
+1
|
*
|
|
|
sisfb: replace setSISIDXREG with SiS_SetRegANDOR
Aaro Koskinen
2010-12-22
1
-47
/
+47
|
*
|
|
|
sisfb: replace andSISIDXREG with SiS_SetRegAND
Aaro Koskinen
2010-12-22
1
-33
/
+33
|
*
|
|
|
sisfb: replace orSISIDXREG with SiS_SetRegOR
Aaro Koskinen
2010-12-22
1
-36
/
+36
|
*
|
|
|
sisfb: replace outSISIDXREG with SiS_SetReg
Aaro Koskinen
2010-12-22
1
-315
/
+315
|
*
|
|
|
sisfb: replace inSISIDXREG with SiS_GetReg
Aaro Koskinen
2010-12-22
1
-128
/
+128
|
*
|
|
|
sisfb: replace outSISREG with SiS_SetRegByte
Aaro Koskinen
2010-12-22
1
-10
/
+10
|
*
|
|
|
sisfb: replace inSISREG with SiS_GetRegByte
Aaro Koskinen
2010-12-22
1
-9
/
+9
|
*
|
|
|
sisfb: change register I/O functions to use fixed size types
Aaro Koskinen
2010-12-22
2
-32
/
+32
|
*
|
|
|
sisfb: remove duplicate function declarations
Aaro Koskinen
2010-12-22
3
-25
/
+14
|
*
|
|
|
sisfb: delete HAVE_CONFIG_H checks
Aaro Koskinen
2010-12-22
2
-8
/
+0
|
*
|
|
|
sisfb: eliminate unused variable compiler warning
Aaro Koskinen
2010-12-22
1
-14
/
+16
|
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
2010-12-22
1149
-10955
/
+21281
|
|
\
\
\
\
|
*
|
|
|
|
fbdev: Modify vsync timing calculation in wm8505fb
Alexey Charkov
2010-12-21
1
-1
/
+1
|
*
|
|
|
|
fbdev: Minor cleanup in WM8505-related code
Alexey Charkov
2010-12-21
2
-9
/
+3
|
*
|
|
|
|
s1d13xxxfb: drop unused code
Andres Salomon
2010-12-21
2
-56
/
+0
|
*
|
|
|
|
s3c-fb: add support for runtime pm
Jingoo Han
2010-12-21
1
-4
/
+107
|
*
|
|
|
|
video: mx3fb: Use vsprintf extension %pR for struct resource
Joe Perches
2010-12-14
1
-2
/
+1
|
*
|
|
|
|
fbdev: bfin_adv7393fb: new Blackfin ADV7393 driver
Michael Hennerich
2010-11-26
4
-0
/
+1206
|
*
|
|
|
|
fbdev: bf537-lq035: new Blackfin Sharp LQ035 framebuffer driver
Michael Hennerich
2010-11-26
3
-0
/
+929
|
*
|
|
|
|
Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...
Paul Mundt
2010-11-19
743
-4080
/
+10734
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
fbdev: sh_mipi_dsi: Allow LCDC board callbacks
Magnus Damm
2010-11-19
1
-0
/
+14
|
|
*
|
|
|
fbdev: sh_mipi_dsi: Require two I/O resources V2
Magnus Damm
2010-11-19
1
-16
/
+39
|
|
*
|
|
|
ARM: mach-shmobile: Extend AP4EVB MIPI-DSI resources
Magnus Damm
2010-11-19
1
-1
/
+6
|
|
*
|
|
|
fbdev: sh_mipi_dsi: Make use of register names
Magnus Damm
2010-11-19
1
-23
/
+39
|
*
|
|
|
|
fbdev: modedb: fix CEA modes
Arnd Hannemann
2010-11-19
1
-5
/
+9
|
|
|
|
|
|
|
|
\
\
\
\
|
*
-
.
\
\
\
\
Merge branches 'rmobile/fbdev' and 'common/fbdev-edid' of master.kernel.org:/...
Paul Mundt
2010-11-16
2
-11
/
+73
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
fbdev: sh_mobile_hdmi: add support for E-EDID parsing
Guennadi Liakhovetski
2010-11-15
1
-11
/
+49
|
|
|
*
|
|
|
|
Merge branch 'fbdev/edid' of master.kernel.org:/pub/scm/linux/kernel/git/leth...
Paul Mundt
2010-11-15
3
-0
/
+134
|
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
|
ARM: mach-shmobile: optimize PLLC2 frequency for HDMI
Guennadi Liakhovetski
2010-11-10
1
-0
/
+24
|
|
|
/
/
/
/
/
/
[next]