From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB825C43381 for ; Tue, 12 Mar 2019 13:26:46 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A32F8214D8 for ; Tue, 12 Mar 2019 13:26:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="ahWVNweL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A32F8214D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.91) (envelope-from ) id 1h3hPu-0006E2-6Z; Tue, 12 Mar 2019 09:26:02 -0400 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1h3hPs-0006Dw-C9 for kernelnewbies@kernelnewbies.org; Tue, 12 Mar 2019 09:26:00 -0400 Received: by mail-lf1-x133.google.com with SMTP id y18so2086922lfe.1 for ; Tue, 12 Mar 2019 06:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=PLm782Qg8xyP9BebaH0GwIKwayE4ffr0ZYw4DmV4dW8=; b=ahWVNweLAoJkrO7HldoB7PjGvqDqV3MoNdqh0Yb8kN/JVA1IEo+dr7QO0B/TY+P/NF hPUMCcEbsf7A3LvYgJ2uuSd4KfdQUtiOjHxtJog1YrJyE6cjacqBWgo8rXx3eR5hpSWn CC0gK1VyhBl1r9FjkqztxsjCYiWqB33HMWAOcZ52BcCO6DnLaM6TcLlac3T9CcMWCHDt eeve0EAB/zf7F5g/+80LtIrVAsI5trbs2uMsPL8ogpr37OLLnai4WrO6mBOA+mZb8zdn M0OvCDtKBjBMrwaprmc2D+KXl5+jeJ/Z9vQZ91aseel04P+kbndbfxdsXFfiqZnjyqP3 nICw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PLm782Qg8xyP9BebaH0GwIKwayE4ffr0ZYw4DmV4dW8=; b=bLh2NAZA3nStKO8u+uaX7CLJnhB4SDlMpTbDiKAjBC1teuUjmBIrgoAFWfo3ahDE3M IsY2dCqgK+eMmheV5N0BbJvTAsoIa4VBM2vqpyBViq8jfFlngRGl5AwdVU2USLZGjsH6 OQMcQYzLMhac18BgtfDik9wMFuljToPbpDzA5SIJ7M4lTJMj3sJsfGem67RMzEQ8HmUK wz4a9Vlz6JwcmLmgwRCjneth7CJavroKcoznZz5yzUvibQtoybS0pzFqVL+maA3OYi5O 33dQRQbnlKRtwV9t8vyAyKN1rXxuHLWOV6D4GkJ8Izvtt4darm1BTy7tFoy/j4rpZjA1 2EVw== X-Gm-Message-State: APjAAAUz8Ox6J2L8cYLGHj+vR60bPP80aMAtU6lsMsJB9lz2FbcmrjwK vroSyea8IpJ1NA39qtbMot7CPMzpfOHuYe3L230p/g== X-Google-Smtp-Source: APXvYqw1OWqcMa9fEB0VeT2Jvb7juhJ3LmxNr9sDvau855CvAH4D7hqcC4uTicTFiJPUolEMpMMylFr/znH0nU27ggg= X-Received: by 2002:ac2:55ad:: with SMTP id y13mr2751918lfg.97.1552397156788; Tue, 12 Mar 2019 06:25:56 -0700 (PDT) MIME-Version: 1.0 From: Shahid Ali Nadaf Date: Tue, 12 Mar 2019 18:55:45 +0530 Message-ID: Subject: I2C drivers for Snapdragon 820 To: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4304001087692324234==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============4304001087692324234== Content-Type: multipart/alternative; boundary="00000000000014ac330583e5a1d7" --00000000000014ac330583e5a1d7 Content-Type: text/plain; charset="UTF-8" Hi all, I am new to Linux kernel. I have developed basic drivers on micro-controllers and now i want to dive deep into the Linux world. I have a snapdragon 820 development board running Android 7.1.1, Kernel version 3.18.31. I have a RF card which i need to interface with Snapdragon 820 development board over I2C. Can someone guide how to go about it??? Can someone share a document which explains the I2C driver implementation on Linux. Any help would be appreciated............!!!!!! Thanks, Shahid --00000000000014ac330583e5a1d7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all,


I am = new to Linux kernel. I have developed basic drivers on micro-controllers an= d now i want to dive deep into the Linux world. I have a snapdragon 820 dev= elopment board running Android 7.1.1, Kernel version 3.18.31.
I have a RF card which i need to interface with Snapdragon 820 developmen= t board over I2C. Can someone guide how to go about it??? Can someone share= a document which explains the I2C driver implementation on Linux.

Any help would be appreciated............!!!!!!




Thanks= ,
Shahid
--00000000000014ac330583e5a1d7-- --===============4304001087692324234== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============4304001087692324234==--