All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
@ 2024-07-31  0:41 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2024-07-31  0:41 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
References: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
TO: "Duje Mihanović via B4 Relay" <devnull+duje.mihanovic.skole.hr@kernel.org>
TO: Michael Turquette <mturquette@baylibre.com>
TO: Stephen Boyd <sboyd@kernel.org>
TO: Linus Walleij <linus.walleij@linaro.org>
TO: Rob Herring <robh+dt@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Tony Lindgren <tony@atomide.com>
TO: Haojian Zhuang <haojian.zhuang@linaro.org>
TO: "Duje Mihanović" <duje.mihanovic@skole.hr>
TO: Lubomir Rintel <lkundrak@v3.sk>
TO: Catalin Marinas <catalin.marinas@arm.com>
TO: Will Deacon <will@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
CC: phone-devel@vger.kernel.org
CC: ~postmarketos/upstreaming@lists.sr.ht
CC: Karel Balej <balejk@matfyz.cz>
CC: David Wronek <david@mainlining.org>
CC: linux-clk@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-gpio@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org

Hi Duje,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 8400291e289ee6b2bf9779ff1c83a291501f017b]

url:    https://github.com/intel-lab-lkp/linux/commits/Duje-Mihanovi-via-B4-Relay/clk-mmp-Switch-to-use-struct-u32_fract-instead-of-custom-one/20240730-204129
base:   8400291e289ee6b2bf9779ff1c83a291501f017b
patch link:    https://lore.kernel.org/r/20240730-pxa1908-lkml-v11-11-21dbb3e28793%40skole.hr
patch subject: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
:::::: branch date: 12 hours ago
:::::: commit date: 12 hours ago
config: arm64-randconfig-001-20240731 (https://download.01.org/0day-ci/archive/20240731/202407310812.ZU5Qo7nO-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240731/202407310812.ZU5Qo7nO-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202407310812.ZU5Qo7nO-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts:38.9-41.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name

vim +38 arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

024144f05857ed Duje Mihanović 2024-07-30    5  
024144f05857ed Duje Mihanović 2024-07-30    6  / {
024144f05857ed Duje Mihanović 2024-07-30    7  	model = "Samsung Galaxy Core Prime VE LTE";
024144f05857ed Duje Mihanović 2024-07-30    8  	compatible = "samsung,coreprimevelte", "marvell,pxa1908";
024144f05857ed Duje Mihanović 2024-07-30    9  
024144f05857ed Duje Mihanović 2024-07-30   10  	aliases {
024144f05857ed Duje Mihanović 2024-07-30   11  		mmc0 = &sdh2; /* eMMC */
024144f05857ed Duje Mihanović 2024-07-30   12  		mmc1 = &sdh0; /* SD card */
024144f05857ed Duje Mihanović 2024-07-30   13  		serial0 = &uart0;
024144f05857ed Duje Mihanović 2024-07-30   14  	};
024144f05857ed Duje Mihanović 2024-07-30   15  
024144f05857ed Duje Mihanović 2024-07-30   16  	chosen {
024144f05857ed Duje Mihanović 2024-07-30   17  		#address-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   18  		#size-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   19  		ranges;
024144f05857ed Duje Mihanović 2024-07-30   20  
024144f05857ed Duje Mihanović 2024-07-30   21  		stdout-path = "serial0:115200n8";
024144f05857ed Duje Mihanović 2024-07-30   22  
024144f05857ed Duje Mihanović 2024-07-30   23  		/* S-Boot places the initramfs here */
024144f05857ed Duje Mihanović 2024-07-30   24  		linux,initrd-start = <0x4d70000>;
024144f05857ed Duje Mihanović 2024-07-30   25  		linux,initrd-end = <0x5000000>;
024144f05857ed Duje Mihanović 2024-07-30   26  
024144f05857ed Duje Mihanović 2024-07-30   27  		fb0: framebuffer@17177000 {
024144f05857ed Duje Mihanović 2024-07-30   28  			compatible = "simple-framebuffer";
024144f05857ed Duje Mihanović 2024-07-30   29  			reg = <0 0x17177000 0 (480 * 800 * 4)>;
024144f05857ed Duje Mihanović 2024-07-30   30  			width = <480>;
024144f05857ed Duje Mihanović 2024-07-30   31  			height = <800>;
024144f05857ed Duje Mihanović 2024-07-30   32  			stride = <(480 * 4)>;
024144f05857ed Duje Mihanović 2024-07-30   33  			format = "a8r8g8b8";
024144f05857ed Duje Mihanović 2024-07-30   34  		};
024144f05857ed Duje Mihanović 2024-07-30   35  	};
024144f05857ed Duje Mihanović 2024-07-30   36  
024144f05857ed Duje Mihanović 2024-07-30   37  	/* Bootloader fills this in */
024144f05857ed Duje Mihanović 2024-07-30  @38  	memory {
024144f05857ed Duje Mihanović 2024-07-30   39  		device_type = "memory";
024144f05857ed Duje Mihanović 2024-07-30   40  		reg = <0 0 0 0>;
024144f05857ed Duje Mihanović 2024-07-30   41  	};
024144f05857ed Duje Mihanović 2024-07-30   42  
024144f05857ed Duje Mihanović 2024-07-30   43  	reserved-memory {
024144f05857ed Duje Mihanović 2024-07-30   44  		#address-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   45  		#size-cells = <2>;
024144f05857ed Duje Mihanović 2024-07-30   46  		ranges;
024144f05857ed Duje Mihanović 2024-07-30   47  
024144f05857ed Duje Mihanović 2024-07-30   48  		framebuffer@17000000 {
024144f05857ed Duje Mihanović 2024-07-30   49  			reg = <0 0x17000000 0 0x1800000>;
024144f05857ed Duje Mihanović 2024-07-30   50  			no-map;
024144f05857ed Duje Mihanović 2024-07-30   51  		};
024144f05857ed Duje Mihanović 2024-07-30   52  
024144f05857ed Duje Mihanović 2024-07-30   53  		gpu@9000000 {
024144f05857ed Duje Mihanović 2024-07-30   54  			reg = <0 0x9000000 0 0x1000000>;
024144f05857ed Duje Mihanović 2024-07-30   55  		};
024144f05857ed Duje Mihanović 2024-07-30   56  
024144f05857ed Duje Mihanović 2024-07-30   57  		/* Communications processor, aka modem */
024144f05857ed Duje Mihanović 2024-07-30   58  		cp@5000000 {
024144f05857ed Duje Mihanović 2024-07-30   59  			reg = <0 0x5000000 0 0x3000000>;
024144f05857ed Duje Mihanović 2024-07-30   60  		};
024144f05857ed Duje Mihanović 2024-07-30   61  
024144f05857ed Duje Mihanović 2024-07-30   62  		cm3@a000000 {
024144f05857ed Duje Mihanović 2024-07-30   63  			reg = <0 0xa000000 0 0x80000>;
024144f05857ed Duje Mihanović 2024-07-30   64  		};
024144f05857ed Duje Mihanović 2024-07-30   65  
024144f05857ed Duje Mihanović 2024-07-30   66  		seclog@8000000 {
024144f05857ed Duje Mihanović 2024-07-30   67  			reg = <0 0x8000000 0 0x100000>;
024144f05857ed Duje Mihanović 2024-07-30   68  		};
024144f05857ed Duje Mihanović 2024-07-30   69  
024144f05857ed Duje Mihanović 2024-07-30   70  		ramoops@8100000 {
024144f05857ed Duje Mihanović 2024-07-30   71  			compatible = "ramoops";
024144f05857ed Duje Mihanović 2024-07-30   72  			reg = <0 0x8100000 0 0x40000>;
024144f05857ed Duje Mihanović 2024-07-30   73  			record-size = <0x8000>;
024144f05857ed Duje Mihanović 2024-07-30   74  			console-size = <0x20000>;
024144f05857ed Duje Mihanović 2024-07-30   75  			max-reason = <5>;
024144f05857ed Duje Mihanović 2024-07-30   76  		};
024144f05857ed Duje Mihanović 2024-07-30   77  	};
024144f05857ed Duje Mihanović 2024-07-30   78  
024144f05857ed Duje Mihanović 2024-07-30   79  
024144f05857ed Duje Mihanović 2024-07-30   80  	i2c-muic {
024144f05857ed Duje Mihanović 2024-07-30   81  		compatible = "i2c-gpio";
024144f05857ed Duje Mihanović 2024-07-30   82  		sda-gpios = <&gpio 30 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
024144f05857ed Duje Mihanović 2024-07-30   83  		scl-gpios = <&gpio 29 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
024144f05857ed Duje Mihanović 2024-07-30   84  		i2c-gpio,delay-us = <3>;
024144f05857ed Duje Mihanović 2024-07-30   85  		i2c-gpio,timeout-ms = <100>;
024144f05857ed Duje Mihanović 2024-07-30   86  		#address-cells = <1>;
024144f05857ed Duje Mihanović 2024-07-30   87  		#size-cells = <0>;
024144f05857ed Duje Mihanović 2024-07-30   88  		pinctrl-names = "default";
024144f05857ed Duje Mihanović 2024-07-30   89  		pinctrl-0 = <&i2c_muic_pins>;
024144f05857ed Duje Mihanović 2024-07-30   90  
024144f05857ed Duje Mihanović 2024-07-30   91  		muic: extcon@14 {
024144f05857ed Duje Mihanović 2024-07-30   92  			compatible = "siliconmitus,sm5504-muic";
024144f05857ed Duje Mihanović 2024-07-30   93  			reg = <0x14>;
024144f05857ed Duje Mihanović 2024-07-30   94  			interrupt-parent = <&gpio>;
024144f05857ed Duje Mihanović 2024-07-30   95  			interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
024144f05857ed Duje Mihanović 2024-07-30   96  		};
024144f05857ed Duje Mihanović 2024-07-30   97  	};
024144f05857ed Duje Mihanović 2024-07-30   98  
024144f05857ed Duje Mihanović 2024-07-30   99  	gpio-keys {
024144f05857ed Duje Mihanović 2024-07-30  100  		compatible = "gpio-keys";
024144f05857ed Duje Mihanović 2024-07-30  101  		pinctrl-names = "default";
024144f05857ed Duje Mihanović 2024-07-30  102  		pinctrl-0 = <&gpio_keys_pins>;
024144f05857ed Duje Mihanović 2024-07-30  103  		autorepeat;
024144f05857ed Duje Mihanović 2024-07-30  104  
024144f05857ed Duje Mihanović 2024-07-30  105  		key-home {
024144f05857ed Duje Mihanović 2024-07-30  106  			label = "Home";
024144f05857ed Duje Mihanović 2024-07-30  107  			linux,code = <KEY_HOME>;
024144f05857ed Duje Mihanović 2024-07-30  108  			gpios = <&gpio 50 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  109  		};
024144f05857ed Duje Mihanović 2024-07-30  110  
024144f05857ed Duje Mihanović 2024-07-30  111  		key-volup {
024144f05857ed Duje Mihanović 2024-07-30  112  			label = "Volume Up";
024144f05857ed Duje Mihanović 2024-07-30  113  			linux,code = <KEY_VOLUMEUP>;
024144f05857ed Duje Mihanović 2024-07-30  114  			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  115  		};
024144f05857ed Duje Mihanović 2024-07-30  116  
024144f05857ed Duje Mihanović 2024-07-30  117  		key-voldown {
024144f05857ed Duje Mihanović 2024-07-30  118  			label = "Volume Down";
024144f05857ed Duje Mihanović 2024-07-30  119  			linux,code = <KEY_VOLUMEDOWN>;
024144f05857ed Duje Mihanović 2024-07-30  120  			gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
024144f05857ed Duje Mihanović 2024-07-30  121  		};
024144f05857ed Duje Mihanović 2024-07-30  122  	};
024144f05857ed Duje Mihanović 2024-07-30  123  };
024144f05857ed Duje Mihanović 2024-07-30  124  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
@ 2024-08-06  8:29 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2024-08-06  8:29 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
References: <20240730-pxa1908-lkml-v11-11-21dbb3e28793@skole.hr>
TO: "Duje Mihanović via B4 Relay" <devnull+duje.mihanovic.skole.hr@kernel.org>
TO: Michael Turquette <mturquette@baylibre.com>
TO: Stephen Boyd <sboyd@kernel.org>
TO: Linus Walleij <linus.walleij@linaro.org>
TO: Rob Herring <robh+dt@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Tony Lindgren <tony@atomide.com>
TO: Haojian Zhuang <haojian.zhuang@linaro.org>
TO: "Duje Mihanović" <duje.mihanovic@skole.hr>
TO: Lubomir Rintel <lkundrak@v3.sk>
TO: Catalin Marinas <catalin.marinas@arm.com>
TO: Will Deacon <will@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
CC: phone-devel@vger.kernel.org
CC: ~postmarketos/upstreaming@lists.sr.ht
CC: Karel Balej <balejk@matfyz.cz>
CC: David Wronek <david@mainlining.org>
CC: linux-clk@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-gpio@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org

Hi Duje,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 8400291e289ee6b2bf9779ff1c83a291501f017b]

