aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie
2020-05-05spi: bcm2835: Fixes bare use of unsignedJacko Dirks
2020-05-05Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:Mark Brown
2020-05-05Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-05-04spi: amd: Drop superfluous member from struct amd_spiLukas Wunner
2020-05-04spi: amd: Fix refcount underflow on removeLukas Wunner
2020-05-04spi: amd: Drop duplicate driver data assignmentsLukas Wunner
2020-05-04spi: amd: Pass probe errors back to driver coreLukas Wunner
2020-05-04spi: amd: Fix duplicate iounmap in error pathLukas Wunner
2020-04-30spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge
2020-04-30spi: pxa2xx: Apply CS clk quirk to BXTEvan Green
2020-04-29spi: stm32-qspi: Fix unbalanced pm_runtime_enable issuePatrice Chotard
2020-04-29spi: uniphier: fix error return code in uniphier_spi_probe()Wei Yongjun
2020-04-29spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()Wei Yongjun
2020-04-28spi: spi-amd: fix warningSanjay R Mehta
2020-04-27spi: spi-amd: Add AMD SPI controller driver supportSanjay R Mehta
2020-04-27Merge tag 'v5.7-rc3' into spi-5.8Mark Brown
2020-04-26Linux 5.7-rc3Linus Torvalds
2020-04-26Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-04-26Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-04-26Merge tag 'tty-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-04-26Merge tag 'char-misc-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-26Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-26Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-04-26Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-04-26Merge tag 'devicetree-fixes-for-5.7-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-04-25s390/protvirt: fix compilation issueClaudio Imbrenda
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-04-24selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau
2020-04-24selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2020-04-24bpf: Fix reStructuredText markupJakub Wilk
2020-04-24net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger
2020-04-24net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo