Re: [PATCH] firmware: ti_sci: refactor deprecated strncpy

2023-09-15 Thread Nishanth Menon
k: https://github.com/KSPP/linux/issues/90 > > Cc: linux-harden...@vger.kernel.org > > Signed-off-by: Justin Stitt > > Looks right to me. > > Reviewed-by: Kees Cook Does this belong to stable as well? If so, please add appropriate stable process. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] dt-bindings: arm: firmware: Convert linaro,optee-tz to json schema

2021-04-20 Thread Nishanth Menon
is either in [1] or [2]. [1] https://github.com/devicetree-org/dt-schema [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings [...] -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH 2/4] dt-bindings: clock: Convert ti,sci-clk to json schema

2021-04-19 Thread Nishanth Menon
Stephen, On 07:51-20210417, Nishanth Menon wrote: > On 16:55-20210416, Stephen Boyd wrote: > > Quoting Nishanth Menon (2021-04-15 23:37:19) > > > diff --git a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml > > > b/Documentation/devicetree/bindings/clock/ti,

Re: [PATCH 2/4] dt-bindings: clock: Convert ti,sci-clk to json schema

2021-04-17 Thread Nishanth Menon
On 16:55-20210416, Stephen Boyd wrote: > Quoting Nishanth Menon (2021-04-15 23:37:19) > > diff --git a/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml > > b/Documentation/devicetree/bindings/clock/ti,sci-clk.yaml > > new file mode 100644 > > index

[PATCH] dt-bindings: arm: firmware: Convert linaro,optee-tz to json schema

2021-04-16 Thread Nishanth Menon
arate patch" Signed-off-by: Nishanth Menon --- .../bindings/arm/firmware/linaro,optee-tz.txt | 31 -- .../arm/firmware/linaro,optee-tz.yaml | 62 +++ 2 files changed, 62 insertions(+), 31 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/firmw

[PATCH 1/4] dt-bindings: reset: Convert ti,sci-reset to json schema

2021-04-16 Thread Nishanth Menon
false positive checkpatch warning with this patch: "DT binding docs and includes should be a separate patch" Signed-off-by: Nishanth Menon --- .../bindings/reset/ti,sci-reset.txt | 62 --- .../bindings/reset/ti,sci-reset.yaml | 51 +++ 2 fil

[PATCH 3/4] dt-bindings: soc: ti: Convert ti,sci-pm-domain to json schema

2021-04-16 Thread Nishanth Menon
have false positive checkpatch warning with this patch: "DT binding docs and includes should be a separate patch" Signed-off-by: Nishanth Menon --- .../bindings/soc/ti/sci-pm-domain.txt | 65 --- .../bindings/soc/ti/sci-pm-domain.yaml| 59

[PATCH 4/4] dt-bindings: arm: keystone: Convert ti,sci to json schema

2021-04-16 Thread Nishanth Menon
t; Signed-off-by: Nishanth Menon --- .../bindings/arm/keystone/ti,sci.txt | 86 .../bindings/arm/keystone/ti,sci.yaml | 129 ++ 2 files changed, 129 insertions(+), 86 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/keystone/

[PATCH 2/4] dt-bindings: clock: Convert ti,sci-clk to json schema

2021-04-16 Thread Nishanth Menon
phandle description for clock-cells as it is redundant. NOTE: we do have false positive checkpatch warning with this patch: "DT binding docs and includes should be a separate patch" Signed-off-by: Nishanth Menon --- .../devicetree/bindings/clock/ti,sci-clk.txt | 36 - .../

[PATCH 0/4] dt-bindings: soc/arm: Convert pending ti,sci* bindings to json format

2021-04-16 Thread Nishanth Menon
series is available in [1] if folks are curious. Nishanth Menon (4): dt-bindings: reset: Convert ti,sci-reset to json schema dt-bindings: clock: Convert ti,sci-clk to json schema dt-bindings: soc: ti: Convert ti,sci-pm-domain to json schema dt-bindings: arm: keystone: Convert ti,sci to json

