Re: [PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs

2011-07-09 Thread Anatolij Gustschin
On Wed, 6 Jul 2011 11:52:45 -0600 Grant Likely grant.lik...@secretlab.ca wrote: On Mon, May 23, 2011 at 11:25:30AM +0200, Anatolij Gustschin wrote: The mpc52xx_gpio driver currently supports 8 wakeup GPIOs and 32 simple GPIOs. Extend it to also support GPIO function of 8 simple interrupt

Re: [PATCH] drivers/video: use strings to specify the Freescale DIU monitor port

2011-07-09 Thread Anatolij Gustschin
On Thu, 7 Jul 2011 11:51:06 -0500 Timur Tabi ti...@freescale.com wrote: Instead of using ill-defined numbers (0, 1, and 2) for the monitor port, allow the user to specify the port by name (dvi, lvds, or dlvds). This works on the kernel command line, the module command-line, and the sysfs

Re: [PATCH] drivers/video: use strings to specify the Freescale DIU monitor port

2011-07-09 Thread Tabi Timur-B04825
Anatolij Gustschin wrote: ad-pix_fmt = - diu_ops.get_pixel_format(var-bits_per_pixel, - machine_data-monitor_port); + cpu_to_be32(diu_ops.get_pixel_format(machine_data-monitor_port, +

[PATCH] [v2] drivers/video: use strings to specify the Freescale DIU monitor port

2011-07-09 Thread Timur Tabi
Instead of using ill-defined numbers (0, 1, and 2) for the monitor port, allow the user to specify the port by name (dvi, lvds, or dlvds). This works on the kernel command line, the module command-line, and the sysfs monitor device. Note that changing the monitor port does not currently work on

Re: Analysing a kernel panic

2011-07-09 Thread Benjamin Herrenschmidt
On Fri, 2011-07-08 at 09:26 +0200, Guillaume Dargaud wrote: What is Xad. ? (btw, coding style FAIL !) That's the struct I use to access the control registers of the hardware. About the coding style, don't worry it's never going to make it into mainstream as there's only one piece of that