From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756600AbcINDAO (ORCPT ); Tue, 13 Sep 2016 23:00:14 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34598 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbcINDAM (ORCPT ); Tue, 13 Sep 2016 23:00:12 -0400 From: Peng Sun To: liodot@gmail.com, charrer@alacritech.com, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Peng Sun Subject: [PATCH 00/10] staging: slicoss: fix different address space sparse warnings Date: Tue, 13 Sep 2016 19:59:49 -0700 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org base commit-id d221eb9f14f9 Peng Sun (10): staging: slicoss: slic.h: add a macro IOMEM_GET_FIELDADDR to fix sparse warnings staging: slicoss: slic.h: add a macro IOMEM_GET_FIELD32 to fix sparse warnings staging: slicoss: slic.h: add a macro IOMEM_SET_FIELD32 to fix sparse warnings staging: slicoss: slic.h: add a macro IOMEM_GET_FIELD64 to fix sparse warnings staging: slicoss: slicoss.c: fix different address space sparse warning staging: slicoss: slicoss.c: fix different address space sparse warning staging: slicoss: slicoss.c: fix different address space sparse warning staging: slicoss: slicoss.c: fix different address space sparse warning staging: slicoss: slicoss.c: fix different address space sparse warning staging: slicoss: slicoss.c: fix different address space sparse warning drivers/staging/slicoss/slic.h | 46 ++++++++++++++++++++++ drivers/staging/slicoss/slicoss.c | 82 +++++++++++++++++++++++---------------- 2 files changed, 95 insertions(+), 33 deletions(-) -- 2.7.4