Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | 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 | 20 | -1296/+296 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'for-paul-rc' of git://gitorious.org/linux-omap-dss2/linux into ... | Paul Mundt | 2010-12-16 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | OMAP: OMAPFB: disable old omapfb for OMAP4 builds | Tomi Valkeinen | 2010-12-15 | 1 | -2/+2 | |
| | * | | | | | | OMAP: DSS: VRAM: Align start & size of vram to 2M | Tomi Valkeinen | 2010-12-15 | 1 | -2/+2 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * / | | | | | fbdev: Fix fb_find_nearest_mode refresh comparison | Andrew Kephart | 2010-12-14 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | lxfb: Maintain video processor palette through suspend/resume | Daniel Drake | 2010-12-01 | 2 | -6/+18 | |
| * | | | | | video: da8xx: Register IRQ as last thing in driver probing. | Caglar Akyuz | 2010-12-01 | 1 | -8/+6 | |
| * | | | | | framebuffer: fix fbcmap.c kernel-doc warning | Randy Dunlap | 2010-11-26 | 1 | -0/+1 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-11-24 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 | Russell King | 2010-11-23 | 1 | -0/+4 | |
| | |\ \ \ \ | ||||||
| | | * | | | | ARM mx3fb: check for DMA engine type | Sascha Hauer | 2010-11-15 | 1 | -0/+4 | |
| | | | |_|/ | | | |/| | | ||||||
| * | | | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-11-24 | 13 | -1272/+256 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | sisfb: delete osdef.h | Aaro Koskinen | 2010-11-24 | 5 | -65/+0 | |
| | * | | | | | sisfb: move the CONFIG warning to sis_main.c | Aaro Koskinen | 2010-11-24 | 2 | -5/+5 | |
| | * | | | | | sisfb: replace SiS_SetMemory with memset_io | Aaro Koskinen | 2010-11-24 | 2 | -4/+2 | |
| | * | | | | | sisfb: remove InPort/OutPort wrappers | Aaro Koskinen | 2010-11-24 | 2 | -40/+10 | |
| | * | | | | | sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H | Aaro Koskinen | 2010-11-24 | 6 | -201/+193 | |
| | * | | | | | sisfb: delete redudant #define SIS_LINUX_KERNEL | Aaro Koskinen | 2010-11-24 | 7 | -116/+0 | |
| | * | | | | | sisfb: delete dead SIS_XORG_XF86 code | Aaro Koskinen | 2010-11-24 | 7 | -788/+0 | |
| | * | | | | | sisfb: delete fallback code for pci_map_rom() | Aaro Koskinen | 2010-11-24 | 1 | -17/+0 | |
| | * | | | | | sisfb: delete obsolete PCI ROM bug workaround | Aaro Koskinen | 2010-11-24 | 1 | -8/+0 | |
| | * | | | | | lxfb: Program panel v/h sync output polarity correctly | Daniel Drake | 2010-11-17 | 1 | -2/+2 | |
| | * | | | | | fbcmap: integer overflow bug | Dan Carpenter | 2010-11-17 | 1 | -8/+20 | |
| | * | | | | | fbcmap: cleanup white space in fb_alloc_cmap() | Dan Carpenter | 2010-11-17 | 1 | -24/+30 | |
| | * | | | | | fbdev: sh_mobile_lcdcfb: fix bug in reconfig() | Arnd Hannemann | 2010-11-16 | 1 | -2/+2 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | backlight: grab ops_lock before testing bd->ops | Uwe Kleine-König | 2010-11-24 | 1 | -6/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | fbdev: Modify vsync timing calculation in wm8505fb | Alexey Charkov | 2010-12-20 | 1 | -1/+1 | |
* | | | | | fbdev: Minor cleanup in WM8505-related code | Alexey Charkov | 2010-12-20 | 2 | -9/+3 | |
* | | | | | s1d13xxxfb: drop unused code | Andres Salomon | 2010-12-20 | 1 | -50/+0 | |
* | | | | | s3c-fb: add support for runtime pm | Jingoo Han | 2010-12-20 | 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 | 11 | -41/+133 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | 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 | |
| * | | | | fbdev: sh_mipi_dsi: Make use of register names | Magnus Damm | 2010-11-19 | 1 | -23/+39 | |
| |/ / / | ||||||
| * / / | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 | |
| |/ / | ||||||
| * | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-11-15 | 1 | -1/+0 | |
| |\ \ | ||||||
| | * | | i2c: Delete unused adapter IDs | Jean Delvare | 2010-11-15 | 1 | -1/+0 | |
| * | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-11-15 | 4 | -16/+35 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | OMAP: VRAM: Fix boot-time memory allocation | Tomi Valkeinen | 2010-11-10 | 1 | -1/+4 | |
| | * | | OMAP: VRAM: improve VRAM error prints | Tomi Valkeinen | 2010-11-10 | 1 | -3/+9 |