Age | Commit message (Expand) | Author | Files | Lines |
2011-11-01 | video: Add module.h to drivers/video files who really use it. | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 1 | -6/+9 |
2011-08-19 | atmel_lcdfb: use display information in info not in var for panning | Laurent Pinchart | 1 | -6/+9 |
2011-08-08 | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 1 | -1/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -2/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 | Linus Torvalds | 1 | -1/+30 |
2011-03-23 | backlight: add backlight type | Matthew Garrett | 1 | -0/+1 |
2011-03-22 | atmel_lcdfb: add fb_blank function | Andreas Bießmann | 1 | -0/+24 |
2011-03-22 | atmel_lcdfb: implement inverted contrast pwm | Andreas Bießmann | 1 | -1/+6 |
2010-11-16 | backlight: constify backlight_ops | Lionel Debroux | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-16 | backlight: Allow properties to be passed at registration | Matthew Garrett | 1 | -3/+5 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2009-11-12 | atmel_lcdfb: new alternate pixel clock formula | Nicolas Ferre | 1 | -3/+8 |
2009-11-09 | atmel_lcdfb.c: fix printk() type mismatch | Claudio Scordino | 1 | -1/+1 |
2009-09-12 | Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '... | Russell King | 1 | -2/+7 |
2009-07-23 | [ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driver | Nicolas Ferre | 1 | -2/+4 |
2009-07-09 | atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutex | Krzysztof Helt | 1 | -2/+3 |
2009-07-01 | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 1 | -0/+2 |
2009-06-17 | atmel-lcdc: fix pixclock upper bound detection | Ben Nizette | 1 | -1/+1 |
2009-05-29 | atmel_lcdfb: correct fifo size for some products | Nicolas Ferre | 1 | -8/+2 |
2008-11-20 | drivers/video: bad error test before a dereference | Julien Brunel | 1 | -1/+1 |
2008-10-16 | atmel_lcdfb: disallow setting larger resolution than the framebuffer memory c... | Stanislaw Gruszka | 1 | -0/+7 |
2008-10-10 | Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.git | Russell King | 1 | -35/+49 |
2008-09-19 | [ARM] 5228/1: Add the RGB555 wiring for the atmel LCD | Guillaume GARDET | 1 | -0/+4 |
2008-09-14 | atmel_lcdfb: disable LCD and DMA engines when suspending | Haavard Skinnemoen | 1 | -35/+49 |
2008-09-06 | atmel_lcdfb: fix oops in rmmod when framebuffer fails to register | Stanislaw Gruszka | 1 | -4/+6 |
2008-08-13 | atmel_lcdfb: add board parameter specify framebuffer memory size | Haavard Skinnemoen | 1 | -2/+5 |
2008-08-13 | atmel_lcdfb: set ypanstep to 1 and enable y-panning on AT91 | Haavard Skinnemoen | 1 | -2/+4 |
2008-08-07 | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 1 | -3/+3 |
2008-07-24 | atmel_lcdfb: avoid division by zero | Nicolas Ferre | 1 | -0/+35 |
2008-07-24 | atmel_lcdfb: FIFO underflow management | Nicolas Ferre | 1 | -1/+56 |
2008-05-13 | atmel_lcdfb: fix pixclock divider calculation | Nicolas Ferre | 1 | -5/+6 |
2008-04-28 | atmel_lcdfb: adjust fifo size for at91sam9rl | Nicolas Ferre | 1 | -1/+2 |
2008-04-28 | atmel_lcdfb: wiring BGR to RGB color mode | Nicolas Ferre | 1 | -5/+22 |
2008-04-28 | atmel_lcdfb: suspend/resume support | David Brownell | 1 | -2/+34 |
2008-04-28 | atmel_lcdfb: don't initialize a pre-allocated framebuffer | Haavard Skinnemoen | 1 | -1/+7 |
2008-02-06 | atmel_lcdfb: backlight control | David Brownell | 1 | -4/+111 |
2008-02-06 | atmel_lcdfb: validate display timings | Haavard Skinnemoen | 1 | -0/+20 |
2008-01-26 | [ARM] 4764/1: [AT91] AT91CAP9 core support | Andrew Victor | 1 | -1/+1 |
2008-01-14 | MAINTAINERS: email update and add missing entry | Nicolas Ferre | 1 | -1/+1 |
2007-11-29 | atmel_lcdfb: LCDC startup fix | Anti Sullin | 1 | -0/+4 |
2007-07-22 | atmel_lcdfb: use spare bits in 32bpp mode as alpha channel | Haavard Skinnemoen | 1 | -1/+4 |
2007-07-22 | atmel_lcdfb: Fix STN LCD support | Nicolas Ferre | 1 | -8/+54 |
2007-05-11 | atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver | Nicolas Ferre | 1 | -0/+752 |