summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-07-27irqchip/stm32-exti: Map direct event to irq parentAlexandre Torgue
2020-07-27irqchip/mtk-cirq: Convert to a platform driverSaravana Kannan
2020-07-27irqchip/mtk-sysirq: Convert to a platform driverSaravana Kannan
2020-07-27irqchip/qcom-pdc: Switch to using IRQCHIP_PLATFORM_DRIVER helper macrosSaravana Kannan
2020-07-27irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macrosSaravana Kannan
2020-07-27irqchip/gic-v4.1: Ensure accessing the correct RD when writing INVALLRZenghui Yu
2020-07-27irqchip/irq-bcm7038-l1: Guard uses of cpu_logical_mapFlorian Fainelli
2020-07-27irqchip/qcom-pdc: Allow QCOM_PDC to be loadable as a permanent moduleJohn Stultz
2020-07-27irqchip/mips-gic: Make local symbols staticWei Yongjun
2020-07-27irqchip/ativic32: Constify irq_domain_opsMasahiro Yamada
2020-07-27irqchip/stm32-exti: Use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman
2020-07-27mtd: spi-nor: update read capabilities for w25q64 and s25fl064kRayagonda Kokatanur
2020-07-27mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25qu02gDavid Clear
2020-07-27mtd: spi-nor: macronix: Add support for mx66u2g45gDavid Clear
2020-07-27mtd: spi-nor: intel-spi: Simulate WRDI commandAlexander Sverdlin
2020-07-27Merge tag 'amd-drm-next-5.9-2020-07-24' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-07-27Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2020-07-27power: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu
2020-07-26power: reset: keystone-reset: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-26drm/mcde: Fix stability issueLinus Walleij
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar
2020-07-26drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check.Guido Günther
2020-07-26drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panelJitao Shi
2020-07-26drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61 for 15 msDouglas Anderson
2020-07-26drm/bridge/adv7511: set the bridge type properlyLaurentiu Palcu
2020-07-26Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-26Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-26Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-26Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-26drm: of: Fix double-free bugBiju Das
2020-07-26Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain