summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds2017-02-2534-531/+225
|\
| * video: fbdev: fsl-diu-fb: fix spelling mistake "palette"Colin Ian King2017-02-202-4/+4
| * fbdev: ssd1307fb: include linux/gpio/consumer.hArnd Bergmann2017-02-201-0/+1
| * video: fbdev: fsl-diu-fb: remove impossible conditionSachin Shukla2017-02-081-8/+1
| * video: fbdev: amifb: remove impossible conditionSachin Shukla2017-02-081-5/+3
| * fbdev/ssd1307fb: clear screen in probeTomi Valkeinen2017-02-081-3/+2
| * fbdev/ssd1307fb: add support to enable VBATTomi Valkeinen2017-02-082-1/+20
| * fbdev: ssd1307fb: Make reset gpio devicetree property optionalJyri Sarha2017-02-082-8/+15
| * fbdev: ssd1307fb: Remove reset-active-low from the DT binding documentJyri Sarha2017-02-081-2/+2
| * fbdev: ssd1307fb: Start to use gpiod API for reset gpioJyri Sarha2017-02-081-17/+8
| * video: fbdev: sh_mobile_lcdcfb: fix error return code in sh_mobile_lcdc_probe()Wei Yongjun2017-02-081-1/+3
| * video: fbdev: offb: switch to using for_each_node_by_typeDmitry Torokhov2017-02-081-2/+2
| * video/console: use setup_timer and mod_timer instead of init_timerJan Stourac2017-02-081-5/+3
| * fbdev: omap/lcd: Make callbacks optionalLars-Peter Clausen2017-01-3010-183/+20
| * fbdev: omap/lcd: Staticize non-exported lcd_panel structsLars-Peter Clausen2017-01-308-8/+8
| * fbdev: omap/lcd: Remove no-op driver callbacksLars-Peter Clausen2017-01-309-167/+0
| * video/mbx: use simple_open()Geliang Tang2017-01-301-12/+6
| * video: fbdev: stifb: handle NULL return value from ioremap_nocacheArvind Yadav2017-01-301-0/+4
| * video: fbdev: pmagb-b-fb: Remove bad `__init' annotationMaciej W. Rozycki2017-01-301-1/+1
| * video: fbdev: pmag-ba-fb: Remove bad `__init' annotationMaciej W. Rozycki2017-01-301-1/+1
| * video: ARM CLCD: use panel device node for getting backlight and modeVladimir Zapolskiy2017-01-301-15/+5
| * video: ARM CLCD: use panel device node for panel initializationVladimir Zapolskiy2017-01-305-27/+14
| * video: ARM CLCD: sort included headers out alphabeticallyVladimir Zapolskiy2017-01-301-14/+9
| * video: fbdev: wm8505fb use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-111-1/+1
| * video: fbdev: simplefb: Separate clk / regulator get and enable stepsHans de Goede2017-01-111-16/+40
| * fbcon: Fix vc attr at deinitTakashi Iwai2017-01-111-27/+40
| * video: fbdev: imxfb: always allocate 256 entries for the color mapMartin Kaiser2017-01-111-1/+5
| * video: fbdev: maxinefb: add __initdata to maxinefb_fixBhumika Goyal2017-01-111-1/+1
| * video: fbdev: matroxfb: use designated initializersKees Cook2017-01-112-3/+12
| * video: fbdev: sh_mobile_lcdcfb: use designated initializersKees Cook2017-01-111-3/+3
| * video: fbdev: imxfb: remove the macros for initializing the DMACRMartin Kaiser2017-01-111-4/+0
| * Merge tag 'fbdev-v4.10-rc2' of git://github.com/bzolnier/linux into fbdev-for...Bartlomiej Zolnierkiewicz2017-01-052-1/+8
| |\
* | | treewide: Remove remaining executable attributes from source filesJoe Perches2017-02-256-0/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-25247-4008/+7290
|\ \ \
| * | | checkpatch: remove false unbalanced braces warningSven Eckelmann2017-02-251-2/+2
| * | | checkpatch: notice unbalanced else braces in a patchJoe Perches2017-02-251-0/+6
| * | | checkpatch: add another old address for the FSFMatthew Wilcox2017-02-251-0/+1
| * | | checkpatch: update $logFunctionsMiles Chen2017-02-251-1/+1
| * | | checkpatch: warn on logging continuationsJoe Perches2017-02-251-0/+6
| * | | checkpatch: warn on embedded function namesJoe Perches2017-02-251-2/+20
| * | | lib/lz4: remove back-compat wrappersSven Schmidt2017-02-254-156/+0
| * | | fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 versionSven Schmidt2017-02-252-15/+19
| * | | crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-253-68/+120
| * | | lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt2017-02-251-5/+8
| * | | lib: update LZ4 compressor moduleSven Schmidt2017-02-256-1077/+2758
| * | | lib/test_sort.c: make it explicitly non-modularPaul Gortmaker2017-02-251-5/+6
| * | | lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix2017-02-254-39/+54
| * | | rbtree: use designated initializersKees Cook2017-02-252-2/+6
| * | | linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisorsNiklas Söderlund2017-02-251-4/+6
| * | | lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox2017-02-252-3/+3