Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbdFSOzR (ORCPT ); Mon, 19 Jun 2017 10:55:17 -0400 Received: from forward4o.cmail.yandex.net ([37.9.109.248]:51848 "EHLO forward4o.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdFSOzP (ORCPT ); Mon, 19 Jun 2017 10:55:15 -0400 Authentication-Results: mxback4o.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Evgeniy Polyalkov Envelope-From: drustafa@yandex.ru To: =?utf-8?B?Sm9oYW5uZXMgUMO2aGxtYW5u?= , "linux-kernel@vger.kernel.org" Cc: Greg Kroah-Hartman In-Reply-To: <6a03463f-7e93-8ee7-d56f-aaed1e2befba@izt-labs.de> References: <6a03463f-7e93-8ee7-d56f-aaed1e2befba@izt-labs.de> Subject: Re: [PATCH V1] one wire ds1wm patch MIME-Version: 1.0 Message-Id: <2576141497884112@web5j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 19 Jun 2017 17:55:12 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 22 Hi 19.06.2017, 14:38, "Johannes Pöhlmann" : > To make the ds1wm driver work on a powerpc architecture (big endian, 32bit) > with a register offset multiplier of 4 i had to make some changes to > >           drivers/w1/masters/ds1wm.c > and include/linux/mfd/ds1wm.h. > > I grouped theses into 4 patches of falling priority. > > [PATCH 1/4] fix and simplify register access > [PATCH 2/4] Add level interrupt modes (maybe no longer needed in newer > kernels) > [PATCH 3/4] Silence interrupts on HW before claiming the interrupt > [PATCH 4/4] optional: add messages to make incorporation in mfd drivers > easier Patches look good, thank you. Greg, please pull them into your tree, is it ok to be sent as attachment? Acked-by: Evgeniy Polyakov