Re: [PATCH V2] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-15 Thread Nishanth Menon
e this apply to all entries. Otherwise, it's > just the first one. Aaah.. Thanks. done in v3[1] [1] https://lore.kernel.org/r/20210416005953.17147-1...@ti.com -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

[PATCH V3] dt-bindings: mailbox: ti,secure-proxy: Convert to json schema

2021-04-15 Thread Nishanth Menon
, but this is a false positive warning. WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst Signed-off-by: Nishanth Menon --- Changes since v2: - Subject line rewording to indicate json schema rather than yaml - Review comment

[PATCH V2] dt-bindings: mailbox: ti,message-manager: Convert to json schema

2021-04-15 Thread Nishanth Menon
warning is generated since we do include the header in the example, but this is a false positive warning. WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst Signed-off-by: Nishanth Menon --- Changes since v1: - Fixed

Re: [PATCH] dt-bindings: mailbox: ti,message-manager: Convert to yaml

2021-04-15 Thread Nishanth Menon
emas/mailbox/ti,message-manager.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Texas Instruments' Message Manager Driver > > Driver is not the right word here. Can you change it to node? Indeed, thanks. v2 incoming. I also noticed a comm

[PATCH] dt-bindings: mailbox: ti,message-manager: Convert to yaml

2021-04-13 Thread Nishanth Menon
warning is generated since we do include the header in the example, but this is a false positive warning. WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst Signed-off-by: Nishanth Menon --- Depending on how [1] turns

[PATCH] ARM: dts: keystone-k2g: Rename message-manager node

2021-04-13 Thread Nishanth Menon
Rename message-manager instance node name to be better aligned with current style of device tree nodes for mailboxes. Signed-off-by: Nishanth Menon --- Santosh: - This is'nt critical to queue up for 5.13-rc1 window, but just getting it out of the way. I noticed it as I was converting

[PATCH V2] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-13 Thread Nishanth Menon
, but this is a false positive warning. WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst Signed-off-by: Nishanth Menon --- Changes since V1: (Thanks Suman for some offline comments) - Strengthened interrupt-names property

Re: [PATCH] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-13 Thread Nishanth Menon
On 12:12-20210413, Nishanth Menon wrote: [...] > +properties: > + $nodename: > +pattern: "^mailbox@[0-9a-f]+$" > + > + compatible: > +const: ti,am654-secure-proxy > + > + "#mbox-cells": > +const: 1 > + > + reg-names: > +i

[PATCH] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-13 Thread Nishanth Menon
/submitting-patches.rst Signed-off-by: Nishanth Menon --- .../bindings/mailbox/ti,secure-proxy.txt | 50 - .../bindings/mailbox/ti,secure-proxy.yaml | 72 +++ 2 files changed, 72 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings

Re: [GIT PULL] arm64: dts: TI K3 updates for v5.13

2021-04-08 Thread Nishanth Menon
On 22:13-20210408, Arnd Bergmann wrote: > On Thu, Apr 8, 2021 at 6:34 PM Nishanth Menon wrote: > > On 17:24-20210408, Arnd Bergmann wrote: > > > > > > ti/k3-am64-main.dtsi:376.40-385.4: Warning (simple_bus_reg): > > > /bus@f4000/interrupt-controller0:

Re: [GIT PULL] arm64: dts: TI K3 updates for v5.13

2021-04-08 Thread Nishanth Menon
On 17:24-20210408, Arnd Bergmann wrote: > From: Arnd Bergmann > > On Mon, 5 Apr 2021 10:53:36 -0500, Nishanth Menon wrote: > > Please pull the following device tree changes for v5.13 cycle. > > > > The following changes since commit a38fd8748464831584a19438cbb3082

Re: [PATCH] arm64: dts: ti: k3-am65: Add support for UHS-I modes in MMCSD1 subsystem

