linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci SoC updates for v5.6
@ 2020-01-14 18:18 Sekhar Nori
  2020-01-27  8:54 ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2020-01-14 18:18 UTC (permalink / raw)
  To: ARM-SoC Maintainers, ARM-SoC Maintainers
  Cc: Peter Ujfalusi, Bartosz Golaszewski, Daniel Lezcano,
	Linux ARM Kernel List

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:    
                                                                                
  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)                                     
                                                                                
are available in the Git repository at:                                         
                                                                                
  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.6/soc
                                                                                
for you to fetch changes up to 5e06d19694a463a012c2589e29078196eb209448:        
                                                                                
  ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33 (2020-01-13 17:36:26 +0530)
                                                                                
----------------------------------------------------------------                
DaVinci SoC updates for v5.6 include migrating DM365 SoC to use                 
drivers/clocksource based driver for timer. This leads to removal               
of machine specific timer driver.                                               
                                                                                
There are two patches adding missing fixed regulators for audio codecs          
on DM365 and DM644x EVMs.                                                       
                                                                                
----------------------------------------------------------------                
Bartosz Golaszewski (3):                                                        
      clocksource: davinci: only enable clockevents once tim34 is initialized   
      ARM: davinci: dm365: switch to using the clocksource driver               
      ARM: davinci: remove legacy timer support                                 
                                                                                
Peter Ujfalusi (2):                                                             
      ARM: davinci: dm365-evm: Add Fixed regulators needed for tlv320aic3101    
      ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33     
                                                                                
 arch/arm/mach-davinci/Makefile              |   3 +-                           
 arch/arm/mach-davinci/board-dm365-evm.c     |  20 ++                           
 arch/arm/mach-davinci/board-dm644x-evm.c    |  20 ++                           
 arch/arm/mach-davinci/devices-da8xx.c       |   1 -                            
 arch/arm/mach-davinci/devices.c             |  19 --                           
 arch/arm/mach-davinci/dm365.c               |  22 +-                           
 arch/arm/mach-davinci/include/mach/common.h |  17 --                           
 arch/arm/mach-davinci/include/mach/time.h   |  33 ---                          
 arch/arm/mach-davinci/time.c                | 400 ---------------------------- 
 drivers/clocksource/timer-davinci.c         |   8 +-                           
 10 files changed, 60 insertions(+), 483 deletions(-)                           
 delete mode 100644 arch/arm/mach-davinci/include/mach/time.h                   
 delete mode 100644 arch/arm/mach-davinci/time.c                                
~                                                                                                                                                                                                         
~                                                                                           

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] DaVinci SoC updates for v5.6
  2020-01-14 18:18 [GIT PULL] DaVinci SoC updates for v5.6 Sekhar Nori
@ 2020-01-27  8:54 ` Sekhar Nori
  2020-01-27 15:31   ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2020-01-27  8:54 UTC (permalink / raw)
  To: ARM-SoC Maintainers, ARM-SoC Maintainers, Arnd Bergmann, Olof Johansson
  Cc: Peter Ujfalusi, Bartosz Golaszewski, Daniel Lezcano,
	Linux ARM Kernel List

Hi Arnd, Olof,

On 14/01/20 11:48 PM, Sekhar Nori wrote:
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:    
>                                                                                 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)                                     
>                                                                                 
> are available in the Git repository at:                                         
>                                                                                 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.6/soc
>                                                                                 
> for you to fetch changes up to 5e06d19694a463a012c2589e29078196eb209448:        
>                                                                                 
>   ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33 (2020-01-13 17:36:26 +0530)

Can you please pull in this for v5.6? I have not seen it in linux-next
still.

Thanks,
Sekhar


>                                                                                 
> ----------------------------------------------------------------                
> DaVinci SoC updates for v5.6 include migrating DM365 SoC to use                 
> drivers/clocksource based driver for timer. This leads to removal               
> of machine specific timer driver.                                               
>                                                                                 
> There are two patches adding missing fixed regulators for audio codecs          
> on DM365 and DM644x EVMs.                                                       
>                                                                                 
> ----------------------------------------------------------------                
> Bartosz Golaszewski (3):                                                        
>       clocksource: davinci: only enable clockevents once tim34 is initialized   
>       ARM: davinci: dm365: switch to using the clocksource driver               
>       ARM: davinci: remove legacy timer support                                 
>                                                                                 
> Peter Ujfalusi (2):                                                             
>       ARM: davinci: dm365-evm: Add Fixed regulators needed for tlv320aic3101    
>       ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33     
>                                                                                 
>  arch/arm/mach-davinci/Makefile              |   3 +-                           
>  arch/arm/mach-davinci/board-dm365-evm.c     |  20 ++                           
>  arch/arm/mach-davinci/board-dm644x-evm.c    |  20 ++                           
>  arch/arm/mach-davinci/devices-da8xx.c       |   1 -                            
>  arch/arm/mach-davinci/devices.c             |  19 --                           
>  arch/arm/mach-davinci/dm365.c               |  22 +-                           
>  arch/arm/mach-davinci/include/mach/common.h |  17 --                           
>  arch/arm/mach-davinci/include/mach/time.h   |  33 ---                          
>  arch/arm/mach-davinci/time.c                | 400 ---------------------------- 
>  drivers/clocksource/timer-davinci.c         |   8 +-                           
>  10 files changed, 60 insertions(+), 483 deletions(-)                           
>  delete mode 100644 arch/arm/mach-davinci/include/mach/time.h                   
>  delete mode 100644 arch/arm/mach-davinci/time.c                                
> ~                                                                                                                                                                                                         
> ~                                                                                           
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] DaVinci SoC updates for v5.6
  2020-01-27  8:54 ` Sekhar Nori
@ 2020-01-27 15:31   ` Olof Johansson
  0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2020-01-27 15:31 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Arnd Bergmann, Daniel Lezcano, Peter Ujfalusi,
	Bartosz Golaszewski, ARM-SoC Maintainers, ARM-SoC Maintainers,
	Linux ARM Kernel List

On Mon, Jan 27, 2020 at 12:54 AM Sekhar Nori <nsekhar@ti.com> wrote:
>
> Hi Arnd, Olof,
>
> On 14/01/20 11:48 PM, Sekhar Nori wrote:
> > The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> >
> >   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.6/soc
> >
> > for you to fetch changes up to 5e06d19694a463a012c2589e29078196eb209448:
> >
> >   ARM: davinci: dm644x-evm: Add Fixed regulators needed for tlv320aic33 (2020-01-13 17:36:26 +0530)
>
> Can you please pull in this for v5.6? I have not seen it in linux-next
> still.

Odd, it does not seem to have been picked up by patchwork, so I missed
tracking it.

Merging it now into arm/late.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-01-27 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-14 18:18 [GIT PULL] DaVinci SoC updates for v5.6 Sekhar Nori
2020-01-27  8:54 ` Sekhar Nori
2020-01-27 15:31   ` Olof Johansson

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).