All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Add DM/DTS support for omap video driver
@ 2020-02-09 18:47 Dario Binacchi
  2020-02-09 18:47 ` [PATCH 01/11] video: omap: use BIT() macro Dario Binacchi
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Dario Binacchi @ 2020-02-09 18:47 UTC (permalink / raw)
  To: u-boot


Changes:

 * Fix coding style
 * Refactor some parts of the driver
 * Add support for driver model and device-tree
 * Update the boards device-tree
 * Add device-tree binding documentation


Dario Binacchi (11):
  video: omap: use BIT() macro
  video: omap: add missing bitfield masks
  video: omap: fix coding style on use of spaces
  video: omap: fix bitfields order
  video: omap: rename LCD controller registers
  video: omap: fix debug message
  video: omap: add loop exit conditions to the dpll setup
  video: omap: create two routines to set the pixel clock rate
  video: omap: add support for DM/DTS
  arm: fdt: omap: update dts panel node
  fdt: video: omap: add framebuffer and panel bindings

 arch/arm/dts/am335x-brppt1-mmc.dts            |   2 +
 arch/arm/dts/am335x-brppt1-nand.dts           |   2 +
 arch/arm/dts/am335x-brppt1-spi.dts            |   2 +
 arch/arm/dts/am335x-brsmarc1.dts              |   1 +
 arch/arm/dts/am335x-brxre1.dts                |   2 +
 arch/arm/dts/am335x-evm.dts                   |   1 +
 arch/arm/dts/am335x-evmsk.dts                 |   1 +
 arch/arm/dts/am335x-guardian.dts              |   1 +
 arch/arm/dts/am335x-pdu001.dts                |   1 +
 arch/arm/dts/am335x-pxm50.dts                 |   1 +
 arch/arm/dts/am335x-rut.dts                   |   1 +
 arch/arm/dts/da850-evm.dts                    |   1 +
 .../video/tilcdc/panel.txt                    |  66 ++
 .../video/tilcdc/tilcdc.txt                   |  82 +++
 drivers/video/am335x-fb.c                     | 576 +++++++++++++++---
 drivers/video/am335x-fb.h                     |  16 +-
 16 files changed, 658 insertions(+), 98 deletions(-)
 create mode 100644 doc/device-tree-bindings/video/tilcdc/panel.txt
 create mode 100644 doc/device-tree-bindings/video/tilcdc/tilcdc.txt

-- 
2.24.0

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

end of thread, other threads:[~2020-02-11 20:06 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09 18:47 [PATCH 00/11] Add DM/DTS support for omap video driver Dario Binacchi
2020-02-09 18:47 ` [PATCH 01/11] video: omap: use BIT() macro Dario Binacchi
2020-02-10  4:08   ` Lokesh Vutla
2020-02-09 18:47 ` [PATCH 02/11] video: omap: add missing bitfield masks Dario Binacchi
2020-02-10  4:06   ` Lokesh Vutla
2020-02-09 18:47 ` [PATCH 03/11] video: omap: fix coding style on use of spaces Dario Binacchi
2020-02-09 18:47 ` [PATCH 04/11] video: omap: fix bitfields order Dario Binacchi
2020-02-09 18:47 ` [PATCH 05/11] video: omap: rename LCD controller registers Dario Binacchi
2020-02-09 18:47 ` [PATCH 06/11] video: omap: fix debug message Dario Binacchi
2020-02-10  4:09   ` Lokesh Vutla
2020-02-09 18:47 ` [PATCH 07/11] video: omap: add loop exit conditions to the dpll setup Dario Binacchi
2020-02-10  4:10   ` Lokesh Vutla
2020-02-09 18:47 ` [PATCH 08/11] video: omap: create two routines to set the pixel clock rate Dario Binacchi
2020-02-09 18:47 ` [PATCH 09/11] video: omap: add support for DM/DTS Dario Binacchi
2020-02-10  4:20   ` Lokesh Vutla
2020-02-09 18:47 ` [PATCH 10/11] arm: fdt: omap: update dts panel node Dario Binacchi
2020-02-10  4:22   ` Lokesh Vutla
2020-02-10 15:15     ` Tom Rini
2020-02-10 16:04       ` Tom Rini
     [not found]     ` <948333446.1041134.1581365999202@mail1.libero.it>
     [not found]       ` <6d060e0d-dcba-e94c-7078-1e461a9c5b8b@ti.com>
2020-02-11 20:06         ` dariobin at libero.it
2020-02-09 18:47 ` [PATCH 11/11] fdt: video: omap: add framebuffer and panel bindings Dario Binacchi
2020-02-10 23:13   ` Simon Glass
2020-02-10 11:25 ` [PATCH 00/11] Add DM/DTS support for omap video driver Adam Ford

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.