From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Fri, 13 Jun 2014 19:11:58 +0000 (UTC) Subject: [RESEND PATCH 1/2] ARM: AM43xx: hwmod: add DSS hwmod data In-Reply-To: <20140613162323.GH8319@saruman.home> References: <1402676147-3711-1-git-send-email-balbi@ti.com> <1402676147-3711-2-git-send-email-balbi@ti.com> <20140613162323.GH8319@saruman.home> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Felipe, Tomi, On Fri, 13 Jun 2014, Felipe Balbi wrote: > On Fri, Jun 13, 2014 at 11:15:46AM -0500, Felipe Balbi wrote: > > From: Sathya Prakash M R > > > > Add DSS hwmod data for AM43xx. > > > > Cc: Andrew Morton > > Acked-by: Rajendra Nayak > > Signed-off-by: Sathya Prakash M R > > Signed-off-by: Tomi Valkeinen > > Signed-off-by: Felipe Balbi > > --- > > > > Note that this patch was originally send on May 9th [1], changes were requested > > and a new version was sent on May 19th [2], then on May 27th [3] Tomi pinged > > maintainer again and go no response. > > > > Without this patch, we cannot get display working on any AM437x devices. > > > > [1] http://marc.info/?l=linux-arm-kernel&m=139963677925227&w=2 > > [2] http://marc.info/?l=linux-arm-kernel&m=140049799425512&w=2 > > [3] http://marc.info/?l=linux-arm-kernel&m=140117232826754&w=2 > > > > arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 98 ++++++++++++++++++++++++++++++ > > arch/arm/mach-omap2/prcm43xx.h | 1 + > > 2 files changed, 99 insertions(+) Sorry for the delay on this. Have been corresponding with TI management to figure out what to do about patches for AM43xx. I don't have boards or public documentation for these devices, so it's impossible for me to meaningfully review the patches. Looks like boards and/or public docs won't be coming any time soon. So for my part, here's what I'll need to merge any hwmod or PRCM patches that involve AM437x: 1. A Reviewed-by: from one of the following folks (which should come from a different person than who is submitting the patches): Roger Quadros Nishanth Menon Rajendra Nayak Kevin Hilman Tony Lindgren 2. A Tested-by: from one of the following folks (who can be the same as the person who is the same as the person who is submitting the patches): Nishanth Menon Rajendra Nayak Kevin Hilman Tony Lindgren - Paul