All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@ti.com>
To: ARM-SoC Maintainers <arm@kernel.org>,
	ARM-SoC Maintainers <soc@kernel.org>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] DaVinci SoC updates for v5.6
Date: Tue, 14 Jan 2020 23:48:54 +0530	[thread overview]
Message-ID: <043eb5b2-a302-4de6-a3e8-8238e49483b1@ti.com> (raw)

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

             reply	other threads:[~2020-01-14 18:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 18:18 Sekhar Nori [this message]
2020-01-27  8:54 ` [GIT PULL] DaVinci SoC updates for v5.6 Sekhar Nori
2020-01-27 15:31   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=043eb5b2-a302-4de6-a3e8-8238e49483b1@ti.com \
    --to=nsekhar@ti.com \
    --cc=arm@kernel.org \
    --cc=bgolaszewski@baylibre.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=peter.ujfalusi@ti.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.