Re: [uClinux-dev] [RFC/PATCH] m68knommu: refactor Coldfire GPIO not to require GPIOLIB, eliminate mcf_gpio_chips.

2012-06-19 Thread Mark Brown
On Thu, Jun 07, 2012 at 12:01:20PM +1000, Greg Ungerer wrote: On 07/06/12 00:20, Steven King wrote: Ok, done. I had a merge conflict on Kconfig.cpu, but I thinked I fixed it up right. Yeah, I ran into that conflict too when I rebased my trees; curious, I looked at the log and that

Re: [uClinux-dev] [PATCH] m68knommu: allow ColdFire CPUs to use unaligned accesses

2012-06-19 Thread Greg Ungerer
On 06/08/2012 05:19 PM, Geert Uytterhoeven wrote: On Fri, Jun 8, 2012 at 7:43 AM,g...@snapgear.com wrote: From: Greg Ungererg...@uclinux.org All current ColdFire CPUs are able to support unaligned memory accesses. So remove the CONFIG_CPU_HAS_NO_UNALIGNED option selection for ColdFire. It

Re: [uClinux-dev] [PATCH] m68k: make syscall_trace_enter/leave exist for non-MMU classic m68k types

2012-06-19 Thread Greg Ungerer
Hi Geert, On 06/08/2012 05:16 PM, Geert Uytterhoeven wrote: On Fri, Jun 8, 2012 at 7:28 AM,g...@snapgear.com wrote: From: Greg Ungererg...@uclinux.org The assembler entry code calls directly to the syscall_trace_enter() and syscall_trace_leave() functions. But currently they are conditionaly

Re: [uClinux-dev] [PATCH V3] m68knommu: driver for Freescale Coldfire I2C controller.

2012-06-19 Thread Wolfram Sang
Hi, While they are physically similar, just as the mpc and the imx are physically similar, the imx driver has a lot of imx'isms, device tree and OF dependencies that aren't supported by the m68k/nommu. Devicetree/OF should be optional. If not, we need to fix it anyhow. So, the question is

[uClinux-dev] [PATCH] m68k/net: add support for NS8390 based eth controllers on some ColdFire boards

2012-06-19 Thread gerg
From: Greg Ungerer g...@uclinux.org A number of older ColdFire based boards use NS8390 based network controllers. Most use the Davicom 9008F or the UMC 9008F. This driver provides the support code to get these devices working on these platforms. The way these devices are wired up to the ColdFire