From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haojian Zhuang Subject: [PATCH 0/9] add more devicetree support in arch-mmp Date: Fri, 27 Apr 2012 16:39:08 +0800 Message-ID: <1335515957-1798-1-git-send-email-haojian.zhuang@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: arnd-r2nGTMty4D4@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, eric.y.miao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org 1. Fix the build issue in mmp-dt.c since irq interface changed. 2. Parse intc in new irq that could support both pxa168 and mmp2. After arch-mmp is totally moved to device tree, irq-pxa168 and irq-mmp2 will be removed. 3. Parse interrupt in gpio controller. 4. Append timer with device tree. 5. Update documents. From mboxrd@z Thu Jan 1 00:00:00 1970 From: haojian.zhuang@gmail.com (Haojian Zhuang) Date: Fri, 27 Apr 2012 16:39:08 +0800 Subject: [PATCH 0/9] add more devicetree support in arch-mmp Message-ID: <1335515957-1798-1-git-send-email-haojian.zhuang@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 1. Fix the build issue in mmp-dt.c since irq interface changed. 2. Parse intc in new irq that could support both pxa168 and mmp2. After arch-mmp is totally moved to device tree, irq-pxa168 and irq-mmp2 will be removed. 3. Parse interrupt in gpio controller. 4. Append timer with device tree. 5. Update documents.