summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pwm: renesas-tpu: Make use of dev_err_probe()Uwe Kleine-König2022-05-201-6/+3
* pwm: samsung: Implement .apply() callbackUwe Kleine-König2022-05-201-12/+42
* pwm: sifive: Simplify if-if to if-elseWan Jiabing2022-05-201-3/+2
* pwm: clps71xx: Implement .apply() callbackUwe Kleine-König2022-04-221-47/+21
* pwm: raspberrypi-poe: Fix endianness in firmware structUwe Kleine-König2022-04-221-1/+1
* pwm: atmel-tcb: Make atmel_tcb_divisors staticUwe Kleine-König2022-04-221-1/+1
* gpio: mvebu: Drop PWM base assignmentBaruch Siach2022-04-221-7/+0
* pwm: lp3943: Implement .apply() callbackUwe Kleine-König2022-04-221-7/+34
* pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König2022-04-221-0/+1
* pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM DriverHammer Hsieh2022-04-223-0/+244
* pwm: Add support for Xilinx AXI TimerSean Anderson2022-04-223-0/+336
* pwm: atmel-tcb: Drop duplicated tracking of per-channel dataUwe Kleine-König2022-04-221-6/+6
* pwm-sun4i: Calculate the delay without rounding down to jiffiesMax Kellermann2022-04-221-3/+1
* pwm-sun4i: Calculate "delay_jiffies" directly, eliminate absolute timeMax Kellermann2022-04-221-12/+7
* pwm-sun4i: Convert "next_period" to local variableMax Kellermann2022-04-221-5/+4
* Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-172-64/+23
|\
| * xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2022-04-072-64/+23
* | Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2022-04-172-0/+8
|\ \
| * | power: supply: Reset err after not finding static batteryYassine Oudjana2022-04-131-0/+6
| * | power: supply: samsung-sdi-battery: Add missing charge restart voltagesLinus Walleij2022-04-131-0/+2
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-175-12/+54
|\ \ \
| * | | i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-151-2/+2
| * | | i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko2022-04-151-1/+1
| * | | i2c: dev: check return value when calling dev_set_name()Andy Shevchenko2022-04-151-5/+10
| * | | i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson2022-04-151-4/+2
| * | | i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut2022-04-151-0/+33
| * | | i2c: pasemi: Wait for write xfers to finishMartin Povišer2022-04-151-0/+6
* | | | Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-12/+14
|\ \ \ \
| * \ \ \ Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-04-161-10/+12
| |\ \ \ \
| | * | | | gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko2022-04-081-8/+10
| | * | | | gpiolib: acpi: use correct format charactersLinus Torvalds2022-04-081-2/+2
| | | |/ / | | |/| |
| * | | | gpio: sim: fix setting and getting multiple linesBartosz Golaszewski2022-04-141-2/+2
| | |/ / | |/| |
* | | | Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-178-18/+47
|\ \ \ \
| * \ \ \ Merge tag 'reset-fixes-for-v5.18' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann2022-04-072-2/+11
| |\ \ \ \
| | * | | | reset: tegra-bpmp: Restore Handle errors in BPMP responseSameer Pujar2022-04-041-1/+8
| | * | | | reset: renesas: Check return value of reset_control_deassert()Heiner Kallweit2022-04-041-1/+3
| | | |/ / | | |/| |
| * | | | Merge tag 'memory-controller-drv-fixes-5.18' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-04-073-9/+27
| |\ \ \ \
| | * | | | memory: fsl_ifc: populate child nodes of buses and mfd devicesLi Yang2022-04-061-2/+1
| | * | | | memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probeMiaoqian Lin2022-04-041-6/+17
| | * | | | memory: renesas-rpc-if: fix platform-device leak in error pathJohan Hovold2022-04-041-1/+9
| | |/ / /
| * | | | firmware: arm_scmi: Fix sparse warnings in OPTEE transport driverSudeep Holla2022-04-051-4/+4
| * | | | firmware: arm_scmi: Replace zero-length array with flexible-array memberLv Ruyi2022-04-051-1/+1
| * | | | firmware: arm_scmi: Fix sorting of retrieved clock ratesCristian Marussi2022-04-051-1/+2
| * | | | firmware: arm_scmi: Remove clear channel call on the TX channelCristian Marussi2022-04-041-1/+2
| |/ / /
* | | | Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-171-24/+20
|\ \ \ \
| * | | | random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld2022-04-161-1/+1
| * | | | random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-04-131-13/+7
| * | | | random: allow partial reads if later user copies failJason A. Donenfeld2022-04-131-10/+12
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-04-169-306/+271
|\ \ \ \ \
| * | | | | scsi: qedi: Fix failed disconnect handlingMike Christie2022-04-121-35/+34