url:    https://github.com/intel-lab-lkp/linux/commits/Duje-Mihanovi-via-B4-Relay/clk-mmp-Switch-to-use-struct-u32_fract-instead-of-custom-one/20240730-204129
base:   8400291e289ee6b2bf9779ff1c83a291501f017b
patch link:    https://lore.kernel.org/r/20240730-pxa1908-lkml-v11-11-21dbb3e28793%40skole.hr
patch subject: [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
:::::: branch date: 7 days ago
:::::: commit date: 7 days ago
config: arm64-randconfig-051-20240806 (https://download.01.org/0day-ci/archive/20240806/202408061625.Gnlmw4sd-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.1.0
dtschema version: 2024.6.dev8+gf13c181
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240806/202408061625.Gnlmw4sd-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202408061625.Gnlmw4sd-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts:38.9-41.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: /: memory: False schema does not allow {'device_type': ['memory'], 'reg': [[0, 0, 0, 0]]}
   	from schema $id: http://devicetree.org/schemas/root-node.yaml#
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: board-pins-0:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: board-pins-2:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: uart0-pins:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: gpio-keys-pins:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: i2c-muic-pins:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
>> arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: sdh0-pins-0:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: sdh0-pins-1:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: pinmux@1e000: sdh0-pins-2:pinctrl-single,input-schmitt: [64, 0, 64, 112] is too long
   	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: mmc@80000: pinctrl-names: ['default'] is too short
   	from schema $id: http://devicetree.org/schemas/mmc/sdhci-pxa.yaml#
   arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dtb: mmc@80000: Unevaluated properties are not allowed ('pinctrl-names' was unexpected)
   	from schema $id: http://devicetree.org/schemas/mmc/sdhci-pxa.yaml#

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH v11 00/12] Initial Marvell PXA1908 support
@ 2024-07-30 10:25 Duje Mihanović
  2024-07-30 10:25   ` Duje Mihanović via B4 Relay
  0 siblings, 1 reply; 4+ messages in thread
From: Duje Mihanović @ 2024-07-30 10:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Linus Walleij, Rob Herring,
	Conor Dooley, Tony Lindgren, Haojian Zhuang, Duje Mihanović,
	Lubomir Rintel, Catalin Marinas, Will Deacon, Rob Herring,
	Krzysztof Kozlowski
  Cc: phone-devel, ~postmarketos/upstreaming, Karel Balej, David Wronek,
	linux-clk, linux-kernel, linux-gpio, devicetree, linux-arm-kernel,
	Andy Shevchenko, Conor Dooley, Krzysztof Kozlowski

Hello,

This series adds initial support for the Marvell PXA1908 SoC and
"samsung,coreprimevelte", a smartphone using the SoC.

USB works and the phone can boot a rootfs from an SD card, but there are
some warnings in the dmesg:

During SMP initialization:
[    0.006519] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x000000018cba80, CPU1: 0x00000000000000
[    0.006542] CPU features: Unsupported CPU feature variation detected.
[    0.006589] CPU1: Booted secondary processor 0x0000000001 [0x410fd032]
[    0.010710] Detected VIPT I-cache on CPU2
[    0.010716] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x000000018cba80, CPU2: 0x00000000000000
[    0.010758] CPU2: Booted secondary processor 0x0000000002 [0x410fd032]
[    0.014849] Detected VIPT I-cache on CPU3
[    0.014855] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x000000018cba80, CPU3: 0x00000000000000
[    0.014895] CPU3: Booted secondary processor 0x0000000003 [0x410fd032]

SMMU probing fails:
[    0.101798] arm-smmu c0010000.iommu: probing hardware configuration...
[    0.101809] arm-smmu c0010000.iommu: SMMUv1 with:
[    0.101816] arm-smmu c0010000.iommu:         no translation support!

A 3.14 based Marvell tree is available on GitHub
acorn-marvell/brillo_pxa_kernel, and a Samsung one on GitHub
CoderCharmander/g361f-kernel.

Andreas Färber attempted to upstream support for this SoC in 2017:
https://lore.kernel.org/lkml/20170222022929.10540-1-afaerber@suse.de/

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>

Changes in v11:
- Rebase on v6.11-rc1 (conflict with DTS Makefile), no changes
- Link to v10: https://lore.kernel.org/r/20240424-pxa1908-lkml-v10-0-36cdfb5841f9@skole.hr

Changes in v10:
- Update trailers
- Rebase on v6.9-rc5
- Clock driver changes:
  - Add a couple of forgotten clocks in APBC
    - The clocks are thermal_clk, ipc_clk, ssp0_clk, ssp2_clk and swjtag
    - The IDs and register offsets were already present, but I forgot to
      actually register them
  - Split each controller block into own file
  - Drop unneeded -of in clock driver filenames
  - Simplify struct pxa1908_clk_unit
  - Convert to platform driver
  - Add module metadata
- DTS changes:
  - Properly name pinctrl nodes
  - Drop pinctrl #size-cells, #address-cells, ranges and #gpio-size-cells
  - Fix pinctrl input-schmitt configuration
- Link to v9: https://lore.kernel.org/20240402-pxa1908-lkml-v9-0-25a003e83c6f@skole.hr

Changes in v9:
- Update trailers and rebase on v6.9-rc2, no changes
- Link to v8: https://lore.kernel.org/20240110-pxa1908-lkml-v8-0-fea768a59474@skole.hr

Changes in v8:
- Drop SSPA patch
- Drop broken-cd from eMMC node
- Specify S-Boot hardcoded initramfs location in device tree
- Add ARM PMU node
- Correct inverted modem memory base and size
- Update trailers
- Rebase on next-20240110
- Link to v7: https://lore.kernel.org/20231102-pxa1908-lkml-v7-0-cabb1a0cb52b@skole.hr
  and https://lore.kernel.org/20231102152033.5511-1-duje.mihanovic@skole.hr

Changes in v7:
- Suppress SND_MMP_SOC_SSPA on ARM64
- Update trailers
- Rebase on v6.6-rc7
- Link to v6: https://lore.kernel.org/r/20231010-pxa1908-lkml-v6-0-b2fe09240cf8@skole.hr

Changes in v6:
- Address maintainer comments:
  - Add "marvell,pxa1908-padconf" binding to pinctrl-single driver
- Drop GPIO patch as it's been pulled
- Update trailers
- Rebase on v6.6-rc5
- Link to v5: https://lore.kernel.org/r/20230812-pxa1908-lkml-v5-0-a5d51937ee34@skole.hr

Changes in v5:
- Address maintainer comments:
  - Move *_NR_CLKS to clock driver from dt binding file
- Allocate correct number of clocks for each block instead of blindly
  allocating 50 for each
- Link to v4: https://lore.kernel.org/r/20230807-pxa1908-lkml-v4-0-cb387d73b452@skole.hr

Changes in v4:
- Address maintainer comments:
  - Relicense clock binding file to BSD-2
- Add pinctrl-names to SD card node
- Add vgic registers to GIC node
- Rebase on v6.5-rc5
- Link to v3: https://lore.kernel.org/r/20230804-pxa1908-lkml-v3-0-8e48fca37099@skole.hr

Changes in v3:
- Address maintainer comments:
  - Drop GPIO dynamic allocation patch
  - Move clock register offsets into driver (instead of bindings file)
  - Add missing Tested-by trailer to u32_fract patch
  - Move SoC binding to arm/mrvl/mrvl.yaml
- Add serial0 alias and stdout-path to board dts to enable UART
  debugging
- Rebase on v6.5-rc4
- Link to v2: https://lore.kernel.org/r/20230727162909.6031-1-duje.mihanovic@skole.hr

Changes in v2:
- Remove earlycon patch as it's been merged into tty-next
- Address maintainer comments:
  - Clarify GPIO regressions on older PXA platforms
  - Add Fixes tag to commit disabling GPIO pinctrl calls for this SoC
  - Add missing includes to clock driver
  - Clock driver uses HZ_PER_MHZ, u32_fract and GENMASK
  - Dual license clock bindings
  - Change clock IDs to decimal
  - Fix underscores in dt node names
  - Move chosen node to top of board dts
  - Clean up documentation
  - Reorder commits
  - Drop pxa,rev-id
- Rename muic-i2c to i2c-muic
- Reword some commits
- Move framebuffer node to chosen
- Add aliases for mmc nodes
- Rebase on v6.5-rc3
- Link to v1: https://lore.kernel.org/r/20230721210042.21535-1-duje.mihanovic@skole.hr

---
Andy Shevchenko (1):
      clk: mmp: Switch to use struct u32_fract instead of custom one

Duje Mihanović (11):
      dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
      pinctrl: single: add marvell,pxa1908-padconf compatible
      dt-bindings: clock: Add Marvell PXA1908 clock bindings
      clk: mmp: Add Marvell PXA1908 APBC driver
      clk: mmp: Add Marvell PXA1908 APBCP driver
      clk: mmp: Add Marvell PXA1908 APMU driver
      clk: mmp: Add Marvell PXA1908 MPMU driver
      dt-bindings: marvell: Document PXA1908 SoC
      arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
      arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
      MAINTAINERS: add myself as Marvell PXA1908 maintainer

 .../devicetree/bindings/arm/mrvl/mrvl.yaml         |   5 +
 .../devicetree/bindings/clock/marvell,pxa1908.yaml |  48 +++
 .../bindings/pinctrl/pinctrl-single.yaml           |   4 +
 MAINTAINERS                                        |   9 +
 arch/arm64/Kconfig.platforms                       |   8 +
 arch/arm64/boot/dts/marvell/Makefile               |   3 +
 .../dts/marvell/pxa1908-samsung-coreprimevelte.dts | 328 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/pxa1908.dtsi           | 300 +++++++++++++++++++
 drivers/clk/mmp/Makefile                           |   2 +-
 drivers/clk/mmp/clk-frac.c                         |  57 ++--
 drivers/clk/mmp/clk-of-mmp2.c                      |  26 +-
 drivers/clk/mmp/clk-of-pxa168.c                    |   4 +-
 drivers/clk/mmp/clk-of-pxa1928.c                   |   6 +-
 drivers/clk/mmp/clk-of-pxa910.c                    |   4 +-
 drivers/clk/mmp/clk-pxa1908-apbc.c                 | 131 ++++++++
 drivers/clk/mmp/clk-pxa1908-apbcp.c                |  84 ++++++
 drivers/clk/mmp/clk-pxa1908-apmu.c                 | 123 ++++++++
 drivers/clk/mmp/clk-pxa1908-mpmu.c                 | 112 +++++++
 drivers/clk/mmp/clk.h                              |  10 +-
 drivers/pinctrl/pinctrl-single.c                   |   1 +
 include/dt-bindings/clock/marvell,pxa1908.h        |  88 ++++++
 21 files changed, 1296 insertions(+), 57 deletions(-)
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20230803-pxa1908-lkml-6830e8da45c7

Best regards,
-- 
Duje Mihanović <duje.mihanovic@skole.hr>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-06  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31  0:41 [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  8:29 kernel test robot
2024-07-30 10:25 [PATCH v11 00/12] Initial Marvell PXA1908 support Duje Mihanović
2024-07-30 10:25 ` [PATCH v11 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte Duje Mihanović
2024-07-30 10:25   ` Duje Mihanović via B4 Relay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.