2021-04-07 Thread Nishanth Menon
On 17:13-20210407, Jan Kiszka wrote: > On 07.04.21 16:59, Nishanth Menon wrote: > > On 16:13-20210407, Aswath Govindraju wrote: > >> UHS-I speed modes are supported in AM65 S.R. 2.0 SoC[1]. > >> > >> Add support by removing the no-1-8-v tag and including th

Re: [PATCH] arm64: dts: ti: k3-am65: Add support for UHS-I modes in MMCSD1 subsystem

2021-04-07 Thread Nishanth Menon
on 1.0 -> so would you rather handle this in overlay OR IOT boards dts introduce no-1-8-v property? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

[GIT PULL] arm64: dts: TI K3 updates for v5.13

2021-04-05 Thread Nishanth Menon
-basic.dts create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced.dts -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D signature.asc Description: PGP signature

Re: (subset) [PATCH 0/4] Convert Cadence QSPI bindings to yaml

2021-04-02 Thread Nishanth Menon
ould be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249

Re: [PATCH v9 0/3] J7200: Add support for GPIO and higher speed modes in MMCSD subsystems

2021-03-26 Thread Nishanth Menon
ying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v13 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

2021-03-24 Thread Nishanth Menon
> + > +title: Mediatek Smart Voltage Scaling (SVS) Device Tree Bindings > + > +maintainers: > + - Roger Lu > + - Matthias Brugger > + - Kevin Hilman > + - Nishanth Menon Please drop me off the list. I would'nt know what to do with SVS :) -- Regards, Nishanth Menon

Re: [PATCH v3 0/2] AM64: Add support for GPIO

2021-03-22 Thread Nishanth Menon
n replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v7 3/3] arm64: dts: ti: k3-j7200: Add support for higher speed modes and update delay select values for MMCSD subsystems

2021-03-22 Thread Nishanth Menon
boot-on; normally, I'd encourage to use vin-supply as well. > + gpios = <_gpio0 55 GPIO_ACTIVE_HIGH>; > + states = <180 0x0 > + 330 0x1>; states = <180 0x0>, <330 0x1>; Can you look at j721e as reference? > + }; > }; > Kishon, can you look closer at this series? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v6 3/3] arm64: dts: ti: k3-j7200: Add support for higher speed modes and update delay select values for MMCSD subsystems

2021-03-22 Thread Nishanth Menon
020 – REVISED JANUARY 2021) > > Signed-off-by: Aswath Govindraju > --- [...] > + > + vdd_sd_dv_pins_default: vdd_sd_dv_pins_default { Nope. Use: vdd_sd_dv_pins_default: vdd-sd-dv-pins-default -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [RESEND PATCH v2 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node

2021-03-18 Thread Nishanth Menon
nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [RESEND PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes

2021-03-18 Thread Nishanth Menon
any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v3 0/2] AM64: Add USB support

2021-03-17 Thread Nishanth Menon
highlight this detail as part SK USB3 addendum series and I can pick it up as part of pulling that series in. our window is starting to narrow, so lets respin asap. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH 0/3] AM64: Add SERDES DT bindings

2021-03-17 Thread Nishanth Menon
.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git > tags/ti-serdes-for-5.13 > Thanks Vinod. Much appreciated. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v3 0/2] AM64: Add USB support

2021-03-17 Thread Nishanth Menon
ers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 0/2] AM64: Add USB support

2021-03-16 Thread Nishanth Menon
+++ > 2 files changed, 48 insertions(+) > > -- > 2.17.1 > I see: /workdir/arch/arm64/boot/dts/ti/k3-am642-evm.dt.yaml: cdns-usb@f90: compatible: 'oneOf' conditional failed, one must be fixed: I assume there is a reason for this? Can you capture that in the commit m

Re: [RESEND PATCH 1/2] arm64: dts: ti: k3-am64-main: Add OSPI node

2021-03-16 Thread Nishanth Menon
t; > v1: lore.kernel.org/r/20210309130514.11740-1-vigne...@ti.com Thanks, but we will need to rebase -> so lets sequence this right offline. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes

