linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14
@ 2017-08-21 13:05 Michal Simek
  2017-08-22 15:45 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2017-08-21 13:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

please apply these two patches to your tree.

Thanks,
Michal


 The following changes since commit
5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

 are available in the git repository at:

   https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.14

 for you to fetch changes up to b04d4c876b1b7f25cff35b7c26c5b9f518f612b2:

   ARM: zynq: Add support for Zynq-7000S devices (2017-08-21 14:22:50 +0200)

 ----------------------------------------------------------------
 arm: Xilinx Zynq patches for v4.14

 - Add support for 7000s devices

 ----------------------------------------------------------------
 Michal Simek (2):
       devicetree: ARM: zynq: Add DT binding for eFuse controller
       ARM: zynq: Add support for Zynq-7000S devices

  Documentation/devicetree/bindings/nvmem/zynq-efuse.txt | 15
+++++++++++++++
  arch/arm/boot/dts/zynq-7000.dtsi                       |  5 +++++
  arch/arm/mach-zynq/Makefile                            |  2 +-
  arch/arm/mach-zynq/common.c                            |  1 +
  arch/arm/mach-zynq/common.h                            |  3 +++
  arch/arm/mach-zynq/efuse.c                             | 75
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  arch/arm/mach-zynq/platsmp.c                           |  3 +++
  7 files changed, 103 insertions(+), 1 deletion(-)
  create mode 100644 Documentation/devicetree/bindings/nvmem/zynq-efuse.txt
  create mode 100644 arch/arm/mach-zynq/efuse.c

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170821/a8594170/attachment-0001.sig>

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

