Show patches with: Submitter = Martin Blumenstingl       |   1219 patches
« 1 2 ... 4 5 612 13 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,1/3] dt-bindings: interrupt-controller: New binding for Meson-G12A SoC meson-gpio-irqc: Add support for the Meson-G12A SoC - - - --- 2019-06-08 Martin Blumenstingl Accepted
[v2,14/14] pwm: meson: add documentation to the driver pwm-meson: cleanups and improvements - 1 - --- 2019-06-08 Martin Blumenstingl Superseded
[v2,13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling pwm-meson: cleanups and improvements - 1 - --- 2019-06-08 Martin Blumenstingl Superseded
[v2,12/14] pwm: meson: don't cache struct pwm_state internally pwm-meson: cleanups and improvements - 1 - --- 2019-06-08 Martin Blumenstingl Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[v2,06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc() pwm-meson: cleanups and improvements - 1 - --- 2019-06-08 Martin Blumenstingl Superseded
[v2,05/14] pwm: meson: don't duplicate the polarity internally pwm-meson: cleanups and improvements - 1 - --- 2019-06-08 Martin Blumenstingl Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[4/4] ARM: dts: meson8b: mxq: add the VDDEE regulator ARM: dts: meson8b: add VDDEE / mali-supply - - - --- 2019-05-25 Martin Blumenstingl Not Applicable
[3/4] ARM: dts: meson8b: odroidc1: add the VDDEE regulator ARM: dts: meson8b: add VDDEE / mali-supply - - - --- 2019-05-25 Martin Blumenstingl Not Applicable
[2/4] ARM: dts: meson8b: ec100: add the VDDEE regulator ARM: dts: meson8b: add VDDEE / mali-supply - - - --- 2019-05-25 Martin Blumenstingl Not Applicable
[1/4] ARM: dts: meson8b: add the PWM_D output pin ARM: dts: meson8b: add VDDEE / mali-supply - - - --- 2019-05-25 Martin Blumenstingl Not Applicable
[14/14] pwm: meson: add documentation to the driver pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[13/14] pwm: meson: add support PWM_POLARITY_INVERSED when disabling pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[12/14] pwm: meson: don't cache struct pwm_state internally pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[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 Superseded
[10/14] pwm: meson: simplify the calculation of the pre-divider and count pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request() pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[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 Superseded
[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 Superseded
[06/14] pwm: meson: pass struct pwm_device to meson_pwm_calc() pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[05/14] pwm: meson: don't duplicate the polarity internally pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[01/14] pwm: meson: unify the parameter list of meson_pwm_{enable, disable} pwm-meson: cleanups and improvements - 1 - --- 2019-05-25 Martin Blumenstingl Superseded
[1/1] ARM: dts: meson8b: mxq: improve support for the TRONFY MXQ S805 ARM: meson8b-mxq: better support for the TRONFY MXQ - - 1 --- 2019-05-24 Martin Blumenstingl Mainlined
[2/2] ARM: dts: meson8m2: mxiii-plus: add the supply for the Mali GPU ARM: dts: add the GPU voltage supply on MXIII-Plus - - - --- 2019-05-20 Martin Blumenstingl Mainlined
[1/2] ARM: dts: meson8m2: mxiii-plus: rename the DCDC2 regulator ARM: dts: add the GPU voltage supply on MXIII-Plus - - - --- 2019-05-20 Martin Blumenstingl Mainlined
[4/4] clk: meson: meson8b: add the cts_i958 clock 32-bit Meson: audio clock support - - - --- 2019-05-20 Martin Blumenstingl narmstrong Not Applicable
[3/4] clk: meson: meson8b: add the cts_mclk_i958 clocks 32-bit Meson: audio clock support - - - --- 2019-05-20 Martin Blumenstingl narmstrong Not Applicable
[2/4] clk: meson: meson8b: add the cts_amclk clocks 32-bit Meson: audio clock support - - - --- 2019-05-20 Martin Blumenstingl narmstrong Not Applicable
[1/4] dt-bindings: clock: meson8b: add the audio clocks 32-bit Meson: audio clock support - - - --- 2019-05-20 Martin Blumenstingl Not Applicable
[v2,5/5] ARM: dts: meson8b: add the canvas module 32-bit Meson: add the canvas module - - - --- 2019-05-20 Martin Blumenstingl Mainlined
[v2,4/5] ARM: dts: meson8m2: update the offset of the canvas module 32-bit Meson: add the canvas module - - - --- 2019-05-20 Martin Blumenstingl Mainlined
[v2,3/5] ARM: dts: meson8: add the canvas module 32-bit Meson: add the canvas module - - - --- 2019-05-20 Martin Blumenstingl Mainlined
[v2,2/5] soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2 32-bit Meson: add the canvas module - 1 - --- 2019-05-20 Martin Blumenstingl Mainlined
[v2,1/5] dt-bindings: soc: amlogic: canvas: document support for Meson8/8b/8m2 32-bit Meson: add the canvas module 1 - - --- 2019-05-20 Martin Blumenstingl Mainlined
[1/1] clk: meson: meson8b: fix a typo in the VPU parent names array variable typo fix for the Meson8b clock controller driver - - - --- 2019-05-12 Martin Blumenstingl narmstrong Not Applicable
[1/1] ARM: dts: meson8b: fix the operating voltage of the Mali GPU ARM: dts: meson8b: another GPU fix - - - --- 2019-05-12 Martin Blumenstingl Mainlined
arm64: dts: amlogic: remove ethernet-phy-idAAAA.BBBB compatible strings arm64: dts: amlogic: remove ethernet-phy-idAAAA.BBBB compatible strings - 1 - --- 2019-05-11 Martin Blumenstingl Mainlined
[2/2] ARM: dts: meson8b: drop undocumented property from the Mali GPU node ARM: dts: meson: two GPU fixes - - - --- 2019-04-20 Martin Blumenstingl Mainlined
[1/2] ARM: dts: meson8: fix GPU interrupts and drop an undocumented property ARM: dts: meson: two GPU fixes - - - --- 2019-04-20 Martin Blumenstingl Mainlined
[3/3] ARM: dts: meson8b: add the canvas module 32-bit Meson: add the canvas module - - - --- 2019-04-13 Martin Blumenstingl Superseded
[2/3] ARM: dts: meson8m2: update the offset of the canvas module 32-bit Meson: add the canvas module - - - --- 2019-04-13 Martin Blumenstingl Superseded
[1/3] ARM: dts: meson8: add the canvas module 32-bit Meson: add the canvas module - - - --- 2019-04-13 Martin Blumenstingl Superseded
[3/3] ARM: dts: meson8b: odroid-c1: prepare support for the RTC Meson8b: add support for the RTC on EC-100 and Odroid-C1 - - - --- 2019-04-13 Martin Blumenstingl Mainlined
[2/3] ARM: dts: meson8b: ec100: enable the RTC Meson8b: add support for the RTC on EC-100 and Odroid-C1 - - - --- 2019-04-13 Martin Blumenstingl Mainlined
[1/3] ARM: dts: meson: add support for the RTC Meson8b: add support for the RTC on EC-100 and Odroid-C1 - - - --- 2019-04-13 Martin Blumenstingl Mainlined
[4/4] mtd: rawnand: meson: only initialize the RB completion once meson-nand: small code improvements 2 - 2 --- 2019-04-11 Martin Blumenstingl Not Applicable
[3/4] mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup meson-nand: small code improvements 3 - 3 --- 2019-04-11 Martin Blumenstingl Not Applicable
[2/4] mtd: rawnand: meson: use of_property_count_elems_of_size helper meson-nand: small code improvements 1 - 1 --- 2019-04-11 Martin Blumenstingl Not Applicable
[1/4] mtd: rawnand: meson: use struct_size macro meson-nand: small code improvements 1 - 1 --- 2019-04-11 Martin Blumenstingl Not Applicable
[2/2] pwm: meson: don't disable pwm when setting duty repeatedly pwm: meson: two small bug-fixes - 1 - --- 2019-04-01 Martin Blumenstingl Not Applicable
[1/2] pwm: meson: consider 128 a valid pre-divider pwm: meson: two small bug-fixes 1 1 - --- 2019-04-01 Martin Blumenstingl Not Applicable
[v2,1/1] pwm: meson: use the spin-lock only to protect register modifications pwm: meson: fix scheduling while atomic issue - 2 - --- 2019-04-01 Martin Blumenstingl Not Applicable
[1/1] ARM: multi_v7_defconfig: enable the Amlogic Meson ADC and eFuse drivers Amlogic: update multi_v7_defconfig for the temperature sensor - - - --- 2019-03-28 Martin Blumenstingl Mainlined
[1/1] ARM: dts: meson8b: odroidc1: add the GPIO line names gpio-line-names for Odroid-C1 - 1 - --- 2019-03-28 Martin Blumenstingl Mainlined
[1/1] pwm: meson: use the spin-lock only to protect register modifications pwm: meson: fix scheduling while atomic issue - 1 - --- 2019-03-24 Martin Blumenstingl Superseded
[1/1] clk: meson: pll: fix rounding and setting a rate that matches precisely clk: meson: fix PLL rate rounding - 1 - --- 2019-03-24 Martin Blumenstingl narmstrong Not Applicable
[v2,2/2] clk: meson: meson8b: add the video decoder clock trees clk: meson8b: add the video decoder clocks - 2 - --- 2019-03-24 Martin Blumenstingl narmstrong Not Applicable
[v2,1/2] dt-bindings: clock: meson8b: export the video decoder clocks clk: meson8b: add the video decoder clocks - 1 - --- 2019-03-24 Martin Blumenstingl Not Applicable
[v2,4/4] clk: meson: meson8b: add the VPU clock trees clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-24 Martin Blumenstingl narmstrong Not Applicable
[v2,3/4] clk: meson: meson8b: add support for the GP_PLL clock on Meson8m2 clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-24 Martin Blumenstingl narmstrong Not Applicable
[v2,2/4] clk: meson: meson8b: use a separate clock table for Meson8m2 clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-24 Martin Blumenstingl narmstrong Not Applicable
[v2,1/4] dt-bindings: clock: meson8b: export the VPU clock clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-24 Martin Blumenstingl Not Applicable
[2/2] clk: meson: meson8b: add the video decoder clock trees clk: meson8b: add the video decoder clocks - 2 - --- 2019-03-19 Martin Blumenstingl narmstrong Superseded
[1/2] dt-bindings: clock: meson8b: export the video decoder clocks clk: meson8b: add the video decoder clocks - - - --- 2019-03-19 Martin Blumenstingl Superseded
[4/4] clk: meson: meson8b: add the VPU clock trees clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-19 Martin Blumenstingl narmstrong Superseded
[3/4] clk: meson: meson8b: add support for the GP_PLL clock on Meson8m2 clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-19 Martin Blumenstingl narmstrong Superseded
[2/4] clk: meson: meson8b: use a sparate clock table for Meson8m2 clk: meson8b: add the VPU clock tree - 1 - --- 2019-03-19 Martin Blumenstingl narmstrong Superseded
[1/4] dt-bindings: clock: meson8b: export the VPU clock clk: meson8b: add the VPU clock tree - - - --- 2019-03-19 Martin Blumenstingl Superseded
[1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition clk: meson8b: remove CLKID with typo ("ABP" -> "APB") 1 1 - --- 2019-03-19 Martin Blumenstingl Not Applicable
[v2,2/2] mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf meson-nand: two small memory related fixes 1 1 - --- 2019-03-18 Martin Blumenstingl Not Applicable
[v2,1/2] mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf() meson-nand: two small memory related fixes 1 1 - --- 2019-03-18 Martin Blumenstingl Not Applicable
[RFC,nand-next,2/2] mtd: rawnand: meson: support for older SoCs up to Meson8 meson-nand: support for older SoCs - - - --- 2019-03-01 Martin Blumenstingl Not Applicable
[RFC,nand-next,1/2] dt-bindings: nand: meson: add support for more SoCs meson-nand: support for older SoCs - - - --- 2019-03-01 Martin Blumenstingl Not Applicable
[2/2] mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf meson-nand: two small memory related fixes 2 - - --- 2019-03-01 Martin Blumenstingl Superseded
[1/2] mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf() meson-nand: two small memory related fixes 1 - - --- 2019-03-01 Martin Blumenstingl Superseded
[RESEND,v2,2/2] clk: meson: meson8b: fix the naming of the APB clocks clk: meson8b: fix typo "ABP" -> "APB" - - - --- 2019-02-10 Martin Blumenstingl narmstrong Not Applicable
[RESEND,v2,1/2] dt-bindings: clock: meson8b: add APB clock definition clk: meson8b: fix typo "ABP" -> "APB" - - - --- 2019-02-10 Martin Blumenstingl Not Applicable
pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins - - - --- 2019-02-09 Martin Blumenstingl Not Applicable
mmc: meson-gx: fix interrupt name mmc: meson-gx: fix interrupt name - - - --- 2019-02-09 Martin Blumenstingl Not Applicable
[2/2] ARM: dts: meson8b: add the internal clock measurer ARM: dts: add the clock measurer on Meson8/Meson8b - - - --- 2019-02-09 Martin Blumenstingl Mainlined
[1/2] ARM: dts: meson8: add the internal clock measurer ARM: dts: add the clock measurer on Meson8/Meson8b - - - --- 2019-02-09 Martin Blumenstingl Mainlined
[v7,2/2] rtc: support for the Amlogic Meson RTC Amlogic Meson6/8/8b/8m2 SoC RTC driver - - - --- 2019-02-09 Martin Blumenstingl Mainlined
[v7,1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC Amlogic Meson6/8/8b/8m2 SoC RTC driver - - - --- 2019-02-09 Martin Blumenstingl Mainlined
[1/1] regulator: pwm: suppress EPROBE_DEFER error message pwm-regulator: reduce noise on EPROBE_DEFER - - 1 --- 2019-01-21 Martin Blumenstingl Not Applicable
[v2,2/2] clk: meson: meson8b: fix the naming of the APB clocks clk: meson8b: fix typo "ABP" -> "APB" - - - --- 2019-01-19 Martin Blumenstingl narmstrong Superseded
[v2,1/2] dt-bindings: clock: meson8b: add APB clock definition clk: meson8b: fix typo "ABP" -> "APB" - - - --- 2019-01-19 Martin Blumenstingl Superseded
[v6,2/2] rtc: support for the Amlogic Meson RTC Amlogic Meson6/8/8b/8m2 SoC RTC driver - - - --- 2019-01-19 Martin Blumenstingl Superseded
[v6,1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC Amlogic Meson6/8/8b/8m2 SoC RTC driver - - - --- 2019-01-19 Martin Blumenstingl Superseded
[3/3] ARM: dts: meson8b: ec100: add the GPIO line names ARM: dts: meson8b: ec100: improvements - - - --- 2019-01-18 Martin Blumenstingl Mainlined
« 1 2 ... 4 5 612 13 »