From owner-soc-status@FreeBSD.ORG Thu Jul 22 11:13:07 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60A0E1065677 for ; Thu, 22 Jul 2010 11:13:07 +0000 (UTC) (envelope-from jceel@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 159628FC18 for ; Thu, 22 Jul 2010 11:13:06 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id B2476C42E1; Thu, 22 Jul 2010 13:13:05 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id eoiPrp4-+vGt; Thu, 22 Jul 2010 13:13:05 +0200 (CEST) Received: from jot.semihalf.com (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPA id AB9FCC42D0; Thu, 22 Jul 2010 13:13:04 +0200 (CEST) Message-ID: <4C4827BD.5000404@semihalf.com> Date: Thu, 22 Jul 2010 13:13:01 +0200 From: Jakub Klama User-Agent: Thunderbird 2.0.0.23 (X11/20100324) MIME-Version: 1.0 To: soc-status@freebsd.org, Rafal Jaworowski Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [DMA Engine Framework] status report #8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 11:13:07 -0000 Done this week: * Integrated sources from HEAD * Implemented dma_memcpy() and dma_memset() * Implemented wrapper for _arm_memcpy callback on ARM Plans for next week: * Write channel allocation mechanism for kernel subsystems -- Jakub Klama