From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752939AbcBEMoo (ORCPT ); Fri, 5 Feb 2016 07:44:44 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:45770 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbcBEMon (ORCPT ); Fri, 5 Feb 2016 07:44:43 -0500 From: Cyrille Pitchen To: , , CC: , , , Cyrille Pitchen Subject: [PATCH 0/2] crypto: atmel-sha - fix resource management Date: Fri, 5 Feb 2016 13:45:11 +0100 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, these two small patches fix resource release and clock management in atomic context. Best regards, Cyrille Cyrille Pitchen (2): crypto: atmel-sha: fix atmel_sha_remove() crypto: atmel-sha - remove calls of clk_prepare() from atomic contexts drivers/crypto/atmel-sha.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -- 1.8.2.2