From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCH 0/3] Fix two bugs in rtl8411 Date: Wed, 23 Jan 2013 09:51:03 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: cjb@laptop.org, sameo@linux.intel.com Cc: devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, gregkh@linuxfoundation.org, arnd@arndb.de, oakad@yahoo.com, bp@alien8.de, Wei WANG List-Id: linux-mmc@vger.kernel.org From: Wei WANG 1. The method to switch output voltage is different in rtl8411 2. Fix the formula to calculate N from SD clock if clock divider is more than 1 Wei WANG (3): MFD:rtsx: Add callback function switch_output_voltage MMC:rtsx: Using callback function to switch output voltage MFD:rtsx: Add callback function conv_clk_and_div_n drivers/mfd/rtl8411.c | 29 +++++++++++++++++++++++++++++ drivers/mfd/rts5209.c | 21 +++++++++++++++++++++ drivers/mfd/rts5229.c | 21 +++++++++++++++++++++ drivers/mfd/rtsx_pcr.c | 23 +++++++++++++++++++++-- drivers/mmc/host/rtsx_pci_sdmmc.c | 30 +++++------------------------- include/linux/mfd/rtsx_common.h | 3 +++ include/linux/mfd/rtsx_pci.h | 25 +++++++++++++++++++++---- 7 files changed, 121 insertions(+), 31 deletions(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752920Ab3AWBvp (ORCPT ); Tue, 22 Jan 2013 20:51:45 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:53833 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752737Ab3AWBvm (ORCPT ); Tue, 22 Jan 2013 20:51:42 -0500 X-SpamFilter-By: BOX Solutions SpamTrap 5.19 with qID r0N1p7is022221, This message is released by code: ctaloc0852 From: To: , CC: , , , , , , , Wei WANG Subject: [PATCH 0/3] Fix two bugs in rtl8411 Date: Wed, 23 Jan 2013 09:51:03 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 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 From: Wei WANG 1. The method to switch output voltage is different in rtl8411 2. Fix the formula to calculate N from SD clock if clock divider is more than 1 Wei WANG (3): MFD:rtsx: Add callback function switch_output_voltage MMC:rtsx: Using callback function to switch output voltage MFD:rtsx: Add callback function conv_clk_and_div_n drivers/mfd/rtl8411.c | 29 +++++++++++++++++++++++++++++ drivers/mfd/rts5209.c | 21 +++++++++++++++++++++ drivers/mfd/rts5229.c | 21 +++++++++++++++++++++ drivers/mfd/rtsx_pcr.c | 23 +++++++++++++++++++++-- drivers/mmc/host/rtsx_pci_sdmmc.c | 30 +++++------------------------- include/linux/mfd/rtsx_common.h | 3 +++ include/linux/mfd/rtsx_pci.h | 25 +++++++++++++++++++++---- 7 files changed, 121 insertions(+), 31 deletions(-) -- 1.7.9.5