2021-03-16 Thread Nishanth Menon
patch wont apply anymore after all the cpsw nodes got in. could you rebase and repost? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] soc: ti: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

2021-03-13 Thread Nishanth Menon
On 11:33-20210313, Wang Qing wrote: > Fix the following coccicheck warning: > WARNING:pm_sr_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE. > Reviewed-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 D

Re: [PATCH v2 2/4] arm64: dts: ti: k3: squelch warnings regarding no #address-cells for interrupt-controller

2021-03-11 Thread Nishanth Menon
[2] https://pastebin.ubuntu.com/p/ns6hPCBxVM/ -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v5 0/3] arm64: Add TI AM65x-based IOT2050 boards

2021-03-11 Thread Nishanth Menon
d any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v4 3/3] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-11 Thread Nishanth Menon
On 15:36-20210311, Jan Kiszka wrote: > On 11.03.21 15:21, Nishanth Menon wrote: > > On 15:14-20210311, Jan Kiszka wrote: > > > > [...] > > > >>> > >>> See [1] compare the compatibles against > >>> Documentation/devicetree/bindings

Re: [PATCH v4 3/3] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-11 Thread Nishanth Menon
ing from your dtsi files, now > being surfaced? If you can tell me how to resolve them, I can write patches. I will look at the warnings later today.. I dont think they are triggered by the board dts. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2] arm64: dts: ti: k3-am642-evm: Add support for SPI EEPROM

2021-03-11 Thread Nishanth Menon
nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 0/3] Enable 8D-8D-8D mode on J721E, J7200, AM654

2021-03-11 Thread Nishanth Menon
er changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0

Re: [PATCH v2] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems

2021-03-11 Thread Nishanth Menon
maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-am65-mcu: Add RTI watchdog entry

2021-03-11 Thread Nishanth Menon
es against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 82

