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 BFA271774B; Thu, 18 Jan 2024 10:57:51 +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=1705575471; cv=none; b=ZC5ZGhIdJZMbytcx3PCo1FGvxpiAsWUukcE8JqQdL5S9E/QK8CCV10I0xwKVDMym6m/BwIXF9Ey1CWZQVOx9rf51BSScp3/4f8keJOUrxs9gYMO7ZHPd7C+Sba9uk16v8At3O0uWRH9nJPvsgGpURLFFmj1Y6hqWnaqq5JT2qkA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705575471; c=relaxed/simple; bh=aOpzAvh9xPk1Kssbyb2JdxtQK1PIRIkUDhKE3CNKYyY=; 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=aVBQggd2/iXaQmuc6PkkUWBFduDl5JScqiYm+5xvkuSlY72oKap7hbcVvfkx30eyG5A2+1HR7z+udaETRKSfoZw1/XUT9v4CX4kLOaIuM7mqUfF9uyeHZu8DBG6GS9Ztasqr+Ja42QweID7m3tQTQog32vTpCwaIhpKlD/r/uj0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BkSkZ4XF; 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="BkSkZ4XF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4383DC433C7; Thu, 18 Jan 2024 10:57:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705575471; bh=aOpzAvh9xPk1Kssbyb2JdxtQK1PIRIkUDhKE3CNKYyY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BkSkZ4XFBqTG1rVezlU3oK6LRAMSdUqiSwW9icyIv9oOCQaOUG6mYCDL18o+d/qGu CuNr2g7H1WGq/5O0vFd8m9Xl2eXwSlpw/LaVWWt8kmNwgci6A+RIXRKkVEElA9xK/P H6ew8132d8JRQWHy7tm8Ame2CHypSHcggWYIwLQ4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Cameron Williams , Sudip Mukherjee Subject: [PATCH 6.6 144/150] parport: parport_serial: Add Brainboxes BAR details Date: Thu, 18 Jan 2024 11:49:26 +0100 Message-ID: <20240118104326.733434008@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240118104320.029537060@linuxfoundation.org> References: <20240118104320.029537060@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.6-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[] = {