From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755516AbbDILrV (ORCPT ); Thu, 9 Apr 2015 07:47:21 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:33479 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754998AbbDILrU (ORCPT ); Thu, 9 Apr 2015 07:47:20 -0400 From: Quentin Lambert To: "David S. Miller" , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 0/2] pci to dma Date: Thu, 9 Apr 2015 13:46:26 +0200 Message-Id: <1428579988-10167-1-git-send-email-lambert.quentin@gmail.com> X-Mailer: git-send-email 2.3.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch removes deprecated use of the pci api. The second patch depends on the first, it replaces uses of GFP_ATOMIC with GFP_KERNEL. I could not find evidence that the concerned functions were called from a context were sleep is not allowed. --- cs5520.c | 2 +- pmac.c | 7 +++---- setup-pci.c | 2 +- sgiioc4.c | 6 +++--- 4 files changed, 8 insertions(+), 9 deletions(-)