Re: [PATCH v4 3/3] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-11 Thread Nishanth Menon
On 14:44-20210311, Jan Kiszka wrote: > On 11.03.21 14:17, Nishanth Menon wrote: > > On 10:37-20210310, Jan Kiszka wrote: > >> From: Jan Kiszka > >> + spidev@0 { > >> + compatible = "rohm,dh2228fv"; > >> + spi-max-frequenc

Re: [PATCH v2 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0

2021-03-11 Thread Nishanth Menon
On 19:11-20210311, Pratyush Yadav wrote: > On 11/03/21 07:22AM, Nishanth Menon wrote: > > On 21:43-20210305, Vignesh Raghavendra wrote: > > > > > > > > > On 3/5/21 9:09 PM, Pratyush Yadav wrote: > > > > TI J7200 has the Cadence OSPI controller fo

Re: [PATCH v2 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0

2021-03-11 Thread Nishanth Menon
; > > + pinctrl-0 = <_fss0_ospi0_pins_default>; > > + > > + flash@0{ > > + compatible = "jedec,spi-nor"; > > + reg = <0x0>; > > + spi-tx-bus-width = <8>; > > + spi-rx-bus-width = <8>;

Re: [PATCH v4 3/3] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-11 Thread Nishanth Menon
v I have been using my script to verify with kpv -C -V -n num_patches and then digging through the logs. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-am65-mcu: Add RTI watchdog entry

2021-03-11 Thread Nishanth Menon
does not match '^watchdog(@.*|-[0-9a-f])?$' Please use watchdog@4061 instead of rti@4061 Since this is a minor change, I have done this change locally. let me know if you have an issue and I can drop it off my branch for a new version. [...] -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0

2021-03-09 Thread Nishanth Menon
/workdir/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dt.yaml: flash@0: 'cdns,read-delay', 'cdns,tchsh-ns', 'cdns,tsd2d-ns', 'cdns,tshsl-ns', 'cdns,tslch-ns' do not match any of the regexes: '^partition@', 'pinctrl-[0-9]+' -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint:

Re: [PATCH v2 0/2] AM64: Add support for GPIO

2021-03-09 Thread Nishanth Menon
On 21:20-20210309, Aswath Govindraju wrote: > Hi Nishanth, > > On 09/03/21 8:13 pm, Nishanth Menon wrote: > > On 16:59-20210304, Aswath Govindraju wrote: > >> The following series of patches adds support for gpio on AM642 evm/sk. > >> > >> Changes si

Re: [PATCH v3 3/4] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-09 Thread Nishanth Menon
On 16:22-20210309, Jan Kiszka wrote: > On 09.03.21 16:10, Nishanth Menon wrote: > > On 09:38-20210309, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Add support for two Siemens SIMATIC IOT2050 variants, Basic and > >> Advanced. They are based

Re: [PATCH v3 3/4] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-09 Thread Nishanth Menon
ainst tomorrow's next - running through my basic tests right now before committing to the ICSS-G nodes being picked up. If you could repost after testing against tomorrow's next, it will probably be better. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-am642-evm: Add support for SPI EEPROM

2021-03-09 Thread Nishanth Menon
efault>; > > + ti,pindir-d0-out-d1-in = <1>; > > + eeprom@0 { > > + compatible = "microchip,93lc46b"; > > + reg = <0>; > > + spi-max-frequency = <100>; > > + spi-cs-high; > > + data-size = <16>; > > + }; > > +}; > > + > > { > > /* emmc */ > > bus-width = <8>; > > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 0/4] arm64: dts: ti: am642x: add CPSW3g DT nodes

2021-03-09 Thread Nishanth Menon
: ti: k3-am64-main: add main CPTS entry > Thanks, applied to ti-k3-dts-next. PS: my -next branches are being rebased to 5.12-rc2 to keep a future bisect clean. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 0/2] AM64: Add support for GPIO

2021-03-09 Thread Nishanth Menon
ue, please update if the fixup is some system configuration error or repost with fix. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v3 3/4] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-03-09 Thread Nishanth Menon
eta-iot2050 > Signed-off-by: Jan Kiszka > Reviewed-by: Vignesh Raghavendra Jan, Could you post the full series as V3 please? it works better that way for b4 workflow for me. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 1/4] dt-bindings: Add Siemens vendor prefix

2021-03-05 Thread Nishanth Menon
yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Acked-by: Rob Herring Rob, as the vendor prefix maintainer, do you see a problem if I carry this patch on my tree for -next? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems

2021-03-04 Thread Nishanth Menon
raham I In some offline testing, I realized that the patch wont apply cleanly to e6dc10f200da cd48ce86a4d0c1ffec86aa46a26da993c9af5f53 might be a better candidate for this - I will drop the patch from my queue in the morning, could you update the patch with a new rev with appropriate Fixes? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 0/4] arm64: Add TI AM65x-based IOT2050 boards

2021-03-03 Thread Nishanth Menon
Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git [2] https://patchwork.ozlabs.org/project/devicetree-bindings/list/?param=3=2 -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint:

Re: [PATCH] arm64: dts: ti: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems

2021-03-01 Thread Nishanth Menon
maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH 0/2] AM64: Add USB support

2021-03-01 Thread Nishanth Menon
ate the series to include SK as well. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3-am64-main: Add GPIO DT nodes

2021-03-01 Thread Nishanth Menon
www.ti.com/lit/pdf/spruim2 -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] PM: AVS: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

2021-02-25 Thread Nishanth Menon
static int omap_sr_probe(struct platform_device *pdev) > -- > 1.8.3.1 > LGTM. Reviewed-by: Nishanth Menon Though $subject might be soc: ti: smartreflex after the relocation to maintain consistency.. Upto santosh if he might want to locally change on applying the patch.. -- Regards, Ni

Re: [PATCH] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-02-09 Thread Nishanth Menon
On 18:40-20210209, Jan Kiszka wrote: > On 09.02.21 15:44, Nishanth Menon wrote: > > Jan, > > > > A few quick scan comments below, you might need to post based off > > 5.12-rc1 once available.. > > > > Also, I see a bit of warnings with dtbs_check, which p

