-
topic/remove-fbcon-notifiers-2019-06-266116b892 · ·
topic/remove-fbcon-notifiers: - Export fbcon_update_vcs to fix sh_mobile_lcdcfb.c compilation. - Rely on fbcon being builtin when vgaswitcheroo is builtin.
-
-
regulator-couple-apid22b85a1 · ·
regulator: Coupling API This series introduces a way of specifying a customized regulators coupler which is necessary for cases like a non-trivial DVFS implementation.
-
sunxi-ng-parent-rewrite-part-1-take-289f27fb2 · ·
Allwinner sunxi-ng clk driver parent relation rewrite part 1 - take 2 The first part of ongoing work to convert the sunxi-ng clk driver from using global clock name strings to describe clk parenting, to having direct struct clk_hw pointers, or local names based on clock-names from the device tree binding. This is based on Stephen Boyd's recent work allowing clk drivers to specify clk parents using struct clk_hw * or parsing DT phandles in the clk node. This series can be split into a few major parts: 1) The first patch is a small fix for clk debugfs representation. 2) A bunch of CLK_HW_INIT_* helper macros are added. These cover the situations I encountered, or assume I will encounter, such as single internal (struct clk_hw *) parent, single DT (struct clk_parent_data .fw_name), multiple internal parents, and multiple mixed (internal + DT) parents. A special variant for just an internal single parent is added, CLK_HW_INIT_HWS, which lets the driver share the singular list, instead of having the compiler create a compound literal every time. It might even make sense to only keep this variant. 3) A bunch of CLK_FIXED_FACTOR_* helper macros are added. The rationale is the same as the single parent CLK_HW_INIT_* helpers. 4) Bulk conversion of CLK_FIXED_FACTOR to use local parent references, either struct clk_hw * or DT .fw_name types, whichever the hardware requires. 5) The beginning of SUNXI_CCU_GATE conversion to local parent references. This part is not done. They are included as justification and examples for the shared list of clk parents case.
-
sunxi-clk-for-5.3-201906210814b467ec06 · ·
A few patches to fix two minor bugs, and to introduce a schemas for our device tree bindings.
-
sunxi-config64-for-5.3-201906210813dae335bc · ·
Our usual bunch of arm64 defconfig changes, this time mostly to enable some missing drivers for the Allwinner A64.