From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752035AbbCVKhW (ORCPT ); Sun, 22 Mar 2015 06:37:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55039 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827AbbCVKhT (ORCPT ); Sun, 22 Mar 2015 06:37:19 -0400 Date: Sun, 22 Mar 2015 11:37:17 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.0-rc5 Message-ID: <20150322103717.GA22141@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.0-rc5 for you to fetch changes up to 1f51d5801859e0b382dcc8f06875811d63ec8953: vt6655: Fix late setting of byRFType. (2015-03-09 11:33:13 +0100) ---------------------------------------------------------------- Staging driver fixes for 4.0-rc5 Here are 4 small staging driver fixes, all for the vt6656 and vt6655 drivers, that resolve some reported issues with them. All of these patches have been in linux next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Malcolm Priestley (4): staging: vt6655: vnt_tx_packet fix dma_idx selection. staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12M vt6655: RFbSetPower fix missing rate RATE_12M vt6655: Fix late setting of byRFType. drivers/staging/vt6655/device_main.c | 32 +++++++++++++++----------------- drivers/staging/vt6655/rf.c | 1 + drivers/staging/vt6656/rf.c | 1 + 3 files changed, 17 insertions(+), 17 deletions(-)