From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756166Ab1H3TOc (ORCPT ); Tue, 30 Aug 2011 15:14:32 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:42265 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756134Ab1H3TOb (ORCPT ); Tue, 30 Aug 2011 15:14:31 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6454"; a="113874865" Message-Id: <20110830190729.923334292@codeaurora.org> User-Agent: quilt/0.48-1 Date: Tue, 30 Aug 2011 14:07:29 -0500 From: Richard Kuo To: linux-kernel@vger.kernel.org, linux-hexagon@vger.kernel.org Subject: [patch v2 00/35] Hexagon: Add support for Qualcomm Hexagon architecture Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the second version of the patchset to the Linux kernel to support the Qualcomm Hexagon architecture. These patches have been organized like the last time, in a somewhat logically grouped fashion. A summary of changes from the last patchset: * use Kbuild method for strictly asm-generic headers * clean up dma sync and implement clean/invalidate * bitops fl*/ff* cleanup * added inline assembly version of atomic_add_unless * removed deprecated syscalls/defines * call __vmyield for cpu_relax and fix cpu_idle * clean up thread_info; use arch allocator to allow kernel stack sizes smaller than page size * implement read_timer_counter * changed checksum to pull non-asm functions from generic code * delete module functions which already have generic equivalents * cleaned up IO routines * reduced comet_defconfig * remove ugly platform code These patches are available on Code Aurora as well as git: https://www.codeaurora.org/patches/quic/hlk/hexagon-linux-20110830.tar.gz git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon.git hexagon Thanks to everyone for their comments/feedback! If I missed anything or there's something else that needs cleanup, please let me know. -Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.