aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-05-21i2c: meson: fix typo in commentJulia Lawall
2022-05-21i2c: rcar: use flags instead of atomic_xferKuninori Morimoto
2022-05-21i2c: rcar: REP_AFTER_RD is not a persistent flagWolfram Sang
2022-05-21i2c: rcar: use BIT macro consistentlyWolfram Sang
2022-05-21i2c: qcom-geni: remove unnecessary conditionsDan Carpenter
2022-05-21i2c: mt7621: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2022-05-21i2c: rcar: refactor handling of first messageWolfram Sang
2022-05-21i2c: rcar: avoid race condition with SMIsWolfram Sang
2022-05-21i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta
2022-05-21i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry
2022-05-21i2c: npcm: Correct register access widthTyrone Ting
2022-05-21i2c: npcm: Add tx complete counterTali Perry
2022-05-21i2c: npcm: Fix timeout calculationTali Perry
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry
2022-05-14i2c: xiic: Fix Tx Interrupt path for grouped messagesRaviteja Narayanam
2022-05-14i2c: xiic: Fix coding style issuesMichal Simek
2022-05-14i2c: xiic: return value of xiic_reinitShubhrajyoti Datta
2022-05-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure
2022-05-14i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula
2022-05-14i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor
2022-05-04i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-05-04i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()Yang Yingliang
2022-05-04i2c: powermac: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-05-04i2c: at91: use dma safe buffersMichael Walle
2022-05-04i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno
2022-05-04i2c: designware: Modify timing parameters for amdpsp mailboxJan Dabros
2022-04-15i2c: meson: Use 50% duty cycle for I2C clockLucas Tanure
2022-04-15i2c: meson: Use _SHIFT and _MASK for register definitionsLucas Tanure
2022-04-15i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang
2022-04-10Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-04-10Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-10Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-10Merge tag 'irq-urgent-2022-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-09Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-04-09Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-04-08Merge tag 'block-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-04-08Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-04-08cxl/pci: Drop shadowed variableDan Williams
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller
2022-04-08Merge branch 'acpi-bus'Rafael J. Wysocki
2022-04-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-04-08Merge tag 'spi-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-04-08Merge tag 'regulator-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2022-04-08Merge tag 'iommu-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-08perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov