Return-Path: From: Pali =?utf-8?q?Roh=C3=A1r?= To: Marcel Holtmann Subject: Re: [PATCH] Bluetooth: Add hci_h4p driver Date: Thu, 17 Oct 2013 22:25:32 +0200 Cc: Gustavo Padovan , Johan Hedberg , Pavel Machek , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, =?utf-8?q?=D0=98=D0=B2=D0=B0=D0=B9=D0=BB=D0=BE?= =?utf-8?q?_=D0=94=D0=B8=D0=BC=D0=B8=D1=82=D1=80=D0=BE=D0=B2?= , Joni Lapilainen , Sebastian Reichel , Aaro Koskinen References: <1379703710-5757-1-git-send-email-pali.rohar@gmail.com> In-Reply-To: <1379703710-5757-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3728288.q054zeFcxh"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: <201310172225.33343@pali> List-ID: --nextPart3728288.q054zeFcxh Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Friday 20 September 2013 21:01:50 Pali Roh=C3=A1r wrote: > From: Ville Tervo >=20 > This driver adding support for Nokia N900 bluetooth hardware >=20 > Signed-off-by: Ville Tervo > Signed-off-by: Pali Roh=C3=A1r > --- > drivers/bluetooth/Kconfig | 10 + > drivers/bluetooth/Makefile | 2 + > drivers/bluetooth/hci_h4p/Makefile | 7 + > drivers/bluetooth/hci_h4p/core.c | 1085 > +++++++++++++++++++++++++++++++++ > drivers/bluetooth/hci_h4p/fw-bcm.c | 149 +++++ > drivers/bluetooth/hci_h4p/fw-csr.c | 152 +++++ > drivers/bluetooth/hci_h4p/fw-ti1273.c | 113 ++++ > drivers/bluetooth/hci_h4p/fw.c | 166 +++++ > drivers/bluetooth/hci_h4p/hci_h4p.h | 238 ++++++++ > drivers/bluetooth/hci_h4p/uart.c | 203 ++++++ > include/linux/bluetooth/hci_h4p.h | 41 ++ > 11 files changed, 2166 insertions(+) > create mode 100644 drivers/bluetooth/hci_h4p/Makefile > create mode 100644 drivers/bluetooth/hci_h4p/core.c > create mode 100644 drivers/bluetooth/hci_h4p/fw-bcm.c > create mode 100644 drivers/bluetooth/hci_h4p/fw-csr.c > create mode 100644 drivers/bluetooth/hci_h4p/fw-ti1273.c > create mode 100644 drivers/bluetooth/hci_h4p/fw.c > create mode 100644 drivers/bluetooth/hci_h4p/hci_h4p.h > create mode 100644 drivers/bluetooth/hci_h4p/uart.c > create mode 100644 include/linux/bluetooth/hci_h4p.h >=20 Can somebody look & comment this patch? What is needed to be part=20 of upstream kernel? =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart3728288.q054zeFcxh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlJgR70ACgkQi/DJPQPkQ1LypQCfaZR4KQO4zfn5IVL8ZZH1p+rb dkEAniyMDWBvcfUJHepYkWWYtVZ/iJrg =NKgj -----END PGP SIGNATURE----- --nextPart3728288.q054zeFcxh--