summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-0615-47/+71
|\
| * drm/nouveau: fix incorrect FB_BACKLIGHT usage in KconfigBartlomiej Zolnierkiewicz2019-01-021-1/+2
| * fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes2018-12-201-1/+1
| * fbdev: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-12-201-1/+2
| * pxa168fb: trivial typo fixLubomir Rintel2018-12-201-1/+1
| * fbdev: fsl-diu: remove redundant null check on cmapWen Yang2018-12-201-2/+1
| * fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-14/+4
| * fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"Colin Ian King2018-12-201-1/+1
| * fbdev: fbmem: add config option to center the bootup logoPeter Rosin2018-12-202-1/+33
| * fbdev: fbmem: make fb_show_logo_line return the end instead of the heightPeter Rosin2018-12-201-3/+3
| * video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing2018-12-201-3/+1
| * fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin2018-12-201-2/+6
| * video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov2018-12-201-1/+4
| * fbdev: make FB_BACKLIGHT a tristateRob Clark2018-12-204-8/+6
| * udlfb: fix some inconsistent NULL checkingDan Carpenter2018-12-201-8/+6
| * Merge tag 'v4.20-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Bartlomiej Zolnierkiewicz2018-12-2011275-256030/+623227
| |\
* | \ Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-01-0622-137/+346
|\ \ \
| * | | i2c: Add Actions Semiconductor Owl family S700 I2C supportParthiban Nallathambi2019-01-031-0/+1
| * | | dt-bindings: i2c: Add S700 support for Actions Semi Soc'sParthiban Nallathambi2019-01-031-1/+3
| * | | i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula2019-01-031-0/+2
| * | | i2c: tegra: Switch to SPDX identifierThierry Reding2018-12-171-10/+1
| * | | i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding2018-12-171-0/+15
| * | | i2c: tegra: Cleanup kerneldoc commentsThierry Reding2018-12-171-12/+11
| * | | i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-171-7/+102
| * | | dt-bindings: i2c: rcar: Add r8a774c0 supportFabrizio Castro2018-12-171-0/+1
| * | | dt-bindings: i2c: sh_mobile: Add r8a774c0 supportFabrizio Castro2018-12-171-4/+5
| * | | i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2018-12-171-0/+1
| * | | Merge tag 'at24-4.21-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-12-173-1/+5
| |\ \ \
| | * | | eeprom: at24: add support for 24c2048Adrian Bunk2018-12-102-1/+4
| | * | | dt-bindings: eeprom: at24: add "atmel,24c2048" compatible stringAdrian Bunk2018-12-101-0/+1
| * | | | i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.Enric Balletbo i Serra2018-12-171-10/+4
| * | | | i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring2018-12-111-4/+4
| * | | | i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-16/+16
| * | | | i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-11/+18
| * | | | Merge tag 'v4.20-rc6' into i2c/for-5.0Wolfram Sang2018-12-11662-3544/+7723
| |\| | |
| * | | | dt-bindings: i2c: Use correct vendor prefix for AtmelThierry Reding2018-12-114-5/+5
| * | | | i2c: tegra: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-12-111-3/+2
| * | | | i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET2018-12-011-43/+101
| * | | | i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2018-11-271-0/+1
| * | | | i2c: sh_mobile: document support for r8a77990 (R-Car E3)Simon Horman2018-11-271-1/+8
| * | | | i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET2018-11-271-3/+35
| * | | | dt-bindings: i2c-stm32: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET2018-11-271-0/+6
| * | | | i2c: Remove caller signal_pending branch predictionsDavidlohr Bueso2018-11-271-1/+1
| * | | | i2c: imx: don't print error message on probe deferLucas Stach2018-11-271-1/+2
| * | | | i2c: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-271-9/+1
* | | | | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-0637-210/+1721
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/imx6'Bjorn Helgaas2019-01-021-0/+10
| |\ \ \ \ \
| | * | | | | PCI: imx: Enable MSI from downstream componentsRichard Zhu2019-01-021-0/+10
| * | | | | | Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2019-01-025-0/+570
| |\ \ \ \ \ \
| | * | | | | | PCI: uniphier: Add UniPhier PCIe host controller supportKunihiko Hayashi2018-12-194-0/+489