aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-23Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-20/+17
2020-10-22Merge tag 'pwm/for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds10-90/+64
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-89/+128
2020-09-24pwm: Allow store 64-bit duty cycle from sysfs interfaceJarkko Nikula1-2/+2
2020-09-24pwm: img: Fix null pointer access in probeHauke Mehrtens1-1/+2
2020-09-24pwm: pca9685: Disable unused alternative addressesDavid Jander1-7/+16
2020-09-24pwm: pca9685: Use BIT() macro instead of shiftDavid Jander1-4/+4
2020-09-24pwm: pca9685: Make comments more consistentDavid Jander1-7/+7
2020-09-24pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski1-24/+12
2020-09-24pwm: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-09-24pwm: sifive: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-09-24pwm: rockchip: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-24pwm: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-09-24pwm: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-24pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-14/+3
2020-09-24pwm: rockchip: Keep enabled PWMs running while probingSimon South1-1/+4
2020-09-17pwm: Add support for sl28cpld PWM controllerMichael Walle3-0/+281
2020-09-11Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi18-193/+39
2020-09-06pwm: crc: Implement get_state() methodHans de Goede1-0/+31
2020-09-06pwm: crc: Implement apply() method to support the new atomic PWM APIHans de Goede1-35/+54
2020-09-06pwm: crc: Enable/disable PWM output on enable/disableHans de Goede1-0/+4
2020-09-06pwm: crc: Fix period changes not having any effectHans de Goede1-5/+2
2020-09-06pwm: crc: Fix off-by-one error in the clock-divider calculationsHans de Goede1-3/+14
2020-09-06pwm: crc: Fix period / duty_cycle times being off by a factor of 256Hans de Goede1-3/+3
2020-09-06pwm: lpss: Remove suspend/resume handlersHans de Goede3-28/+0
2020-09-06pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware stateHans de Goede1-12/+9
2020-09-06pwm: lpss: Add pwm_lpss_prepare_enable() helperHans de Goede1-19/+26
2020-09-06pwm: lpss: Add range limit check for the base_unit register valueHans de Goede1-1/+2
2020-09-06pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede1-3/+3
2020-08-24pwm: cros-ec: Simplify EC error handlingGuenter Roeck1-22/+4
2020-08-24pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck1-7/+22
2020-08-19ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann1-1/+1
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds15-33/+39
2020-07-30pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur1-2/+7
2020-07-30pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov3-3/+3
2020-07-30pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones1-1/+1
2020-07-30pwm: mediatek: Provide missing kerneldoc description for 'soc' argLee Jones1-0/+1
2020-07-30pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones1-1/+1
2020-07-30pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones1-2/+1
2020-07-01pwm: remove pwm-puv3 driverMike Rapoport3-160/+0
2020-06-17pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding1-4/+4
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh3-12/+12
2020-06-17pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh1-1/+1
2020-06-17pwm: sifive: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-17pwm: iqs620a: Use 64-bit divisionThierry Reding1-3/+4
2020-06-16pwm: imx27: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-16pwm: imx-tpm: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-16pwm: clps711x: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-04pwm: Add missing "CONFIG_" prefixKees Cook1-1/+1