From patchwork Sun Dec 3 15:06:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 843991 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yqWYR4Sk4z9rxl for ; Mon, 4 Dec 2017 02:06:19 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752576AbdLCPGR (ORCPT ); Sun, 3 Dec 2017 10:06:17 -0500 Received: from sauhun.de ([88.99.104.3]:40986 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752505AbdLCPGP (ORCPT ); Sun, 3 Dec 2017 10:06:15 -0500 Received: from localhost (p54B33095.dip0.t-ipconnect.de [84.179.48.149]) by pokefinder.org (Postfix) with ESMTPSA id 994492C36FD; Sun, 3 Dec 2017 16:06:13 +0100 (CET) Date: Sun, 3 Dec 2017 16:06:13 +0100 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski Subject: [PULL REQUEST] i2c for 4.15 Message-ID: <20171203150609.wlwagsltct4g3ylo@ninjato> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Linus, here are two bugfixes for I2C, fixing a memleak in the core and irq allocation for i801. Also, three bugfixes for the at24 eeprom driver which Bartosz collected while taking over maintainership for this driver. Good start, Bartosz! Please pull. Thanks, Wolfram The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current for you to fetch changes up to edef30980dc06bea547baefcfc8d910682b6e060: Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current (2017-12-03 15:55:20 +0100) ---------------------------------------------------------------- Bartosz Golaszewski (1): eeprom: at24: correctly set the size for at24mac402 Colin Ian King (1): i2c: i2c-boardinfo: fix memory leaks on devinfo Hans de Goede (1): i2c: i801: Fix Failed to allocate irq -2147483648 error Heiner Kallweit (2): eeprom: at24: fix reading from 24MAC402/24MAC602 eeprom: at24: check at24_read/write arguments Wolfram Sang (1): Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/.../brgl/linux into i2c/for-current drivers/i2c/busses/i2c-i801.c | 3 +++ drivers/i2c/i2c-boardinfo.c | 2 ++ drivers/misc/eeprom/at24.c | 19 ++++++++++++++++++- 3 files changed, 23 insertions(+), 1 deletion(-)