mbox series

[GIT,PULL,3/4] DaVinci fbdev driver updates for v5.4

Message ID 20190828151754.21023-3-nsekhar@ti.com
State New
Headers show
Series [GIT,PULL,1/4] DaVinci SoC updates for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.4/fbdev

Message

Sekhar Nori Aug. 28, 2019, 3:17 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.4/fbdev

for you to fetch changes up to 671da5f3444b09779f108d28cc69414c57deab8c:

  fbdev: da8xx: use resource management for dma (2019-08-26 17:54:00 +0530)

----------------------------------------------------------------
This converts the da8xx fbdev driver to use GPIO backlight device
and regulator devices. This will finally help get rid of legacy
GPIO API calls and simplify DaVinci GPIO driver.

----------------------------------------------------------------
Bartosz Golaszewski (7):
      ARM: davinci: da850-evm: model the backlight GPIO as an actual device
      fbdev: da8xx: add support for a regulator
      ARM: davinci: da850-evm: switch to using a fixed regulator for lcdc
      fbdev: da8xx: remove panel_power_ctrl() callback from platform data
      fbdev: da8xx-fb: use devm_platform_ioremap_resource()
      fbdev: da8xx-fb: drop a redundant if
      fbdev: da8xx: use resource management for dma

 arch/arm/mach-davinci/board-da850-evm.c |  90 +++++++++++++++++-------
 drivers/video/fbdev/da8xx-fb.c          | 118 ++++++++++++++++++--------------
 include/video/da8xx-fb.h                |   1 -
 3 files changed, 131 insertions(+), 78 deletions(-)

Comments

Arnd Bergmann Sept. 4, 2019, 2:56 p.m. UTC | #1
On Wed, Aug 28, 2019 at 5:18 PM Sekhar Nori <nsekhar@ti.com> wrote:
> ----------------------------------------------------------------
> This converts the da8xx fbdev driver to use GPIO backlight device
> and regulator devices. This will finally help get rid of legacy
> GPIO API calls and simplify DaVinci GPIO driver.
>

Pulled into arm/drivers, thanks!

     Arnd