Re: suspend-to-mem on the mpc8349e-mitx-gp?

2009-03-23 Thread MJ embd
"fsl,mpc8349-pmc" has .has_deep_sleep = 0, deep_sleeping=0 so the mem should not do anything and just do a standby. I am not sure if mem is a valid state in that case under /sys/power/state. Scott, u can fix it! -mj On Mon, Mar 23, 2009 at 11:15 AM, Li Yang-R58472 wrote: > > -Original Mes

Re: [PATCH 1/2] mm/vmalloc: Export purge_vmap_area_lazy()

2010-03-25 Thread MJ embd
On Wed, Mar 24, 2010 at 1:26 PM, Benjamin Herrenschmidt wrote: > Some powerpc code needs to ensure that all previous iounmap/vunmap has > really been flushed out of the MMU hash table. Without that, various > hotplug operations may fail when trying to return those pieces to > the hypervisor due to

Re: HELP:PowerPc-Linux kernel

2011-07-27 Thread MJ embd
Have you every worked on device trees before? On 7/28/11, Vijay Nikam wrote: > Hello, > > Start with looking at the configuration of the board done which is > similar to yours > or based on the same CPU as yours. It is important to know role of > device tree so > read the documentation and unders

Re: [PATCH 00/27] KVM PPC PV framework

2010-07-08 Thread MJ embd
On Thu, Jul 1, 2010 at 4:12 PM, Alexander Graf wrote: > On PPC we run PR=0 (kernel mode) code in PR=1 (user mode) and don't use the > hypervisor extensions. > > While that is all great to show that virtualization is possible, there are > quite some cases where the emulation overhead of privileged

Re: [PATCH 27/27] KVM: PPC: Add Documentation about PV interface

2010-07-09 Thread MJ embd
On Thu, Jul 1, 2010 at 4:13 PM, Alexander Graf wrote: > We just introduced a new PV interface that screams for documentation. So here > it is - a shiny new and awesome text file describing the internal works of > the PPC KVM paravirtual interface. > > Signed-off-by: Alexander Graf > > --- > > v1

Re: How to use mpc8xxx_gpio.c device driver

2010-08-11 Thread MJ embd
u can directly access GPIO registers in kernel, by ioremap of GPIO memory mapped registers. you might need to check - muxing of gpio -mj On Wed, Aug 11, 2010 at 6:57 PM, Ravi Gupta wrote: > Hi, > > I am new to device driver development. I am trying to access the GPIO of > MPC837xERDB eval board.