From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 380E123760; Thu, 18 Jan 2024 11:03:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705575781; cv=none; b=M7jnY3FRWJA90MkhZ7NoaNcI+GYrvfn6T4XrHUmvuAteLLneX8bgme/Yo56iPYQgd2AxSMpfjMU37HnelbI3BW5AZpXfRh1pGEVkX9beE0+57jtKvjzqPCp4a0x9mj4vywNSlDfbN9uWR6sqxRcSGgnGRY/DBIHtvtEh+f1Tk3o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705575781; c=relaxed/simple; bh=NAx6vfz/tioAFc5LDqeg1Zz9IvIw0/rrkOWqW9ySkwA=; h=Received:DKIM-Signature:From:To:Cc:Subject:Date:Message-ID: X-Mailer:In-Reply-To:References:User-Agent:X-stable: X-Patchwork-Hint:MIME-Version:Content-Transfer-Encoding; b=fwehu5mSChvQ8+35rhg+p+vQE1Xypl78slMvPD0v6LwOzaV+Aztq+o+sPXxs0kXHlD9ix2nJ4vDlBZrGUXNI2Z64izpZKgOhQNRMTjyDO/tf84r/KpveazaYkXpCelqkqD69p3aIW1aJBciOiNVlglcZ6XsSFUyjqHLoWeu0XSY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=TzJuEO+X; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="TzJuEO+X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0A32C433C7; Thu, 18 Jan 2024 11:03:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705575781; bh=NAx6vfz/tioAFc5LDqeg1Zz9IvIw0/rrkOWqW9ySkwA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TzJuEO+XXHBa1s7yaNHxELupDj7iVX7JpcfZ6tLtsrNFKhVgyHJ4d1/8VsyiluQwz MdDuzJKtUl7CjySlTGXGoTqTmv/17mqI2xdd+a54C5MzV8sWBPOycrk6sZJ4gtMBiV lLF87GE2OaT5VaXB57ORSDSPy+O08CUD5ko1R0ms= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Cameron Williams , Sudip Mukherjee Subject: [PATCH 6.1 095/100] parport: parport_serial: Add Brainboxes BAR details Date: Thu, 18 Jan 2024 11:49:43 +0100 Message-ID: <20240118104314.995210355@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240118104310.892180084@linuxfoundation.org> References: <20240118104310.892180084@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Cameron Williams commit 65fde134b0a4ffe838729f9ee11b459a2f6f2815 upstream. Add BAR/enum entries for Brainboxes serial/parallel cards. Cc: Signed-off-by: Cameron Williams Acked-by: Sudip Mukherjee Link: https://lore.kernel.org/r/AS4PR02MB79035155C2D5C3333AE6FA52C4A6A@AS4PR02MB7903.eurprd02.prod.outlook.com Signed-off-by: Greg Kroah-Hartman --- drivers/parport/parport_serial.c | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c @@ -65,6 +65,10 @@ enum parport_pc_pci_cards { sunix_5069a, sunix_5079a, sunix_5099a, + brainboxes_uc257, + brainboxes_is300, + brainboxes_uc414, + brainboxes_px263, }; /* each element directly indexed from enum list, above */ @@ -158,6 +162,10 @@ static struct parport_pc_pci cards[] = { /* sunix_5069a */ { 1, { { 1, 2 }, } }, /* sunix_5079a */ { 1, { { 1, 2 }, } }, /* sunix_5099a */ { 1, { { 1, 2 }, } }, + /* brainboxes_uc257 */ { 1, { { 3, -1 }, } }, + /* brainboxes_is300 */ { 1, { { 3, -1 }, } }, + /* brainboxes_uc414 */ { 1, { { 3, -1 }, } }, + /* brainboxes_px263 */ { 1, { { 3, -1 }, } }, }; static struct pci_device_id parport_serial_pci_tbl[] = {