summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm501fb: suspend and resume fb if it existsSudip Mukherjee2017-11-091-0/+6
* sm501fb: unregister framebuffer only if registeredSudip Mukherjee2017-11-091-2/+4
* sm501fb: deallocate colormap only if allocatedSudip Mukherjee2017-11-091-0/+3
* video: goldfishfb: Add support for device tree bindingsAleksandar Markovic2017-11-091-1/+7
* video: udlfb: Fix read EDID timeoutLadislav Michl2017-11-091-5/+5
* video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz2017-11-093-590/+0
* video: fbdev: mxsfb: fix pixelclock polarityStefan Agner2017-11-091-2/+11
* video: fbdev: au1200fb: Style clean upChristophe JAILLET2017-11-091-4/+4
* video: fbdev: au1200fb: Propagate an error codeChristophe JAILLET2017-11-091-3/+4
* video: fbdev: au1200fb: Remove some dead codeChristophe JAILLET2017-11-091-6/+0
* video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET2017-11-091-2/+10
* video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET2017-11-091-2/+0
* video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET2017-11-091-1/+2
* video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET2017-11-091-1/+3
* video: fbdev: au1200fb: Fix a potential double freeChristophe JAILLET2017-11-091-1/+0
* video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King2017-10-172-6/+5
* video: sa1100fb: fix video memory allocation leakRussell King2017-10-171-5/+5
* video: sa1100fb: clean up failure pathRussell King2017-10-171-13/+8
* video: sa1100fb: use devm_gpio_request_one()Russell King2017-10-171-10/+7
* video: sa1100fb: use devm_request_irq()Russell King2017-10-171-9/+8
* video: sa1100fb: use devm_ioremap_resource()Russell King2017-10-171-12/+8
* video: sa1100fb: use devm_clk_get()Russell King2017-10-171-4/+1
* video: sa1100fb: use devm_kzalloc()Russell King2017-10-171-4/+2
* video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timerHimanshu Jha2017-10-171-6/+2
* video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King2017-10-121-1/+1
* video: fbdev: dnfb: make fb_var_screeninfo static and constBhumika Goyal2017-10-121-1/+1
* video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King2017-10-121-1/+1
* video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King2017-10-121-2/+2
* video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais2017-10-121-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-075-30/+34
|\
| * scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly2017-10-031-1/+1
| * scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-031-16/+0
| * scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov2017-10-031-4/+4
| * scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen2017-10-031-5/+14
| * scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-032-4/+15
* | Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-074-10/+13
|\ \
| * | i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King2017-10-051-1/+1
| * | i2c: ensure termination of *_device_id tablesThomas Meyer2017-10-051-0/+1
| * | i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2017-10-052-0/+5
| * | i2c: stm32f7: fix setup structurePierre-Yves MORDRET2017-10-051-9/+6
* | | Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-10-079-156/+73
|\ \ \
| * | | mmc: sdhci-xenon: Fix clock resource by adding an optional bus clockGregory CLEMENT2017-10-042-4/+21
| * | | mmc: meson-gx: include tx phase in the tuning processJerome Brunet2017-10-041-1/+18
| * | | mmc: meson-gx: fix rx phase resetJerome Brunet2017-10-041-2/+4
| * | | mmc: meson-gx: make sure the clock is rounded downJerome Brunet2017-10-041-2/+1
| * | | mmc: Delete bounce buffer handlingLinus Walleij2017-10-045-131/+11
| * | | mmc: core: add driver strength selection when selecting hs400esChanho Min2017-10-021-17/+19
| |/ /
* | | Merge tag 'hwmon-for-linus-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-071-8/+11
|\ \ \
| * | | hwmon: (xgene) Fix up error handling path mixup in 'xgene_hwmon_probe()'Christophe Jaillet2017-10-011-8/+11
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-10-073-5/+23
|\ \ \ \