Re: [PATCH] arm64: dts: ti: Add support for Siemens IOT2050 boards

2021-02-09 Thread Nishanth Menon
ght help.. > + * Authors: > + * Le Jin > + * Jan Kiszka > + */ > + > +/dts-v1/; > + > +#include "k3-am65-iot2050-common.dtsi" > + > +/ { > + compatible = "siemens,iot2050-basic", "ti,am654"; > + model = "SIM

Re: [PATCH] firmware: ti_sci: rm: remove unneeded semicolon

2021-02-02 Thread Nishanth Menon
dle *handle, > desc->num = resp->range_num; > desc->start_sec = resp->range_start_sec; > desc->num_sec = resp->range_num_sec; > - }; > + } > Uggh.. thanks.. Reviewed-by: Nishanth Menon Santosh: I know you hav

Re: [GIT PULL 1/2] MAINTAINERS: Update to TI maintainer for v5.12

2021-02-02 Thread Nishanth Menon
On 17:47-20210202, Arnd Bergmann wrote: > From: Arnd Bergmann > > On Sat, 30 Jan 2021 07:14:11 -0600, Nishanth Menon wrote: > > Please pull the following MAINTAINERS file update for v5.12 cycle. Made > > sense to send via ARM path since the main PR path was for TI platforms.

[GIT PULL 2/2] arm64: TI K3 DT updates for v5.12

2021-01-30 Thread Nishanth Menon
CIe device tree node arm64: dts: ti: k3-j7200-common-proc-board: Enable SERDES0 arm64: dts: ti: k3-j7200-common-proc-board: Enable PCIe Nishanth Menon (1): arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific Suman Anna (3): arm64: dts: ti: k3-j7200: Add R5F clu

[GIT PULL 1/2] MAINTAINERS: Update to TI maintainer for v5.12

2021-01-30 Thread Nishanth Menon
MAINTAINERS | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D signature.asc Description: PGP signature

Re: [PATCH v3 2/2] arm64: dts: ti: k3-j7200: Add support for higher speed modes in MMCSD subsystems

2021-01-27 Thread Nishanth Menon
On 20:50-20210127, Aswath Govindraju wrote: > Hi Nishanth, > > On 27/01/21 8:44 pm, Nishanth Menon wrote: > > On 20:38-20210127, Aswath Govindraju wrote: > >> The following speed modes are now supported in J7200 SoC, > >> - HS200 and HS400 modes at 1.8 V car

Re: [PATCH v3 1/2] dts: ti: k3-j7200-main: Add support for zeroth instance of GPIO subsystem

2021-01-27 Thread Nishanth Menon
On 20:56-20210127, Aswath Govindraju wrote: > Hi Nishanth, > > On 27/01/21 8:42 pm, Nishanth Menon wrote: > > On 20:38-20210127, Aswath Govindraju wrote: > >> Add support for the zeroth instance of GPIO subsystem in the main domain. > >> > >> Signed-

Re: [PATCH v3 2/2] arm64: dts: ti: k3-j7200: Add support for higher speed modes in MMCSD subsystems

2021-01-27 Thread Nishanth Menon
est next? b) I see 2 patches in this series, but delta seems to be 4 patches, is there a dependency I am not aware of? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v3 1/2] dts: ti: k3-j7200-main: Add support for zeroth instance of GPIO subsystem

2021-01-27 Thread Nishanth Menon
>; > + clocks = <_clks 105 0>; > + clock-names = "gpio"; > + }; > + > main_uart0: serial@280 { > compatible = "ti,j721e-uart", "ti,am654-uart"; > reg = <0x00 0x0280 0x00 0x100>; > -- > 2.17.1 > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH 0/2] mmc: J7200: Add support for higher speed modes in MMCSD subsystems

