Show patches with: Submitter = Aisheng Dong       |   408 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[04/11] clk: imx: correct dram pll type - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[06/11] clk: imx6ul: fix gpt2 clock names - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[07/11] clk: imx6ul: fix pll clock parents - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[08/11] clk: imx6q: fix pll clock parents - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[09/11] clk: imx6sx: fix pll clock parents - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[10/11] clk: imx6sl: fix pll clock parents - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[11/11] clk: imx7d: fix pll clock parents - - - --- 2016-06-08 Aisheng Dong sboyd Not Applicable
[RFC,1/7] clk: add prepare_hw and prepare_done support - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,2/7] clk: add set_rate_hw and set_rate_done - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,3/7] clk: add set_parent_hw and set_parent_done - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,4/7] PM: add SYSTEM_SUSPEND system_state - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,5/7] clk: use polling way for SYSTEM_SUSPEND state too - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,6/7] clk: imx: pllv3: convert to prepare_hw and set_rate_hw - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[RFC,7/7] clk: imx: clk-busy: convert to set_rate_hw and set_parent_hw - - - --- 2016-06-29 Aisheng Dong sboyd Rejected
[V3,1/8] clk: introduce clk_core_enable_lock and clk_core_disable_lock functions - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,2/8] clk: move clk_disable_unused after clk_core_disable_unprepare function - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,3/8] clk: core: support clocks which requires parents enable (part 1) - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,4/8] clk: core: support clocks which requires parents enable (part 2) - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,5/8] clk: imx: re-order and concentrate the same type of clk api - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,6/8] clk: imx: add clk api for supporting CLK_OPS_PARENT_ENABLE clocks - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V3,8/8] clk: imx7d: only enable minimum required clocks - - - --- 2016-06-30 Aisheng Dong sboyd Accepted
[V2,1/3] clk: add clk_bulk_get accessories - - - --- 2017-05-08 Aisheng Dong sboyd Changes Requested
[V2,2/3] clk: add managed version of clk_bulk_get - - - --- 2017-05-08 Aisheng Dong sboyd Changes Requested
[V2,3/3] cpufreq: imx6q: refine clk operations - - - --- 2017-05-08 Aisheng Dong sboyd Changes Requested
[V3,1/3] clk: add clk_bulk_get accessories - - - --- 2017-05-19 Aisheng Dong sboyd Accepted
[V3,2/3] clk: add managed version of clk_bulk_get - - - --- 2017-05-19 Aisheng Dong sboyd Accepted
[V3,3/3] cpufreq: imx6q: refine clk operations - - - --- 2017-05-19 Aisheng Dong sboyd Not Applicable
[V2,01/10] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE clk support - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,02/10] clk: reparent orphans after critical clocks enabled - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,03/10] clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,04/10] clk: imx: add pllv4 support - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,05/10] clk: imx: add pfdv2 support - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,06/10] clk: imx: add composite clk support - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,07/10] dt-bindings: clock: add imx7ulp clock binding doc - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,08/10] clk: imx: make mux parent strings const - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,09/10] clk: imx: implement new clk_hw based APIs - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[V2,10/10] clk: imx: add imx7ulp clk driver - - - --- 2017-07-13 Aisheng Dong sboyd Changes Requested
[RESEND,1/8] clk: introduce clk_core_enable_lock and clk_core_disable_lock functions - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,2/8] clk: move clk_disable_unused after clk_core_disable_unprepare function - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,3/8] clk: core: support clocks which requires parents on (part 1) - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,4/8] clk: core: support clocks which requires parents on (part 2) - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,5/8] clk: imx: re-order and concentrate the same type of clk api - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,6/8] clk: imx: add clk api for supporting clk_OPS_PARENT_ON clocks - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ON - - - --- 2016-04-20 Aisheng Dong Superseded
[RESEND,8/8] clk: imx7d: only enable minimum required clocks - - - --- 2016-04-20 Aisheng Dong Superseded
[RFC,1/1] clk: imx7d: move clk setting out of imx7d_clocks_init - - - --- 2016-04-29 Aisheng Dong Superseded
[01/11] clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bit - - - --- 2016-06-08 Aisheng Dong Not Applicable
[02/11] clk: imx: correct AV PLL rate formula - - - --- 2016-06-08 Aisheng Dong Not Applicable
[03/11] clk: imx7d: correct dram root clk parent select - - - --- 2016-06-08 Aisheng Dong Not Applicable
[05/11] clk: imx: refine the powerup_set bit of clk-pllv3 - - - --- 2016-06-08 Aisheng Dong Changes Requested
[V2,1/1] clk: imx: refine the powerdown bit of clk-pllv3 - - - --- 2016-06-13 Aisheng Dong Superseded
[V2,1/1] clk: imx6ul: fix gpt2 clock names - - - --- 2016-06-13 Aisheng Dong Not Applicable
[V3,1/1] clk: imx: refine the powerdown bit of clk-pllv3 - - - --- 2016-06-13 Aisheng Dong Not Applicable
[V2,1/8] clk: introduce clk_core_enable_lock and clk_core_disable_lock functions - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,2/8] clk: move clk_disable_unused after clk_core_disable_unprepare function - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,3/8] clk: core: support clocks which requires parents enable (part 1) - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,4/8] clk: core: support clocks which requires parents enable (part 2) - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,5/8] clk: imx: re-order and concentrate the same type of clk api - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,6/8] clk: imx: add clk api for supporting CLK_OPS_PARENT_ENABLE clocks - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE - - - --- 2016-06-29 Aisheng Dong Superseded
[V2,8/8] clk: imx7d: only enable minimum required clocks - - - --- 2016-06-29 Aisheng Dong Superseded
[1/2] clk: clk-imx7d: fix ahb clk definition - 1 1 --- 2017-04-11 Aisheng Dong Accepted
[2/2] clk: imx7d: add the missing ipg_root_clk - 1 1 --- 2017-04-11 Aisheng Dong Accepted
[RFC,1/3] clk: add clk_bulk_get accessories - - - --- 2017-04-12 Aisheng Dong Changes Requested
[RFC,2/3] clk: add managed version of clk_bulk_get - - - --- 2017-04-12 Aisheng Dong Changes Requested
[RFC,3/3] cpufreq: imx6q: refine clk operations - - - --- 2017-04-12 Aisheng Dong Changes Requested
[1/9] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE clk support - - - --- 2017-05-15 Aisheng Dong Changes Requested
[2/9] clk: reparent orphans after critical clocks enabled - - - --- 2017-05-15 Aisheng Dong Changes Requested
[3/9] clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support - - - --- 2017-05-15 Aisheng Dong Changes Requested
[4/9] clk: imx: add pllv4 support - - - --- 2017-05-15 Aisheng Dong Changes Requested
[5/9] clk: imx: add pfdv2 support - - - --- 2017-05-15 Aisheng Dong Changes Requested
[6/9] clk: imx: add composite clk support - - - --- 2017-05-15 Aisheng Dong Changes Requested
[7/9] dt-bindings: clock: add imx7ulp clock binding doc - - - --- 2017-05-15 Aisheng Dong Changes Requested
[8/9] clk: imx: make mux parent strings const - - - --- 2017-05-15 Aisheng Dong Changes Requested
[9/9] clk: imx: add imx7ulp clk driver - - - --- 2017-05-15 Aisheng Dong Changes Requested
[1/9] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE clk support - - - --- 2017-07-03 Aisheng Dong RFC
[1/1] clk: bulk: add of_clk_bulk_get() - - - --- 2017-09-11 Aisheng Dong Superseded
[V2,1/1] clk: bulk: add of_clk_bulk_get() - - - --- 2017-09-11 Aisheng Dong Superseded
[V3,1/1] clk: bulk: add of_clk_bulk_get() - - - --- 2017-09-20 Aisheng Dong Superseded
[V4,1/1] clk: bulk: add of_clk_bulk_get() - - - --- 2017-09-26 Aisheng Dong Changes Requested
[RFC,V1,1/2] clk: use atomic runtime pm api in clk_core_is_enabled - 1 - --- 2017-12-22 Aisheng Dong Accepted
[RFC,V1,2/2] clk: add lock for clk_core_is_enabled - - - --- 2017-12-22 Aisheng Dong Rejected
[1/1] clk: remove invalid __clk_set_parent comment in __clk_core_init - - - --- 2017-12-22 Aisheng Dong Not Applicable
[V3,01/10] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE clk support - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,02/10] clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag support - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,03/10] clk: imx: add pllv4 support - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,04/10] clk: imx: add pfdv2 support - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,05/10] clk: imx: add composite clk support - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,06/10] dt-bindings: clock: add imx7ulp clock binding doc - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,07/10] clk: imx: make mux parent strings const - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,08/10] clk: imx: implement new clk_hw based APIs - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,09/10] clk: imx: add imx7ulp clk driver - - - --- 2018-01-19 Aisheng Dong Superseded
[V3,10/10] add imx7ulp support - - - --- 2018-01-19 Aisheng Dong Not Applicable
[1/1] Documentation: clk: enable lock is not held for clk_is_enabled API - - - --- 2018-01-19 Aisheng Dong Superseded
[1/1] Documentation: clk: enable lock is not held for clk_is_enabled API - - - --- 2018-01-19 Aisheng Dong Accepted
[1/1] clk: add more __must_check for bulk APIs - - - --- 2018-01-23 Aisheng Dong Accepted
[RFC,1/2] clk: add new APIs to operate on all available clocks - - - --- 2018-01-23 Aisheng Dong Changes Requested
[RFC,2/2] video: simplefb: switch to use clk_bulk API to simplify clock operations - - - --- 2018-01-23 Aisheng Dong RFC
[RESEND,V3,1/9] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE clk support - - - --- 2018-02-13 Aisheng Dong Superseded
« 1 2 3 44 5 »