Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751487AbdFTFtg (ORCPT ); Tue, 20 Jun 2017 01:49:36 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33211 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbdFTFte (ORCPT ); Tue, 20 Jun 2017 01:49:34 -0400 Message-Id: <20170620054507.018818121@gmail.com> User-Agent: quilt/0.65 Date: Tue, 20 Jun 2017 06:45:07 +0100 From: Okash Khawaja To: Greg Kroah-Hartman , Jiri Slaby , Samuel Thibault , Andy Shevchenko , linux-kernel@vger.kernel.org Cc: William Hubbs , Chris Brannon , Kirk Reiser , speakup@linux-speakup.org, devel@driverdev.osuosl.org Subject: [patch v3 0/3] staging: speakup: support more than ttyS* Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 486 Lines: 16 Hi, I have updated the patches based on feedback. For patch 1, In favour of consistency, I've updated the code which extracts trailing digits so that it is like similar code in tty_find_polling_driver. Also fixed checkpatch warnings. Here's summary of the patches Patch 1 adds functionality to convert device name into dev_t. Patch 2 uses the function in patch 1 and performs some checks. Patch 3 adds new module param and actually extends support to more than ttyS*. Thanks, Okash