2021-01-25 Thread Nishanth Menon
onstrates that this actually runs at the claimed > > speeds? That would be nice on linux-next, if possible as well.. > > > > Yes there are tests which confirm that claimed speeds are functional. I > will add them in the respin. Awesome. much appreciated. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH 0/2] mmc: J7200: Add support for higher speed modes in MMCSD subsystems

2021-01-25 Thread Nishanth Menon
On 19:12-20210125, Aswath Govindraju wrote: > Hi Nishanth, > > On 22/01/21 11:36 pm, Nishanth Menon wrote: > > On 21:54-20210122, Aswath Govindraju wrote: > >> The following series of patches > >> - adds support for HS200 and HS400 speed modes in MMCSD0 subsys

Re: [PATCH 0/2] mmc: J7200: Add support for higher speed modes in MMCSD subsystems

2021-01-22 Thread Nishanth Menon
hese mostly go hand in hand between the instances, am I mistaken? Are there any otap delay params update needed or the defaults are good to go? Will also help to provide some verification log along with this. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific

2021-01-22 Thread Nishanth Menon
On Wed, 20 Jan 2021 13:51:45 -0600, Nishanth Menon wrote: > We can use CPU specific pmu configuration to expose the appropriate > CPU specific events rather than just the basic generic pmuv3 perf > events. Hi Nishanth Menon, I have applied the following to branch ti-k3-dts-next on [1].

Re: [PATCH] arm64: dts: ti: k3: mmc: fix dtbs_check warnings

2021-01-22 Thread Nishanth Menon
] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

[PATCH] arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific

2021-01-20 Thread Nishanth Menon
We can use CPU specific pmu configuration to expose the appropriate CPU specific events rather than just the basic generic pmuv3 perf events. Reported-by: Sudeep Holla Signed-off-by: Nishanth Menon --- AM65: https://pastebin.ubuntu.com/p/TF2cCMySkt/ J721E: https://pastebin.ubuntu.com/p