* [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14
  2017-08-21 13:05 [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14 Michal Simek
@ 2017-08-22 15:45 ` Arnd Bergmann
  2017-08-24 13:34   ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-08-22 15:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 21, 2017 at 3:05 PM, Michal Simek <monstr@monstr.eu> wrote:
> Hi,
>
> please apply these two patches to your tree.
>
> Thanks,
> Michal
>
>
>  The following changes since commit
> 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
>    Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
>  are available in the git repository at:
>
>    https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.14
>
>  for you to fetch changes up to b04d4c876b1b7f25cff35b7c26c5b9f518f612b2:
>
>    ARM: zynq: Add support for Zynq-7000S devices (2017-08-21 14:22:50 +0200)
>
>  ----------------------------------------------------------------
>  arm: Xilinx Zynq patches for v4.14
>
>  - Add support for 7000s devices
>
>  ----------------------------------------------------------------
>  Michal Simek (2):
>        devicetree: ARM: zynq: Add DT binding for eFuse controller
>        ARM: zynq: Add support for Zynq-7000S devices
>
>   Documentation/devicetree/bindings/nvmem/zynq-efuse.txt | 15
> +++++++++++++++
>   arch/arm/boot/dts/zynq-7000.dtsi                       |  5 +++++
>   arch/arm/mach-zynq/Makefile                            |  2 +-
>   arch/arm/mach-zynq/common.c                            |  1 +
>   arch/arm/mach-zynq/common.h                            |  3 +++
>   arch/arm/mach-zynq/efuse.c                             | 75
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>   arch/arm/mach-zynq/platsmp.c                           |  3 +++
>   7 files changed, 103 insertions(+), 1 deletion(-)

Not pulled yet, it looked like you add a driver stub for something
that belongs into drivers/nvmem/.

Can you consult with Srinivas Kandagatla about what the right
approach is for this?

       Arnd

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

* [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14
  2017-08-22 15:45 ` Arnd Bergmann
@ 2017-08-24 13:34   ` Michal Simek
  2017-08-25  9:15     ` Srinivas Kandagatla
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2017-08-24 13:34 UTC (permalink / raw)
  To: linux-arm-kernel

On 22.8.2017 17:45, Arnd Bergmann wrote:
> On Mon, Aug 21, 2017 at 3:05 PM, Michal Simek <monstr@monstr.eu> wrote:
>> Hi,
>>
>> please apply these two patches to your tree.
>>
>> Thanks,
>> Michal
>>
>>
>>  The following changes since commit
>> 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>
>>    Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>
>>  are available in the git repository at:
>>
>>    https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.14
>>
>>  for you to fetch changes up to b04d4c876b1b7f25cff35b7c26c5b9f518f612b2:
>>
>>    ARM: zynq: Add support for Zynq-7000S devices (2017-08-21 14:22:50 +0200)
>>
>>  ----------------------------------------------------------------
>>  arm: Xilinx Zynq patches for v4.14
>>
>>  - Add support for 7000s devices
>>
>>  ----------------------------------------------------------------
>>  Michal Simek (2):
>>        devicetree: ARM: zynq: Add DT binding for eFuse controller
>>        ARM: zynq: Add support for Zynq-7000S devices
>>
>>   Documentation/devicetree/bindings/nvmem/zynq-efuse.txt | 15
>> +++++++++++++++
>>   arch/arm/boot/dts/zynq-7000.dtsi                       |  5 +++++
>>   arch/arm/mach-zynq/Makefile                            |  2 +-
>>   arch/arm/mach-zynq/common.c                            |  1 +
>>   arch/arm/mach-zynq/common.h                            |  3 +++
>>   arch/arm/mach-zynq/efuse.c                             | 75
>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>   arch/arm/mach-zynq/platsmp.c                           |  3 +++
>>   7 files changed, 103 insertions(+), 1 deletion(-)
> 
> Not pulled yet, it looked like you add a driver stub for something
> that belongs into drivers/nvmem/.
> 
> Can you consult with Srinivas Kandagatla about what the right
> approach is for this?

Srinivas: Any comment?
We can move it to nvmem and make regular driver from this.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170824/33a23ccc/attachment-0001.sig>

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

* [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14
  2017-08-24 13:34   ` Michal Simek
@ 2017-08-25  9:15     ` Srinivas Kandagatla
  0 siblings, 0 replies; 4+ messages in thread
From: Srinivas Kandagatla @ 2017-08-25  9:15 UTC (permalink / raw)
  To: linux-arm-kernel



On 24/08/17 14:34, Michal Simek wrote:
> On 22.8.2017 17:45, Arnd Bergmann wrote:
>> On Mon, Aug 21, 2017 at 3:05 PM, Michal Simek <monstr@monstr.eu> wrote:
>>> Hi,
>>>
>>> please apply these two patches to your tree.
>>>
>>> Thanks,
>>> Michal
>>>
>>>
>>>   The following changes since commit
>>> 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>>
>>>     Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>>
>>>   are available in the git repository at:
>>>
>>>     https://github.com/Xilinx/linux-xlnx.git tags/zynq-soc-for-4.14
>>>
>>>   for you to fetch changes up to b04d4c876b1b7f25cff35b7c26c5b9f518f612b2:
>>>
>>>     ARM: zynq: Add support for Zynq-7000S devices (2017-08-21 14:22:50 +0200)
>>>
>>>   ----------------------------------------------------------------
>>>   arm: Xilinx Zynq patches for v4.14
>>>
>>>   - Add support for 7000s devices
>>>
>>>   ----------------------------------------------------------------
>>>   Michal Simek (2):
>>>         devicetree: ARM: zynq: Add DT binding for eFuse controller
>>>         ARM: zynq: Add support for Zynq-7000S devices
>>>
>>>    Documentation/devicetree/bindings/nvmem/zynq-efuse.txt | 15
>>> +++++++++++++++
>>>    arch/arm/boot/dts/zynq-7000.dtsi                       |  5 +++++
>>>    arch/arm/mach-zynq/Makefile                            |  2 +-
>>>    arch/arm/mach-zynq/common.c                            |  1 +
>>>    arch/arm/mach-zynq/common.h                            |  3 +++
>>>    arch/arm/mach-zynq/efuse.c                             | 75
>>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>    arch/arm/mach-zynq/platsmp.c                           |  3 +++
>>>    7 files changed, 103 insertions(+), 1 deletion(-)
>>
>> Not pulled yet, it looked like you add a driver stub for something
>> that belongs into drivers/nvmem/.
>>
>> Can you consult with Srinivas Kandagatla about what the right
>> approach is for this?
> 
> Srinivas: Any comment?

> We can move it to nvmem and make regular driver from this.
looking at the driver,  I see no reason why this should not be a nvmem 
provider driver.

thanks,
srini
> 
> Thanks,
> Michal
> 
> 

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

end of thread, other threads:[~2017-08-25  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 13:05 [GIT PULL] ARM: Xilinx Zynq SoC patches for v4.14 Michal Simek
2017-08-22 15:45 ` Arnd Bergmann
2017-08-24 13:34   ` Michal Simek
2017-08-25  9:15     ` Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).