From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752158AbcBBC3H (ORCPT ); Mon, 1 Feb 2016 21:29:07 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:47328 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751862AbcBBC3D (ORCPT ); Mon, 1 Feb 2016 21:29:03 -0500 Date: Tue, 2 Feb 2016 03:28:50 +0100 From: Andrew Lunn To: Bartosz Golaszewski Cc: GregKH , Srinivas Kandagatla , Maxime Ripard , Wolfram Sang , broonie@kernel.org, vz@mleia.com, fd@ti.com, LKML , Pantelis Antoniou Subject: Re: [PATCH 3/7] eeprom: at24: extend driver to plug into the NVMEM framework Message-ID: <20160202022850.GF12673@lunn.ch> References: <1453995757-5051-1-git-send-email-andrew@lunn.ch> <1453995757-5051-4-git-send-email-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hi Andrew, > > the patch works, but I'm hitting the following BUG when instantiating > an at24c32 device: > > # echo 24c32 0x54 > /sys/class/i2c-adapter/i2c-2/new_device Ah, i did'n't tests it this way. I have my devices in device tree. Thanks for the report. I will reproduce this in the next few days and see about fixing it. Andrew