>From pavel@ucw.cz Sat Jan 8 23:38:58 2011 Return-Path: X-OfflineIMAP-873005426-6772656752656d6f7465-746f646f: 1294595209-0154868123845-v6.2.0 Delivered-To: unknown Received: from imap.suse.de ([unix socket]) by imap-int (Cyrus v2.2.12) with LMTPA; Sun, 09 Jan 2011 08:38:58 +0100 X-Sieve: CMU Sieve 2.2 Received: from relay1.suse.de (relay1.suse.de [149.44.160.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "relay.suse.de", Issuer "CAcert Class 3 Root" (verified OK)) by imap.suse.de (Postfix) with ESMTPS id 7CCF63C539A9 for ; Sun, 9 Jan 2011 08:38:58 +0100 (CET) Received: by relay1.suse.de (Postfix) id 6E027344BA65; Sun, 9 Jan 2011 08:38:58 +0100 (CET) Received: from relay1.suse.de (localhost [127.0.0.1]) by relay1.suse.de (Postfix) with ESMTP id 644B9344BA64 for ; Sun, 9 Jan 2011 08:38:58 +0100 (CET) Received: from relay1.suse.de ([127.0.0.1]) by relay1.suse.de (relay1.suse.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 01359-10 for ; Sun, 9 Jan 2011 08:38:58 +0100 (CET) Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by relay1.suse.de (Postfix) with ESMTP id 18EB4344BA61 for ; Sun, 9 Jan 2011 08:38:58 +0100 (CET) Received: from atrey.karlin.mff.cuni.cz (ksp.mff.cuni.cz [195.113.26.206]) by mx2.suse.de (Postfix) with ESMTP id 0F1ED4844E for ; Sun, 9 Jan 2011 08:38:57 +0100 (CET) Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7B4B8F01C3; Sun, 9 Jan 2011 08:38:57 +0100 (CET) Date: Sun, 9 Jan 2011 08:38:48 +0100 From: Pavel Machek To: Greg KH Cc: Alan Cox , linux-kernel@vger.kernel.org, stable@kernel.org, stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org Subject: unbreak billionton CF card (was Re: [000/152] 2.6.36.3-stable review) Message-ID: <20110109073848.GA1553@ucw.cz> References: <20110106002500.GA3172@kroah.com> <20110106134254.68fa27ac@lxorguk.ukuu.org.uk> <20110106215705.GA30799@suse.de> <20110107150724.GA29082@atrey.karlin.mff.cuni.cz> <20110107183716.GA14895@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110107183716.GA14895@suse.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by amavisd-new at relay1.suse.de X-Spam-Status: No, score=-3.599 tagged_above=-20 required=5 tests=[BAYES_00=-2.599, MY_LINUX=-1] X-Spam-Score: -3.599 X-Spam-Level: Status: RO Content-Length: 1129 Unbreak Billionton CF bluetooth card. This actually fixes a regression on zaurus. Signed-off-by: Pavel Machek --- > > Flow control flag seems to be responsible. > > > > But... it hits me and then... me. So I'd like to see it resolved in > > devel tree, but it may not 100% vital for stable. > > Ok, care to make up a patch I can apply for Linus's tree first that > works for you? ./drivers/serial - ./drivers/serial.ofic diff -X /usr/src/linux/.gitignore -ur ./drivers/serial.ofic/8250.c ./drivers/serial/8250.c --- ./drivers/serial.ofic/8250.c 2011-01-02 21:25:29.000000000 +0100 +++ ./drivers/serial/8250.c 2011-01-09 08:10:39.000000000 +0100 @@ -236,7 +236,8 @@ .fifo_size = 128, .tx_loadsz = 128, .fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10, - .flags = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP, + /* UART_CAP_EFR breaks billionon CF bluetooth card. */ + .flags = UART_CAP_FIFO | UART_CAP_SLEEP, }, [PORT_16654] = { .name = "ST16654", -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html