Re: [PATCH v11 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings

2021-01-15 Thread Nishanth Menon
On 08:47-20210112, Rob Herring wrote: > > + > > +maintainers: > > + - Matthias Brugger > > + - Kevin Hilman > > + - Nishanth Menon > > This should be someone that knows the h/w. Not who applies patches. > Perhaps you. Yes please, I would have no i

Re: [PATCH] MAINTAINERS: Update my email address and maintainer level status

2021-01-12 Thread Nishanth Menon
t://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git [2] lore.kernel.org/r/20201217130721.23555-1-t-kri...@ti.com -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v4 0/6] PCI: J7200/J721E PCIe bindings

2021-01-11 Thread Nishanth Menon
ent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fin

[PATCH V2] arm64: defconfig: Drop unused K3 SoC specific options

2021-01-07 Thread Nishanth Menon
With [1] integrated and all users of the config symbols removed, we can safely remove the options from defconfig. [1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201026170624.24241-1...@ti.com/ Signed-off-by: Nishanth Menon --- Could ARM SoC maintainers pick this up

Re: [PATCH v3 0/6] PCI: J7200/J721E PCIe bindings

2021-01-04 Thread Nishanth Menon
On 21:01-20210104, Kishon Vijay Abraham I wrote: > Nishanth, > > On 04/01/21 8:21 pm, Nishanth Menon wrote: > > On 18:52-20210104, Kishon Vijay Abraham I wrote: > >> Nishanth, > >> > >> On 04/01/21 6:46 pm, Nishanth Menon wrote: > >&g

Re: [PATCH v3 0/6] PCI: J7200/J721E PCIe bindings

2021-01-04 Thread Nishanth Menon
On 18:52-20210104, Kishon Vijay Abraham I wrote: > Nishanth, > > On 04/01/21 6:46 pm, Nishanth Menon wrote: > > On 18:40-20210104, Kishon Vijay Abraham I wrote: > >> Nishanth, > >> > >> On 04/01/21 6:29 pm, Nishanth Menon wrote: > >>> On 17:5

Re: [PATCH v3 0/6] PCI: J7200/J721E PCIe bindings

2021-01-04 Thread Nishanth Menon
On 18:40-20210104, Kishon Vijay Abraham I wrote: > Nishanth, > > On 04/01/21 6:29 pm, Nishanth Menon wrote: > > On 17:52-20210104, Kishon Vijay Abraham I wrote: > >> Patch series adds DT nodes in order to get PCIe working in J7200. > >> Also includes couple

Re: [PATCH v3 0/6] PCI: J7200/J721E PCIe bindings

2021-01-04 Thread Nishanth Menon
(-) A bit confused on the dependency here. is there something merged into next-20210104 that makes this series ready for pickup? is there a way I can get a immutable tag for driver fixups to pull so that my dts next is not broken for PCIe (I am assuming looking at the series that this is probably

Re: [PATCH v3 1/6] arm64: dts: ti: k3-j721e-main: Fix supported max outbound regions

2021-01-04 Thread Nishanth Menon
f-by: Kishon Vijay Abraham I > --- > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 4 > 1 file changed, 4 deletions(-) > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH] MAINTAINERS: Update my email address and maintainer level status

2020-12-18 Thread Nishanth Menon
ere I remain as the main contact point for > now, and move myself as secondary contact point where someone else has > taken over the maintainership. > > Cc: Stephen Boyd > Cc: Michael Turquette > Cc: Nishanth Menon > Cc: Santosh Shilimkar > Cc: Borislav Petkov > Cc:

[GIT PULL] arm64: TI K3 SoC configs changes for v5.11

2020-11-30 Thread Nishanth Menon
for J721E SD card support to be functional Faiz Abbas (1): arm64: defconfig: Enable GPIO and I2C configs for TI's J721e platform arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) -- Regards, Nishanth Menon Key

[GIT PULL] arm64: TI K3 DT updates for v5.11

2020-11-30 Thread Nishanth Menon
trashko (1): arm64: dts: ti: k3-am65: ringacc: drop ti, dma-ring-reset-quirk Nishanth Menon (6): arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level arm64: dts: ti: k3-j721e*: Cleanup disa

Re: [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option

2020-11-30 Thread Nishanth Menon
config option enabled in omap2plus_defconfig file. > > Remove the option, which has no references in the tree anymore. > > Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding > Kconfig") > Cc: Nishanth Menon > Cc: Ulf Hansson > Signed-off-by: Andrey Zhiz

Re: [PATCH 1/2] arm64: defconfig: drop unused POWER_AVS option

2020-11-30 Thread Nishanth Menon
bled in defconfig file. > > Remove the option, which has no references in the tree anymore. > > Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding > Kconfig") > Cc: Nishanth Menon > Cc: Ulf Hansson > Signed-off-by: Andrey Zhizhikin Re

Re: [PATCH 2/2] ARM: multi_v7_defconfig: drop unused POWER_AVS option

2020-11-30 Thread Nishanth Menon
config option enabled in multi_v7_defconfig file. > > Remove the option, which has no references in the tree anymore. > > Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding > Kconfig") > Cc: Nishanth Menon > Cc: Ulf Hansson > Signed-off-by: Andr

Re: [PATCH v2 0/2] arm64: dts: ti: k3-j7200-som/cpb: Correct i2c bus representations

2020-11-27 Thread Nishanth Menon
pub/scm/linux/kernel/git/nmenon/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

Re: [PATCH v2 2/4] arm64: dts: ti: k3: squelch warnings regarding no #address-cells for interrupt-controller

2020-11-27 Thread Nishanth Menon
On 09:46-20201124, Sekhar Nori wrote: > On 24/11/20 6:51 AM, Nishanth Menon wrote: > > On 09:45-20201123, Sekhar Nori wrote: > >>>> The main reason I commented - is hope to get some clarification from DT > >>>> maintainers. > >>>> 90% of inter

  1   2   3   4   5   6   7   8   9   10   >