summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds2018-02-0719-774/+416
|\
| * video: udlfb: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl2018-01-161-114/+117
| * video: udlfb: Constify read only dataLadislav Michl2018-01-161-2/+2
| * video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann2018-01-151-0/+5
| * console/dummy: leave .con_font_get set to NULLNicolas Pitre2018-01-151-1/+0
| * fbdev: mxsfb: use framebuffer_alloc in the correct wayMichael Trimarchi2018-01-151-24/+21
| * video: udlfb: Do not name private data 'dev'Ladislav Michl2018-01-151-207/+207
| * video: udlfb: Remove noisy warningsLadislav Michl2018-01-151-20/+0
| * video: udlfb: Remove redundant gdev variableLadislav Michl2018-01-151-3/+1
| * video: udlfb: Remove unnecessary local variableLadislav Michl2018-01-151-6/+2
| * fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-041-2/+1
| * vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys2018-01-041-0/+17
| * omapfb: dss: Do not duplicate features dataLadislav Michl2018-01-043-86/+29
| * video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-041-4/+1
| * fbdev: au1200fb: delete duplicate header contentsRasmus Villemoes2018-01-041-286/+0
| * fbdev: pxa3xx: use ktime_get_ts64 for time stampsArnd Bergmann2018-01-041-7/+9
| * fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann2018-01-041-11/+7
| * video: smscufx: Improve a size determination in two functionsMarkus Elfring2017-12-291-3/+2
| * video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring2017-12-291-4/+0
| * video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring2017-12-291-1/+1
| * video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocati...Markus Elfring2017-12-291-3/+1
| * video/fbdev/wm8505fb: Delete an error message for a failed memory allocation ...Markus Elfring2017-12-291-3/+1
| * video: fbdev: remove redundant self assignment of 'height'Colin Ian King2017-12-291-1/+0
| * fb: intelfb: fix Kconfig symbol info in help textRandy Dunlap2017-12-291-1/+1
| * video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold2017-12-291-1/+7
* | Merge tag 'platform-drivers-x86-v4.16-2' of git://git.infradead.org/linux-pla...Linus Torvalds2018-02-075-82/+6
|\ \
| * | platform/x86: samsung-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-071-15/+3
| * | platform/x86: ideapad-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-071-26/+2
| * | platform/x86: dell-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-071-13/+1
| * | seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroAndy Shevchenko2018-02-072-28/+0
* | | Merge tag 'linux-watchdog-4.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2018-02-0735-1753/+1661
|\ \ \
| * | | watchdog: remove at32ap700x_wdtCorentin Labbe2018-01-213-445/+0
| * | | watchdog: sp5100_tco: Add support for recent FCH versionsGuenter Roeck2018-01-212-57/+133
| * | | watchdog: sp5100-tco: Abort if watchdog is disabled by hardwareGuenter Roeck2018-01-212-1/+8
| * | | watchdog: sp5100_tco: Use bit operationsGuenter Roeck2018-01-211-13/+14
| * | | watchdog: sp5100_tco: Convert to use watchdog subsystemGuenter Roeck2018-01-211-256/+102
| * | | watchdog: sp5100_tco: Clean up function and variable namesGuenter Roeck2018-01-212-18/+12
| * | | watchdog: sp5100_tco: Use dev_ print functions where possibleGuenter Roeck2018-01-211-19/+21
| * | | watchdog: sp5100_tco: Match PCI device earlyGuenter Roeck2018-01-211-35/+31
| * | | watchdog: sp5100_tco: Clean up sp5100_tco_setupdeviceGuenter Roeck2018-01-211-33/+29
| * | | watchdog: sp5100_tco: Use standard error codesGuenter Roeck2018-01-211-8/+11
| * | | watchdog: sp5100_tco: Use request_muxed_region where possibleGuenter Roeck2018-01-211-4/+3
| * | | watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck2018-01-211-1/+1
| * | | watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}Guenter Roeck2018-01-212-50/+51
| * | | watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy2018-01-211-34/+52
| * | | watchdog: mt7621: switch to using managed devm_watchdog_register_device()André Draszik2018-01-211-12/+1
| * | | watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriateAndré Draszik2018-01-211-0/+19
| * | | watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser2018-01-211-5/+15
| * | | watchdog: core: make sure the watchdog worker always worksChristophe Leroy2017-12-281-21/+27
| * | | watchdog: davinci_wdt: add restart functionDavid Lechner2017-12-281-0/+38