From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Subject: Re: [PATCH] omap3: cm-t35: add mux initialization Date: Sun, 06 Dec 2009 17:31:46 +0200 Message-ID: <4B1BCE62.1050005@compulab.co.il> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from compulab.co.il ([67.18.134.219]:33308 "EHLO compulab.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933818AbZLFPbl (ORCPT ); Sun, 6 Dec 2009 10:31:41 -0500 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: tony@atomide.com Cc: linux-omap@vger.kernel.org Tony, Any chance this can go to 2.6.33? Mike Rapoport wrote: > Tony, > > These patches are follow-ups to your mux rework series. > The first one is pretty trivial and adds OUTPUT_PULL{UP,DOWN} to shorten > the lines in omap_board_mux arrays. > The second patch adds the mux configuration for CM-T35. This is actually > the most compact subset of 'cat /sys/kernel/debug/omap_mux/board' that makes > CM-T35 functional :) > > The following changes since commit d8bfa71e2e9d794f9c7e5b019f316804f7f50582: > Tony Lindgren (1): > omap: mux: Add data for 2430 > > Mike Rapoport (2): > omap3: mux: add shorthands for OUTPUT_PULL{UP,DOWN} > omap3: cm-t35: add mux initialization > > arch/arm/mach-omap2/Kconfig | 1 + > arch/arm/mach-omap2/board-cm-t35.c | 95 +++++++++++++++++++++++++++++++++-- > arch/arm/mach-omap2/mux.h | 2 + > 3 files changed, 92 insertions(+), 6 deletions(-) > > -- Sincerely yours, Mike.