public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dirk Brandewie <dirk.brandewie@gmail.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org, x86@kernel.org
Subject: Re: [PATCH 4/6] ce4100: Add errata fixes for UART on CE4100
Date: Thu, 11 Nov 2010 03:52:58 -0800	[thread overview]
Message-ID: <4CDBD91A.2010805@gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1011111231430.2900@localhost6.localdomain6>

On 11/11/2010 03:34 AM, Thomas Gleixner wrote:
>
>
>> +	 * Over ride the legacy port configuration that comes from
>> +	 * asm/serial.h. Using the ioport driver then switching to the
>> +	 * PCI memmaped driver hangs the IOAPIC
>> +	 */
>> +	if (up->iotype !=  UPIO_MEM32) {
>> +		up->uartclk  = 14745600;
>> +		up->mapbase = 0xdffe0200;
>
>    What does the uartclk, mapbase fixups in the CONFIG_EARLY_PRINTK=n case ?
>
This is setup in the PCI driver patch #3 in the series

>> +		set_fixmap_nocache(FIX_EARLYCON_MEM_BASE,
>> +				up->mapbase&  PAGE_MASK);
>> +		up->membase =
>> +			(void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE);
>> +		up->membase += up->mapbase&  ~PAGE_MASK;
>> +		up->iotype   = UPIO_MEM32;
>> +		up->regshift = 2;
>> +	}
>> +#endif
>> +	up->iobase = 0;
>> +	up->serial_in = ce4100_mem_serial_in;
>> +	up->serial_out = ce4100_mem_serial_out;
>> +
>> +	*capabilites |= (1<<  12);
>> +}
>
> Thanks,
>
> 	tglx


  reply	other threads:[~2010-11-11 11:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09 20:08 [PATCH 0/6] Add support for the Intel CE4100 dirk.brandewie
2010-11-09 20:08 ` [PATCH 1/6] x86: Add CE4100 platform support dirk.brandewie
2010-11-09 20:08 ` [PATCH 2/6] ce4100: add PCI register emulation for CE4100 dirk.brandewie
2010-11-11 11:51   ` Thomas Gleixner
2010-11-09 20:08 ` [PATCH 3/6] serial/ce4100: Add PCI UART support for the ce4100 dirk.brandewie
2010-11-09 21:14   ` Greg KH
2010-11-09 21:54     ` Dirk Brandewie
2010-11-17 15:35   ` [PATCH] " dirk.brandewie
2010-11-09 20:08 ` [PATCH 4/6] ce4100: Add errata fixes for UART on CE4100 dirk.brandewie
2010-11-11 11:34   ` Thomas Gleixner
2010-11-11 11:52     ` Dirk Brandewie [this message]
2010-11-11 11:47       ` Thomas Gleixner
2010-11-11 12:10         ` Dirk Brandewie
2010-11-11 12:06           ` Thomas Gleixner
2010-11-22 14:28   ` [PATCH] " dirk.brandewie
2010-12-06 15:00     ` [tip:x86/platform] " tip-bot for Dirk Brandewie
2010-11-09 20:08 ` [PATCH 5/6] x86: ce4100: Add reboot_fixup() for CE4100 dirk.brandewie
2010-11-09 20:08 ` [PATCH 6/6] ce4100: Add support for CE4100 EHCI IP block to EHCI driver dirk.brandewie
2010-11-09 22:01   ` Dirk Brandewie
2010-11-10  2:36     ` Alan Stern
2010-11-10 10:51       ` Sergei Shtylyov
2010-11-16 21:46         ` Greg KH
2010-11-16 23:24           ` Dirk Brandewie
2010-11-17 15:43   ` [PATCH] " dirk.brandewie

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=4CDBD91A.2010805@gmail.com \
    --to=dirk.brandewie@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox