From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 10 Jul 2012 11:26:21 -0300 From: Gustavo Padovan To: linux-bluetooth@vger.kernel.org, Gustavo Padovan Subject: Re: [PATCH -v3 1/9] serial: remove the whole serial code Message-ID: <20120710142621.GA14743@joana> References: <1341928988-5116-1-git-send-email-gustavo@padovan.org> <20120710142247.GA728@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20120710142247.GA728@x220> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Johan, * Johan Hedberg [2012-07-10 11:22:47 -0300]: > Hi Gustavo, > > On Tue, Jul 10, 2012, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > --- > > Makefile.am | 19 +- > > acinclude.m4 | 6 - > > doc/serial-api.txt | 57 ----- > > serial/main.c | 59 ----- > > serial/manager.c | 127 ----------- > > serial/manager.h | 25 -- > > serial/port.c | 638 ---------------------------------------------------- > > serial/port.h | 29 --- > > serial/serial.conf | 10 - > > 9 files changed, 5 insertions(+), 965 deletions(-) > > delete mode 100644 doc/serial-api.txt > > delete mode 100644 serial/main.c > > delete mode 100644 serial/manager.c > > delete mode 100644 serial/manager.h > > delete mode 100644 serial/port.c > > delete mode 100644 serial/port.h > > delete mode 100644 serial/serial.conf > > All patches in this set have been applied. Thanks. > > Seems that audio is still missing though. It is on purpose, there still a big patchset to be applied to audio, then we can move it. Gustavo