All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@linux.intel.com>
Cc: linux-serial@vger.kernel.org
Subject: Re: [PATCH 1/4] hsu: driver for Medfield High Speed UART device
Date: Thu, 17 Jun 2010 10:38:53 -0700	[thread overview]
Message-ID: <20100617173853.GE24362@kroah.com> (raw)
In-Reply-To: <20100617100145.4379.60698.stgit@localhost.localdomain>

On Thu, Jun 17, 2010 at 11:01:47AM +0100, Alan Cox wrote:
> From: Feng Tang <feng.tang@intel.com>
> 
> This is a PCI & UART driver, which suppors both PIO and DMA mode
> UART operation. It has 3 identical UART ports and one internal
> DMA controller.
> 
> Current FW will export 4 pci devices for hsu: 3 uart ports and 1
> dma controller, each has one IRQ line. And we need to discuss the
> device model, one PCI device covering whole HSU should be a better
> model, but there is a problem of how to export the 4 IRQs info
> 
> Current driver set the highest baud rate to 2746800bps, which is
> easy to scale down to 115200/230400.... To suport higher baud rate,
> we need add special process, change DLAB/DLH/PS/DIV/MUL registers
> all together.
> 
> 921600 is the highest baud rate that has been tested with Bluetooth
> modem connected to HSU port 0. Will test more when there is right
> BT firmware.
> 
> Signed-off-by: Feng Tang <feng.tang@intel.com>
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> ---
> 
>  drivers/serial/Kconfig      |    9 
>  drivers/serial/Makefile     |    1 
>  drivers/serial/mfd.c        | 1488 +++++++++++++++++++++++++++++++++++++++++++

When building with this patch, I get the following build error:
  CC [M]  drivers/serial/mfd.o
  drivers/serial/mfd.c: In function ‘serial_hsu_probe’:
  drivers/serial/mfd.c:1338:22: error: ‘serial_hsu_console’ undeclared (first use in this function)

So I can't take this, or the second patch (which doesn't fix this
problem).

Care to redo them so that the build is not broken?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-06-17 17:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 10:01 [PATCH 0/4] Further serial driver bits Alan Cox
2010-06-17 10:01 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
2010-06-17 17:38   ` Greg KH [this message]
2010-06-17 10:01 ` [PATCH 2/4] hsu: add a periodic timer to check dma rx channel Alan Cox
2010-06-17 10:02 ` [PATCH 3/4] serial: replace open coded mutex with a real mutex in mrst_max3110.c Alan Cox
2010-06-17 10:02 ` [PATCH 4/4] serial: fix wakup races in the mrst_max3110 driver Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2010-07-26  9:17 [PATCH 0/4] Medfield HSU serial Alan Cox
2010-07-26  9:18 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
2010-07-27  7:20 [PATCH 0/4] Medfield HSU serial Alan Cox
2010-07-27  7:20 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100617173853.GE24362@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@linux.intel.com \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.