Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753221AbbHUI1C (ORCPT ); Fri, 21 Aug 2015 04:27:02 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:42239 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbbHUI1A (ORCPT ); Fri, 21 Aug 2015 04:27:00 -0400 From: Markus Pargmann To: Mark Brown Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, Irina Tirdea , Markus Pargmann Subject: [PATCH v3 0/4] regmap: fixes Date: Fri, 21 Aug 2015 10:26:39 +0200 Message-Id: <1440145603-9612-1-git-send-email-mpa@pengutronix.de> X-Mailer: git-send-email 2.4.6 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: mpa@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1377 Lines: 43 Hi, I changed the comments you mentioned in your review. I hope they are better to understand now. Best Regards, Markus Changes in v3: - Change comments in patch 1 'regmap: Add missing comments about struct regmap_bus' - Change description in patch 2 'regmap: Fix regmap_bulk_write for bus writes' Changes in v2: - Fixed free_context typo - use_single_rw is now internally split into use_single_read/write - Removed patches that wrongly tried to fix things - Added simpler patches which check for the existence of bus->read/write to avoid null dereferences Markus Pargmann (4): regmap: Add missing comments about struct regmap_bus regmap: Fix regmap_bulk_write for bus writes regmap: Split use_single_rw internally into use_single_read/write regmap: No multi_write support if bus->write does not exist drivers/base/regmap/internal.h | 6 ++++-- drivers/base/regmap/regcache.c | 2 +- drivers/base/regmap/regmap-irq.c | 4 ++-- drivers/base/regmap/regmap.c | 30 ++++++++++++++++++++++++------ include/linux/regmap.h | 5 ++++- 5 files changed, 35 insertions(+), 12 deletions(-) -- 2.4.6 -- 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/