Sign in
android-kvm
/
linux
/
7472ff8adad8655f38b060a602f66e59c93c4793
/
drivers
/
pwm
9722c3b
of: remove internal arguments from of_property_for_each_u32()
by Luca Ceresoli
· 5 months ago
240b129
pwm: axi-pwmgen: add .max_register to regmap
by Trevor Gamblin
· 5 months ago
c9a787b
pwm: atmel-tcb: Make private data variable naming consistent
by Uwe Kleine-König
· 5 months ago
c1330cb
pwm: atmel-tcb: Simplify checking the companion output
by Uwe Kleine-König
· 5 months ago
9dd42d0
pwm: Allow pwm state transitions from an invalid state
by Uwe Kleine-König
· 6 months ago
14b9dc6
pwm: xilinx: Simplify using devm_ functions
by Uwe Kleine-König
· 6 months ago
0007fa1
pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_unlock
by Uwe Kleine-König
· 6 months ago
4c50c71
pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock
by Uwe Kleine-König
· 6 months ago
650af6c
pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock
by Uwe Kleine-König
· 6 months ago
44ee951
pwm: Register debugfs operations after the pwm class
by Uwe Kleine-König
· 6 months ago
9b22ceb
pwm: imx-tpm: Enable pinctrl setting for sleep state
by Shenwei Wang
· 6 months ago
f3a616e
pwm: lpss: drop redundant runtime PM handles
by Raag Jadav
· 6 months ago
07612a7
pwm: lpss: use devm_pm_runtime_enable() helper
by Raag Jadav
· 6 months ago
7cea05a
pwm-stm32: Make use of parametrised register definitions
by Uwe Kleine-König
· 6 months ago
2ed3284
pwm: meson: Add support for Amlogic S4 PWM
by Junyi Zhao
· 6 months ago
7f61257
pwm: Add GPIO PWM driver
by Vincent Whitchurch
· 6 months ago
d6f66e2
pwm: Make pwm_request_from_chip() private to the core
by Uwe Kleine-König
· 6 months ago
40571a5
pwm: cros-ec: Simplify device tree xlation
by Uwe Kleine-König
· 6 months ago
f7d5463
pwm: cros-ec: Don't care about consumers in .get_state()
by Uwe Kleine-König
· 6 months ago
33c651a
pwm: Make use of a symbol namespace for the core
by Uwe Kleine-König
· 6 months ago
2c69747
pwm: add missing MODULE_DESCRIPTION() macros
by Jeff Johnson
· 6 months ago
3555f8f
pwm: axi-pwmgen: Make use of regmap_clear_bits()
by Uwe Kleine-König
· 6 months ago
32b4f1a
pwm: jz4740: Another few conversions to regmap_{set,clear}_bits()
by Uwe Kleine-König
· 6 months ago
41814fe
pwm: Add driver for AXI PWM generator
by Drew Fustini
· 6 months ago
37f7707
pwm: atmel-tcb: Fix race condition and convert to guards
by Uwe Kleine-König
· 5 months ago
7346e7a
pwm: stm32: Always do lazy disabling
by Uwe Kleine-König
· 6 months ago
f01af30
pwm: stm32: Fix error message to not describe the previous error path
by Uwe Kleine-König
· 6 months ago
dab8f9f
pwm: stm32: Fix calculation of prescaler
by Uwe Kleine-König
· 6 months ago
c45fcf4
pwm: stm32: Refuse too small period requests
by Uwe Kleine-König
· 6 months ago
4817118
pwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_data to 0
by Uwe Kleine-König
· 7 months ago
32c44e1
pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating
by George Stark
· 8 months ago
3e55111
pwm: meson: Add check for error from clk_round_rate()
by George Stark
· 8 months ago
6b2d60a
pwm: meson: Drop unneeded check in .get_state()
by George Stark
· 8 months ago
1031c2b
pwm: meson: Add generic compatible for meson8 to sm1
by Jerome Brunet
· 10 months ago
141a8502
pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get()
by Uwe Kleine-König
· 9 months ago
664d8db
pwm: bcm2835: Introduce a local variable for &pdev->dev
by Uwe Kleine-König
· 9 months ago
8002fbe
pwm: stm32: Calculate prescaler with a division instead of a loop
by Uwe Kleine-König
· 9 months ago
d44d635
pwm: stm32: Fix for settings using period > UINT32_MAX
by Uwe Kleine-König
· 9 months ago
e419617
pwm: stm32: Improve precision of calculation in .apply()
by Uwe Kleine-König
· 9 months ago
80bd81c
pwm: stm32: Add error messages in .probe()'s error paths
by Uwe Kleine-König
· 9 months ago
c6837aa
pwm: Don't check pointer for being non-NULL after use
by Uwe Kleine-König
· 9 months ago
4c56b14
pwm: Add a struct device to struct pwm_chip
by Uwe Kleine-König
· 9 months ago
ee37bf5
pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
by Uwe Kleine-König
· 9 months ago
e9cc807
pwm: Move contents of sysfs.c into core.c
by Uwe Kleine-König
· 9 months ago
b40ac0e
pwm: Give some sysfs related variables and functions better names
by Uwe Kleine-König
· 9 months ago
7db42aa2
pwm: sti: Prefer local variable over pointer dereference
by Uwe Kleine-König
· 9 months ago
c0143f6
pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc()
by Uwe Kleine-König
· 9 months ago
9e287e0
pwm: sti: Maintain all per-chip driver data in a single struct
by Uwe Kleine-König
· 9 months ago
354bf75
pwm: sti: Drop member from driver data that only carries a constant
by Uwe Kleine-König
· 9 months ago
3025c9c
pwm: sti: Improve error reporting using dev_err_probe()
by Uwe Kleine-König
· 9 months ago
5bb0b19
pwm: sti: Simplify probe function using devm functions
by Uwe Kleine-König
· 9 months ago
05947224
pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()
by Uwe Kleine-König
· 10 months ago
a2ac1cb
pwm: dwc: allow suspend/resume for 16 channels
by Raag Jadav
· 8 months ago
73dfe97
pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()
by Uwe Kleine-König
· 9 months ago
9eb0587
pwm: img: fix pwm clock lookup
by Zoltan HERPAI
· 9 months ago
dd6c6d5
pwm: imx-tpm: fix probe crash due to access registers without clock
by Dong Aisheng
· 10 months ago
f2cea1d
pwm: meson: generalize 4 inputs clock on meson8 pwm type
by Jerome Brunet
· 10 months ago
9e3440d
pwm: dwc: simplify error handling
by Raag Jadav
· 10 months ago
ebf2c89
pwm: dwc: Add 16 channel support for Intel Elkhart Lake
by Raag Jadav
· 10 months ago
144a000
pwm: dwc: drop redundant error check
by Raag Jadav
· 10 months ago
dda59d2
pwm: xilinx: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
4caa211
pwm: xilinx: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
ae8635e
pwm: vt8500: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
68e34b3
pwm: vt8500: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
9767db3
pwm: vt8500: Introduce a local pwm_chip variable in .probe()
by Uwe Kleine-König
· 10 months ago
58803ad
pwm: vt8500: Change prototype of a helper to prepare further changes
by Uwe Kleine-König
· 10 months ago
7fe0932
pwm: visconti: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
b860648
pwm: twl-led: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
e3ad4f2
pwm: twl-led: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
12fa880
pwm: twl: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
6a20d5e
pwm: twl: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
de83005
pwm: tiehrpwm: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
e003a68
pwm: tiehrpwm: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
4e1c8593
pwm: tiehrpwm: Change prototype of helpers to prepare further changes
by Uwe Kleine-König
· 10 months ago
b514a1b
pwm: tiehrpwm: Simplify code to determine the pwmchip's parent device
by Uwe Kleine-König
· 10 months ago
76b4accb
pwm: tiecap: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
ba60fbf
pwm: tiecap: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
02aa760
pwm: tiecap: Change prototype of helpers to prepare further changes
by Uwe Kleine-König
· 10 months ago
62f59c1
pwm: tiecap: Simplify code to determine the pwmchip's parent device
by Uwe Kleine-König
· 10 months ago
7550ebf
pwm: tegra: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
aa37f83
pwm: tegra: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
b662c6e
pwm: tegra: Drop duplicated tracking of the parent device
by Uwe Kleine-König
· 10 months ago
11ee0a1
pwm: sunplus: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
362e3f8
pwm: sun4i: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
2eb3ff5
pwm: sun4i: Consistently name driver data sun4ichip
by Uwe Kleine-König
· 10 months ago
2d7224f
pwm: sun4i: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
d6ada1d
pwm: sun4i: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
f20fb5c
pwm: stmpe: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
c3492db2
pwm: stmpe: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
5d481e07
pwm: stm32-lp: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
0e89637
pwm: stm32-lp: Make use of pwmchip_parent() accessor
by Uwe Kleine-König
· 10 months ago
8f5e2dc
pwm: stm32-lp: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
3e4224a
pwm: stm32-lp: Simplify code to determine the pwmchip's parent device
by Uwe Kleine-König
· 10 months ago
174821b
pwm: stm32: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
e315bf7
pwm: stm32: Change prototype of helper that detects npwm to prepare further changes
by Uwe Kleine-König
· 10 months ago
f294307
pwm: stm32: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
fbde128
pwm: stm32: Change prototype of a helper to prepare further changes
by Uwe Kleine-König
· 10 months ago
da665d25
pwm: stm32: Simplify code to determine the pwmchip's parent device
by Uwe Kleine-König
· 10 months ago
3f7dc7d
pwm: sti: Make use of devm_pwmchip_alloc() function
by Uwe Kleine-König
· 10 months ago
5427276
pwm: sti: Prepare removing pwm_chip from driver data
by Uwe Kleine-König
· 10 months ago
Next »