From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751999AbeAYXjh (ORCPT ); Thu, 25 Jan 2018 18:39:37 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:49336 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbeAYXjf (ORCPT ); Thu, 25 Jan 2018 18:39:35 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 4FA83600E6 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=tsoni@codeaurora.org Subject: Re: [PATCH 2/2] drivers: soc: Add LLCC driver To: Channagoud Kadabi , linux-arm-msm@vger.kernel.org Cc: linux-arm@lists.infradead.org, linux-kernel@vger.kernel.org, sboyd@codeaurora.org, kyan@codeaurora.org References: <1516142148-28460-1-git-send-email-ckadabi@codeaurora.org> <1516142148-28460-3-git-send-email-ckadabi@codeaurora.org> From: Trilok Soni Message-ID: <504c4987-cbc7-bd8e-41e7-6401b0a8e51d@codeaurora.org> Date: Thu, 25 Jan 2018 15:39:33 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516142148-28460-3-git-send-email-ckadabi@codeaurora.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/16/2018 2:35 PM, Channagoud Kadabi wrote: > LLCC (Last Level Cache Controller) provides additional cache memory > in the system. LLCC is partitioned into muliple slices and each > slice gets its own priority, size, ID and other config parameters. > LLCC driver programs these parameters for each slice. Clients that > are assigned to use LLCC need to get information such size & ID of the > slice for their usecase and activate or deactivate the slice as needed. > LLCC driver provides API interfaces for the clients to perform these > operations. Steve/linux-arm-msm folks, please provide review comments to system cache driver patch series. ---Trilok Soni-- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project