aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/amba-clcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-656/+0
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-3/+1
2013-10-31DMA-API: video: clcd: add dma_set_mask_and_coherent() callRussell King1-0/+5
2013-10-09video: amba-clcd: Remove unnecessary amba_set_drvdata()Michal Simek1-2/+0
2013-09-20video: amba-clcd: use dev_get_platdata()Jingoo Han1-1/+1
2011-11-22fbdev: amba: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-09-27clk: amba-clcd: convert to clk_prepare()/clk_unprepare()Russell King1-1/+8
2011-06-24fbdev: amba: Link fb device to its parentLoïc Minier1-0/+2
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-13/+90
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2011-02-19ARM: clcd: add method for describing display capabilitiesRussell King1-11/+84
2011-02-19ARM: clcd: clean up CLCD announcement printksRussell King1-2/+6
2010-08-17VIDEO: amba clcd: don't disable an already disabled clockRussell King1-2/+8
2010-03-14Video: ARM CLCD: Better fix for swapped IENB and CNTL registersRussell King1-7/+24
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+4
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-1/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-04-01amba-clcd: fix cmap memory leaksAndres Salomon1-1/+7
2009-01-08[ARM] Fix realview buildRussell King1-0/+1
2008-11-30Merge branch 'clks' into develRussell King1-1/+1
2008-11-30[ARM] amba drivers: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-30[ARM] amba-clcd: don't use SZ_ constants in driversRussell King1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-01-26[ARM] amba-clcd: Allow RGB555 and RGB565 with 16bppRussell King1-25/+29
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig1-1/+1
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-3/+2
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-8/+1
2005-11-08[ARM] More sparse fixesRussell King1-1/+1
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-11-02[ARM] AMBA CLCD driver can drive PL110 and PL111 primecellsRussell King1-2/+2
2005-10-28[ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.hRussell King1-0/+1
2005-04-30[PATCH] ARM: IntegratorCP: 16bpp is RGB565 not RGB555Russell King1-3/+3
2005-04-30[PATCH] ARM: AMBA CLCD: program palette for pseudocolor visualsRussell King1-1/+1
2005-04-28[PATCH] ARM: Fix AMBA CLCD fb driver for 32bppRussell King1-1/+7
2005-04-28[PATCH] ARM: Fix AMBA CLCD fb driver for 1bpp/STN mono panelsRussell King1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+533