summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '...Stephen Boyd23-47/+1199
2020-12-21Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd25-317/+4456
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-52/+108
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds118-773/+559
2020-12-20clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"Geert Uytterhoeven1-2/+2
2020-12-20clk: ingenic: Fix divider calculation with div tablesPaul Cercueil1-4/+10
2020-12-20clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec2-0/+2
2020-12-20clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET1-0/+1
2020-12-20clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9Terry Zhou1-2/+2
2020-12-20clk: si5351: Wait for bit clear after PLL resetSascha Hauer1-3/+10
2020-12-20clk: at91: sam9x60: remove atmel,osc-bypass supportAlexandre Belloni1-5/+1
2020-12-19Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+3
2020-12-19Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds7-846/+9
2020-12-19Merge tag 'i3c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds19-1/+4268
2020-12-19Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds23-344/+481
2020-12-19Merge tag 'hsi-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-2/+2
2020-12-19Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds47-371/+1181
2020-12-19clk: at91: sama7g5: register cpu clockClaudiu Beznea1-7/+6
2020-12-19clk: at91: clk-master: re-factor master clockClaudiu Beznea14-146/+542
2020-12-19clk: at91: sama7g5: do not allow cpu pll to go higher than 1GHzClaudiu Beznea1-14/+47
2020-12-19clk: at91: sama7g5: decrease lower limit for MCK0 rateClaudiu Beznea1-1/+1
2020-12-19clk: at91: sama7g5: remove mck0 from parent list of other clocksClaudiu Beznea1-29/+26
2020-12-19clk: at91: clk-sam9x60-pll: allow runtime changes for pllClaudiu Beznea4-41/+197
2020-12-19clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristicsEugen Hristev1-2/+2
2020-12-19clk: at91: clk-master: add 5th divisor for mck masterEugen Hristev2-2/+2
2020-12-19clk: at91: sama7g5: allow SYS and CPU PLLs to be exported and referenced in DTEugen Hristev1-2/+4
2020-12-19dt-bindings: clock: at91: add sama7g5 pll definesEugen Hristev1-3/+3
2020-12-19clk: at91: sama7g5: fix compilation errorClaudiu Beznea1-2/+4
2020-12-19clk: bcm: dvp: Add MODULE_DEVICE_TABLE()Nicolas Saenz Julienne1-0/+1
2020-12-19clk: bcm: dvp: drop a variable that is assigned to onlyUwe Kleine-König1-2/+1
2020-12-19rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König1-1/+2
2020-12-19vdpa: Use simpler version of ida allocationParav Pandit1-1/+1
2020-12-19vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong1-1/+2
2020-12-19virtio_ring: Fix two use after free bugsDan Carpenter1-2/+2
2020-12-19virtio_net: Fix error code in probe()Dan Carpenter1-0/+1
2020-12-19virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()Dan Carpenter1-2/+2
2020-12-19vdpa/mlx5: Use write memory barrier after updating CQ indexEli Cohen1-0/+5
2020-12-19vdpa: split vdpasim to core and net modulesMax Gurtovoy5-219/+298
2020-12-19vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iovStefano Garzarella1-5/+6
2020-12-19vdpa_sim: make vdpasim->buffer size configurableStefano Garzarella1-1/+3
2020-12-19vdpa_sim: use kvmalloc to allocate vdpasim->bufferStefano Garzarella1-2/+2
2020-12-19vdpa_sim: set vringh notify callbackStefano Garzarella1-4/+19
2020-12-19vdpa_sim: add set_config callback in vdpasim_dev_attrStefano Garzarella1-1/+10
2020-12-19vdpa_sim: add get_config callback in vdpasim_dev_attrStefano Garzarella1-14/+21
2020-12-19vdpa_sim: make 'config' generic and usable for any device typeStefano Garzarella1-4/+13
2020-12-19vdpa_sim: store parsed MAC address in a bufferStefano Garzarella1-3/+7
2020-12-19vdpa_sim: add work_fn in vdpasim_dev_attrStefano Garzarella1-2/+5
2020-12-19vdpa_sim: add supported_features field in vdpasim_dev_attrStefano Garzarella1-11/+18
2020-12-19vdpa_sim: add device id field in vdpasim_dev_attrStefano Garzarella1-2/+5
2020-12-19vdpa_sim: add struct vdpasim_dev_attr for device attributesStefano Garzarella1-8/+17