summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-07290-2629/+98743
|\
| * habanalabs: correctly cast u64 to void*Oded Gabbay2020-06-011-1/+1
| * habanalabs: initialize variable to default valueTomer Tayar2020-06-011-1/+1
| * Merge tag 'gnss-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2020-05-292-3/+7
| |\
| | * gnss: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| | * gnss: sirf: fix error return code in sirf_probe()Wei Yongjun2020-05-131-2/+6
| * | Merge tag 'extcon-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-05-294-11/+21
| |\ \
| | * | extcon: arizona: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-8/+9
| | * | extcon: max14577: Add proper dt-compatible stringsMarek Szyprowski2020-05-291-0/+10
| | * | extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'Christophe JAILLET2020-05-291-2/+1
| | * | extcon: remove redundant assignment to variable idxColin Ian King2020-05-291-1/+1
| | |/
| * | w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller2020-05-271-0/+8
| * | w1: omap-hdq: fix interrupt handling which did show spurious timeoutsH. Nikolaus Schaller2020-05-271-20/+42
| * | w1: omap-hdq: fix return value to be -1 if there is a timeoutH. Nikolaus Schaller2020-05-271-1/+1
| * | w1: omap-hdq: cleanup to add missing newline for some dev_dbgH. Nikolaus Schaller2020-05-271-5/+5
| * | /dev/mem: Revoke mappings when a driver claims the regionDan Williams2020-05-274-2/+111
| * | misc: xilinx-sdfec: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-271-6/+5
| * | misc: xilinx-sdfec: cleanup return value in xsdfec_table_write()John Hubbard2020-05-271-3/+1
| * | misc: xilinx-sdfec: improve get_user_pages_fast() error handlingJohn Hubbard2020-05-271-10/+17
| * | nvmem: qfprom: remove incorrect write supportSrinivas Kandagatla2020-05-271-14/+0
| * | Merge tag 'misc-habanalabs-next-2020-05-25' of git://people.freedesktop.org/~...Greg Kroah-Hartman2020-05-257-57/+126
| |\ \
| | * | habanalabs: handle MMU cache invalidation timeoutOmer Shpigelman2020-05-254-38/+75
| | * | habanalabs: don't allow hard reset with open processesOmer Shpigelman2020-05-251-6/+11
| | * | habanalabs: GAUDI does not support soft-resetOded Gabbay2020-05-255-17/+35
| | * | habanalabs: add print for soft reset due to eventOmer Shpigelman2020-05-251-2/+10
| | * | habanalabs: improve MMU cache invalidation codeOmer Shpigelman2020-05-251-2/+4
| | * | habanalabs: don't set default fence_ops->waitDaniel Vetter2020-05-251-1/+0
| |/ /
| * | misc: rtsx: Remove unnecessary rts5249_set_aspm(), rts5260_set_aspm()Bjorn Helgaas2020-05-222-28/+0
| * | misc: rtsx: Simplify rtsx_comm_set_aspm()Bjorn Helgaas2020-05-221-10/+3
| * | misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas2020-05-226-39/+14
| * | misc: rtsx: Use ASPM_MASK_NEG instead of hard-coded valueBjorn Helgaas2020-05-221-2/+2
| * | misc: rtsx: Removed unused dev_aspm_modeBjorn Helgaas2020-05-225-83/+18
| * | misc: rtsx: Remove unused pcr_opsBjorn Helgaas2020-05-222-16/+3
| * | bus: mhi: core: Handle syserr during power_upJeffrey Hugo2020-05-221-0/+27
| * | bus: mhi: core: Handle write lock properly in mhi_pm_m0_transitionHemant Kumar2020-05-221-3/+7
| * | bus: mhi: core: Do not process SYS_ERROR if RDDM is supportedHemant Kumar2020-05-221-3/+8
| * | bus: mhi: core: Skip handling BHI irq if MHI reg access is not allowedHemant Kumar2020-05-221-7/+14
| * | bus: mhi: core: Handle disable transitions in state workerHemant Kumar2020-05-223-1/+12
| * | bus: mhi: core: Remove the system error worker threadHemant Kumar2020-05-225-25/+20
| * | bus: mhi: core: Ensure non-zero session or sequence ID values are usedBhaumik Bhatt2020-05-222-8/+8
| * | bus: mhi: core: Improve debug logs for loading firmwareBhaumik Bhatt2020-05-221-3/+18
| * | bus: mhi: core: Return appropriate error codes for AMSS load failureBhaumik Bhatt2020-05-221-11/+12
| * | bus: mhi: core: Handle firmware load using state workerBhaumik Bhatt2020-05-225-23/+5
| * | bus: mhi: core: Read transfer length from an event properlyHemant Kumar2020-05-221-2/+7
| * | bus: mhi: core: Add range check for channel id received in event ringHemant Kumar2020-05-221-11/+29
| * | bus: mhi: core: Cache intmod from mhi event to mhi channelHemant Kumar2020-05-221-0/+4
| * | bus: mhi: core: Refactor mhi queue APIsHemant Kumar2020-05-222-63/+47
| * | Merge tag 'soundwire-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2020-05-2221-72/+1066
| |\ \
| | * | soundwire: intel: use a single moduleRander Wang2020-05-201-4/+1
| | * | soundwire: fix spelling mistakeVinod Koul2020-05-201-1/+1