aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: rcar: REP_AFTER_RD is not a persistent flagWolfram Sang2022-05-211-9/+8
* i2c: rcar: use BIT macro consistentlyWolfram Sang2022-05-211-35/+35
* i2c: qcom-geni: remove unnecessary conditionsDan Carpenter2022-05-211-4/+2
* i2c: mt7621: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-05-211-4/+1
* i2c: rcar: refactor handling of first messageWolfram Sang2022-05-211-27/+23
* i2c: rcar: avoid race condition with SMIsWolfram Sang2022-05-211-11/+17
* i2c: xiic: Correct the datatype for rx_watermarkShubhrajyoti Datta2022-05-211-2/+2
* i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto2022-05-211-6/+9
* i2c: npcm: Handle spurious interruptsTali Perry2022-05-211-29/+62
* i2c: npcm: Correct register access widthTyrone Ting2022-05-211-2/+2
* i2c: npcm: Add tx complete counterTali Perry2022-05-211-0/+4
* i2c: npcm: Fix timeout calculationTali Perry2022-05-211-4/+4
* i2c: npcm: Remove unused variable clk_regmapTali Perry2022-05-211-5/+0
* i2c: npcm: Change the way of getting GCR regmapTali Perry2022-05-211-4/+8
* i2c: xiic: Fix Tx Interrupt path for grouped messagesRaviteja Narayanam2022-05-141-18/+20
* i2c: xiic: Fix coding style issuesMichal Simek2022-05-141-17/+20
* i2c: xiic: return value of xiic_reinitShubhrajyoti Datta2022-05-141-1/+4
* i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-05-141-2/+10
* i2c: designware: Sort timing parameter ACPI method calls by the speedJarkko Nikula2022-05-141-1/+1
* i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor2022-05-141-1/+1
* i2c: davinci: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-05-041-8/+4
* i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()Yang Yingliang2022-05-041-1/+3
* docs: i2c: reference simple probesStephen Kitt2022-05-041-5/+8
* i2c: powermac: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-041-1/+1
* i2c: at91: use dma safe buffersMichael Walle2022-05-041-0/+11
* i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno2022-05-041-4/+7
* i2c: designware: Modify timing parameters for amdpsp mailboxJan Dabros2022-05-041-2/+2
* dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4Geert Uytterhoeven2022-05-041-1/+1
* i2c: meson: Use 50% duty cycle for I2C clockLucas Tanure2022-04-151-10/+60
* i2c: meson: Use _SHIFT and _MASK for register definitionsLucas Tanure2022-04-151-19/+22
* i2c: rcar: add support for I2C_M_RECV_LENWolfram Sang2022-04-151-4/+27
* dt-bindings: i2c: qcom,i2c-qup: convert to dtschemaKrzysztof Kozlowski2022-04-152-40/+89
* Linux 5.18-rc2Linus Torvalds2022-04-101-1/+1
* Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
|\
| * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
|\ \
| * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| |/
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
|\ \
| * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-101-8/+8
|\ \
| * | habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31