Path: csiph.com!eternal-september.org!feeder.eternal-september.org!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Nicolas Boichat Newsgroups: linux.kernel Subject: Re: [PATCH] regmap: Move documentation to regmap.h Date: Tue, 11 Aug 2015 05:10:01 +0200 Message-ID: References: X-Original-To: Mark Brown Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v3ludcG0JgEdx5VX9+eZNvzrRI5nt1SfXtg/V4Y7dIg=; b=dlZ686Ks4MHFu2wi3fXKYCn2NOqrH/4COD0bSEqsDaxVYFjVxWkhMZX3PYQOvCAxJ0 zwptRRjZmKRD9p0GRQhp+DACQEnIrX/aBtAVBQa1yFJbbU4nVH3xsFFEfQKca53SPdAN 8IK906ujOAZVKeMshbB5RQr4u5Suhjby3WsuA= X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=v3ludcG0JgEdx5VX9+eZNvzrRI5nt1SfXtg/V4Y7dIg=; b=arWKYd85EzvEEk2rIkZG+QoTsDqitLepulX8a27qH+q77QyhJoHWBjJ9vt3wNBPl43 2yEyVl2qQCB0n/0pVPtfcRlTIjJ2A1cI4d7xswuJlermF4fOwCO/LVzEmjbrCaPT+g0i pGnmzOFRdM/a+ok8HUH30nnZxBkwYeA7fX5S5tGTHsOpeVPb+G381CA7/IJvUNpHJk9R BDowe7Zr5OwaqcEahLqGJepV3qhRZR+mPaVpM9SIh77l+5927xywvi4Yxt1O6UOXRguu 7+Z3Jk3KATMYl7wXyZnLFHAfNWbaTFcUl5xlzttOuIUhCT/cH54DNa+PgiLKjnnPusCp OcNg== X-Gm-Message-State: ALoCoQn/FDT8RuzbMw93F9sXKqYuFp1d4q3cj3ZDS+Bm+JWva9ZLe02cuEAD3t8/bO6Kmd/mX70t MIME-Version: 1.0 X-Received: by 10.202.62.11 with SMTP id l11mr18786428oia.103.1439262045398; Mon, 10 Aug 2015 20:00:45 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 25 Organization: linux.* mail to news gateway X-Original-Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org X-Original-Date: Tue, 11 Aug 2015 11:00:45 +0800 X-Original-Message-ID: X-Original-References: <1436351549-18507-1-git-send-email-drinkcat@chromium.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1204716 Hi Mark, On Wed, Jul 8, 2015 at 6:32 PM, Nicolas Boichat wrote: > Init functions defined in regmap*.c files are now prefixed with > __, take lockdep key and class parameters, and should not be > called directly: move the documentation to regmap.h, where the > macros are defined. > > Signed-off-by: Nicolas Boichat > --- > Applies on top of this series: > [PATCHv2 0/3] regmap: Use different lockdep class for each regmap init call > sent earlier today. First, thanks for the applying the series above. This documentation patch is still valid, and now applies cleanly on regmap/for-next. Best, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/