From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Thu, 02 Sep 2010 11:10:16 -0700 Subject: [PATCH v3] davinci: Initial support for MityDSP-L138/MityARM-1808 In-Reply-To: <1283450287-9881-1-git-send-email-michael.williamson@criticallink.com> (Michael Williamson's message of "Thu, 2 Sep 2010 13:58:07 -0400") References: <1283450287-9881-1-git-send-email-michael.williamson@criticallink.com> Message-ID: <871v9c6mpj.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Michael Williamson writes: > This patch adds initial support for the MityDSP-L138 and MityDSP-1808 system > on Module (SOM) under the machine name "mityomapl138". These SOMs are based > on the da850 davinci CPU architecture. Information on these SOMs may be > found at http://www.mitydsp.com. > > Basic support for the console UART, NAND, and EMAC (MII interface) is > included in this patch. > > Signed-off-by: Michael Williamson Thanks, applying and queueing for 2.6.37 (with one minor change below...) > --- > Changes since v2: > 1) Remove defaulting this board from Kconfig. > 2) Add MITYOMAPL138 board to da8xx_omapl_defconfig. > 3) Fix tabs alignment per comment. > > The new defconfig file was generated by: > make da8xx_omapl_defconfig > make menuconfig > select MITYOMAPL138 option > make savedefconfig > cp defconfig arch/arm/configs/da8xx_omapl_defconfig > > I think the other 3 lines were a result of updated KConfig options > in the current baseline. Yes, but to minimize unrelated defconfig diffs upstream, I'm going to remove the 3 unrelated ones when applying this patch. Soon we will hopefully be getting rid of defconfigs all together, but until that is sorted out, we need to minimize diffs against defconfigs, especially ones that are not related to the patch. Kevin