mbox series

[0/2] Cleanup old DRA7 pinctrl macros

Message ID 20170908190825.21515-1-s-anna@ti.com
Headers show
Series Cleanup old DRA7 pinctrl macros | expand

Message

Suman Anna Sept. 8, 2017, 7:08 p.m. UTC
Hi Uri, Tom,

The following series is an attempt to clean up the old DRA7 pinctrl
macros defined in the common header file, so that all DRA7/AM57 derived
boards use the kernel-style macro definitions. There is only one board,
the Compulab CL-SOM-AM57x board that was using the previous definitions.
The first patch adapts this board to use the new macros and the second
patch cleans up the common definitions.

Patches based on current master. I have only build tested the patches,
as I don't have access to the AM57x CL SOM board.

regards
Suman

Suman Anna (2):
  arm: am57xx: cl-som-am57x: Use new pinctrl macros
  ARM: DRA7: Cleanup old pinctrl macros

 arch/arm/include/asm/arch-omap5/mux_dra7xx.h |  14 ----
 board/compulab/cl-som-am57x/mux.c            | 105 ++++++++++++++-------------
 2 files changed, 53 insertions(+), 66 deletions(-)