summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-12i2c: pxa: use master-abort for device probesRussell King
2020-05-12i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King
2020-05-12i2c: pxa: remove some unnecessary debugRussell King
2020-05-12i2c: pxa: ensure timeout messages are uniqueRussell King
2020-05-12i2c: pxa: avoid complaints with non-responsive slavesRussell King
2020-05-12i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-05-08i2c: tegra: Synchronize DMA before terminationDmitry Osipenko
2020-05-08i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko
2020-05-08i2c: tegra: Keep IRQs enabled during suspend/resumeThierry Reding
2020-05-08i2c: tegra: Restore pinmux on system resumeThierry Reding
2020-05-07Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding
2020-05-05i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu
2020-05-05i2c: use my kernel.org address from now onWolfram Sang
2020-05-05i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat
2020-05-05i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King
2020-05-05i2c: pxa: clean up decode_bits()Russell King
2020-05-05i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King
2020-05-05i2c: pxa: move DT IDs along side platform IDsRussell King
2020-05-05i2c: pxa: move private definitions to i2c-pxa.cRussell King
2020-05-05i2c: pxa: always set fm and hs members for each typeRussell King
2020-05-05i2c: pxa: add and use definitions for IBMR registerRussell King
2020-05-05i2c: pxa: re-arrange register field definitionsRussell King
2020-05-05i2c: pxa: re-arrange functions to flow betterRussell King
2020-05-05i2c: pxa: re-arrange includes to be in alphabetical orderRussell King
2020-05-05i2c: pxa: remove unneeded includesRussell King
2020-05-05i2c: pxa: use official address byte helperRussell King
2020-05-03Linux 5.7-rc4Linus Torvalds
2020-05-03Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-05-03Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-03MAINTAINERS: btrfs: fix git repo URLEric Biggers
2020-05-02Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-05-02Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2020-05-02Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-05-02Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-05-01Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-05-01Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-01Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-01Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-05-01Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-05-01Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-05-01io_uring: punt splice async because of inode mutexPavel Begunkov
2020-05-01io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-01io_uring: fix extra put in sync_file_range()Pavel Begunkov