This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 06a4ec1d9dc6 Merge tag 'pstore-v5.9-rc2' of git://git.kernel.org/pub/sc [...] new b7333b58f358 mm/memory.c: skip spurious TLB flush for retried page fault new bd05220c7be3 arch/ia64: Restore arch-specific pgd_offset_k implementation new 9899b587588f Merge tag 'fixes-2020-08-18' of git://git.kernel.org/pub/s [...] new ddf75be47ca7 spi: Prevent adding devices below an unregistering controller new ae1ba50f1e70 spi: stm32: clear only asserted irq flags on interrupt new 0454357faaf8 dt-bindings: lpspi: Add missing boolean type for fsl,spi-o [...] new 135dd873d3c7 spi: stm32h7: fix race condition at end of transfer new 3373e9004acc spi: stm32: fix fifo threshold level in case of short transfer new 9cc61973bf93 spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate new db96bf976a4f spi: stm32: fixes suspend/resume management new 60ccb3515fc6 spi: stm32: always perform registers configuration prior t [...] new 8cb61d65b1c8 Merge series "spi: stm32: various driver fixes" from Alain [...] new 18445bf405cb Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/s [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/spi/spi-fsl-lpspi.yaml | 1 + arch/ia64/include/asm/pgtable.h | 9 ++ drivers/spi/Kconfig | 3 + drivers/spi/spi-stm32.c | 100 +++++++++++++-------- drivers/spi/spi.c | 21 ++++- include/linux/pgtable.h | 2 + mm/memory.c | 3 + 7 files changed, 100 insertions(+), 39 deletions(-)