Show patches with: Submitter = Martin Blumenstingl       |    Archived = No       |   51 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/14] pwm: meson: unify the parameter list of meson_pwm_{enable,disable} pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[02/14] pwm: meson: use devm_clk_get_optional() to get the input clock pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[03/14] pwm: meson: use GENMASK and FIELD_PREP for the lo and hi values pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[04/14] pwm: meson: change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[05/14] pwm: meson: don't duplicate the polarity internally pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc() pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[07/14] pwm: meson: add the meson_pwm_channel data to struct meson_pwm pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[08/14] pwm: meson: add the per-channel register offsets and bits in a struct pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request() pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[1/1] pwm: meson: use the spin-lock only to protect register modifications pwm: meson: fix scheduling while atomic issue - 1 1 - --- 2019-03-24 Martin Blumenstingl Changes Requested
[1/2] pwm: meson: consider 128 a valid pre-divider pwm: meson: two small bug-fixes 1 1 1 - --- 2019-04-01 Martin Blumenstingl Accepted
[10/14] pwm: meson: simplify the calculation of the pre-divider and count pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[11/14] pwm: meson: read the full hardware state in meson_pwm_get_state() pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[12/14] pwm: meson: don't cache struct pwm_state internally pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[14/14] pwm: meson: add documentation to the driver pwm-meson: cleanups and improvements - - 1 - --- 2019-05-25 Martin Blumenstingl Changes Requested
[2/2] pwm: meson: don't disable pwm when setting duty repeatedly pwm: meson: two small bug-fixes - 1 1 - --- 2019-04-01 Martin Blumenstingl Accepted
[RFC,v1] regulator: pwm-regulator: Fix continuous get_voltage for disabled PWM [RFC,v1] regulator: pwm-regulator: Fix continuous get_voltage for disabled PWM - - - - --- 2023-12-21 Martin Blumenstingl Handled Elsewhere
[RFC,v2,1/3] regulator: pwm-regulator: Add validity checks in continuous .get_voltage regulator: pwm-regulator: Fixes for disabled PWMs at boot - - - - --- 2024-01-13 Martin Blumenstingl Handled Elsewhere
[RFC,v2,2/3] regulator: pwm-regulator: Calculate the output voltage for disabled PWMs regulator: pwm-regulator: Fixes for disabled PWMs at boot - - - - --- 2024-01-13 Martin Blumenstingl Handled Elsewhere
[RFC,v2,3/3] regulator: pwm-regulator: Manage boot-on with disabled PWM channels regulator: pwm-regulator: Fixes for disabled PWMs at boot - - - - --- 2024-01-13 Martin Blumenstingl Handled Elsewhere
[v2,01/14] pwm: meson: unify the parameter list of meson_pwm_{enable,disable} pwm-meson: cleanups and improvements - - 2 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,02/14] pwm: meson: use devm_clk_get_optional() to get the input clock pwm-meson: cleanups and improvements - - 2 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,03/14] pwm: meson: use GENMASK and FIELD_PREP for the lo and hi values pwm-meson: cleanups and improvements - - 2 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,04/14] pwm: meson: change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,05/14] pwm: meson: don't duplicate the polarity internally pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,07/14] pwm: meson: add the meson_pwm_channel data to struct meson_pwm pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,08/14] pwm: meson: add the per-channel register offsets and bits in a struct pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,1/1] pwm: meson: use the spin-lock only to protect register modifications pwm: meson: fix scheduling while atomic issue - 1 2 - --- 2019-04-01 Martin Blumenstingl Accepted
[v2,10/14] pwm: meson: simplify the calculation of the pre-divider and count pwm-meson: cleanups and improvements 1 - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,11/14] pwm: meson: read the full hardware state in meson_pwm_get_state() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,12/14] pwm: meson: don't cache struct pwm_state internally pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v2,14/14] pwm: meson: add documentation to the driver pwm-meson: cleanups and improvements - - 1 - --- 2019-06-08 Martin Blumenstingl Changes Requested
[v3,01/14] pwm: meson: unify the parameter list of meson_pwm_{enable,disable} pwm-meson: cleanups and improvements - - 2 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,02/14] pwm: meson: use devm_clk_get_optional() to get the input clock pwm-meson: cleanups and improvements - - 2 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,03/14] pwm: meson: use GENMASK and FIELD_PREP for the lo and hi values pwm-meson: cleanups and improvements - - 2 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,04/14] pwm: meson: change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,05/14] pwm: meson: don't duplicate the polarity internally pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,07/14] pwm: meson: add the meson_pwm_channel data to struct meson_pwm pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,08/14] pwm: meson: add the per-channel register offsets and bits in a struct pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,10/14] pwm: meson: simplify the calculation of the pre-divider and count pwm-meson: cleanups and improvements 1 - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,11/14] pwm: meson: read the full hardware state in meson_pwm_get_state() pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,12/14] pwm: meson: don't cache struct pwm_state internally pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
[v3,14/14] pwm: meson: add documentation to the driver pwm-meson: cleanups and improvements - - 1 - --- 2019-06-12 Martin Blumenstingl Accepted
pwm: meson: fix allocation of meson_pwm_channel array pwm: meson: fix allocation of meson_pwm_channel array - 1 - - --- 2018-04-28 Martin Blumenstingl Accepted