linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Olof Johansson <olof@lixom.net>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org
Subject: Re: [PATCH] [2/5] pasemi: enable one more hid bit
Date: Tue, 24 Apr 2007 10:27:20 +1000	[thread overview]
Message-ID: <1177374440.14873.33.camel@localhost.localdomain> (raw)
In-Reply-To: <20070416062745.GD20196@lixom.net>

On Mon, 2007-04-16 at 01:27 -0500, Olof Johansson wrote:
> Minor HID change. Firmware can't know that we want this set so we have
> to set it in the kernel.

Care to document/name these bits ?
> 
> Signed-off-by: Olof Johansson <olof@lixom.net>
> 
> Index: linux-2.6/arch/powerpc/kernel/cpu_setup_pa6t.S
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/kernel/cpu_setup_pa6t.S
> +++ linux-2.6/arch/powerpc/kernel/cpu_setup_pa6t.S
> @@ -34,7 +34,7 @@ _GLOBAL(__setup_cpu_pa6t)
>  	beqlr
>  
>  	mfspr	r0,SPRN_HID5
> -	ori	r0,r0,0x30
> +	ori	r0,r0,0x38
>  	mtspr	SPRN_HID5,r0
>  
>  	mfspr	r0,SPRN_LPCR
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

  reply	other threads:[~2007-04-24  0:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-16  6:26 [PATCH] [1/5] pasemi: allow 8KB config space for I/O bridge Olof Johansson
2007-04-16  6:27 ` [PATCH] [2/5] pasemi: enable one more hid bit Olof Johansson
2007-04-24  0:27   ` Benjamin Herrenschmidt [this message]
2007-04-24  1:04     ` Olof Johansson
2007-04-16  6:28 ` [PATCH] [3/5] pasemi: reset mpic on boot Olof Johansson
2007-04-16  6:30 ` [PATCH] [4/5] pasemi: PA6T oprofile support Olof Johansson
2007-04-18  6:38   ` [PATCH] [4/5] [v2] " Olof Johansson
2007-04-16  6:31 ` [PATCH] [5/5] pasemi: GPIO MDIO of_platform driver Olof Johansson
2007-04-16 23:07   ` Arnd Bergmann
2007-04-17  0:47     ` Olof Johansson
2007-04-18  6:39   ` [PATCH] [5/5] [v2] " Olof Johansson
2007-05-01  4:35     ` Paul Mackerras
2007-05-01  4:45       ` Olof Johansson

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=1177374440.14873.33.camel@localhost.localdomain \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=olof@lixom.net \
    --cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).