Grant Likely wrote:
> The change forces the division to always round up instead of down.
> Please describe (for me now, and for people looking at the commit in
> the future) the mathematical reason for the changes.
Ok, here are some infos on the problem I observed, and the fix.
Example:
When s
Grant Likely wrote:
> On Wed, Feb 10, 2010 at 7:55 AM, Wolfgang Grandegger
> wrote:
>> From: Wolfgang Grandegger
>>
>> "__devinit[data]" has not yet been used for all initialization functions
>> and data. To avoid truncating lines, the struct "mpc_i2c_match_data" has
>> been renamed to "mpc_i2c_
Hi Ira:
[snip]
> I see this exact hang on a MPC8349EA board. I poll my i2c sensors every
> 500ms, and it takes around 12 hours to produce a hang. The usual hang
> has (CF | BB) set, however I have seen a hang with just BB (only once so
> far in about 2 weeks).
>
> I think the fixup should be run
Hi Grant & Ira:
Thanks a lot for reviewing the patch, and for the encouraging comments! I will
re-submit a new version according according to them, hopefully tomorrow or on
Thursday.
Best, Albrecht.
- Original Nachricht
Von: Grant Likely
An: Albrecht DreÃ
Datum: 16.02.2
On Tue, Feb 16, 2010 at 12:32 PM, Anatolij Gustschin wrote:
> The DIU driver should bind against "fsl,mpc5121-diu"
> directly. Add this compatible property to the match
> table and fix DTS and platform code accordingly.
>
> Signed-off-by: Anatolij Gustschin
> ---
> arch/powerpc/boot/dts/mpc5121a
On Fri, Jan 22, 2010 at 09:17:55PM +0100, Albrecht Dreà wrote:
> Improve the recovery of the MPC5200B's I2C bus from errors like bus
> hangs.
>
> Signed-off-by: Albrecht DreÃ
>
> ---
>
> This patch introduces several improvements to the MPC5200B's I2C driver
> as to improve the recovery from
[cc'd linux-kernel, linux-ide and Jeff Garzik]
Hi Roman.
you should use ./scripts/get_maintainer.pl to make sure you're cc'ing
the right people when posting patches. You should repost so that Jeff
has a copy of the patch to pick up (and add my acked-by when you do).
On Wed, Dec 16, 2009 at 6:29
On Fri, Jan 22, 2010 at 1:18 PM, Albrecht Dreß wrote:
> Make the I2C adapter timeout configurable through a Device Tree property
> which gives the timeout in microseconds.
>
> Signed-off-by: Albrecht Dreß
>
> ---
>
> --- linux-2.6.32-orig/Documentation/powerpc/dts-bindings/fsl/i2c.txt
> 2009-
The DIU driver should bind against "fsl,mpc5121-diu"
directly. Add this compatible property to the match
table and fix DTS and platform code accordingly.
Signed-off-by: Anatolij Gustschin
---
arch/powerpc/boot/dts/mpc5121ads.dts |2 +-
arch/powerpc/platforms/512x/mpc512x_shared.c |
Hi Albrecht,
Comments below.
On Fri, Jan 22, 2010 at 1:17 PM, Albrecht Dreà wrote:
> Improve the recovery of the MPC5200B's I2C bus from errors like bus
> hangs.
>
> Signed-off-by: Albrecht DreÃ
>
> ---
>
> This patch introduces several improvements to the MPC5200B's I2C driver
> as to improv
Hi Matthias. Thanks for the patch. Some comments below...
On Thu, Jan 28, 2010 at 6:48 AM, Matthias Fuchs
wrote:
> Signed-off-by: Matthias Fuchs
Could use a commit log. It is useful to give some details about what
this driver has been developed/tested on.
> ---
> arch/powerpc/include/asm/m
On Wed, Feb 10, 2010 at 7:55 AM, Wolfgang Grandegger
wrote:
> From: Wolfgang Grandegger
>
> "__devinit[data]" has not yet been used for all initialization functions
> and data. To avoid truncating lines, the struct "mpc_i2c_match_data" has
> been renamed to "mpc_i2c_data", which is even the bett
On Fri, Feb 5, 2010 at 6:42 AM, Anatolij Gustschin wrote:
> Collects several changes needed after applying
> previous mpc5121 platform and driver patches:
I'll merge this one, but...
> disp...@2100 {
> - compatible = "fsl,mpc5121-diu", "fsl-diu";
> +
On Fri, Feb 5, 2010 at 6:42 AM, Anatolij Gustschin wrote:
> MPC5121 DIU configuration/setup as initialized by the boot
> loader currently will get lost while booting Linux. As a
> result displaying the boot splash is not possible through
> the boot process.
>
> To prevent this we reserve configure
On Tue, Feb 16, 2010 at 9:43 AM, Ernst Schwab wrote:
> Grant Likely wrote:
>
>> The change forces the division to always round up instead of down.
>> Please describe (for me now, and for people looking at the commit in
>> the future) the mathematical reason for the changes.
>
> Ok, here are some
On Thu, Oct 22, 2009 at 2:11 PM, Wolfram Sang wrote:
> Drop NO_IRQ as 0 is the preferred way to describe 'no irq'
> (http://lkml.org/lkml/2005/11/21/221). This change is safe, as the driver is
> only used on powerpc, where NO_IRQ is 0 anyhow.
>
> Signed-off-by: Wolfram Sang
> Cc: Sean MacLennan
On Thu, Oct 22, 2009 at 2:11 PM, Wolfram Sang wrote:
> Drop NO_IRQ as 0 is the preferred way to describe 'no irq'
> (http://lkml.org/lkml/2005/11/21/221). This change is safe, as the driver is
> only used on powerpc, where NO_IRQ is 0 anyhow.
>
> Signed-off-by: Wolfram Sang
> Cc: Jochen Friedrich
On Thu, Oct 22, 2009 at 2:11 PM, Wolfram Sang wrote:
> Drop NO_IRQ as 0 is the preferred way to describe 'no irq'
> (http://lkml.org/lkml/2005/11/21/221). This change is safe, as the driver is
> only used on powerpc, where NO_IRQ is 0 anyhow.
>
> Signed-off-by: Wolfram Sang
> Cc: Grant Likely
>
[cc'd spi-devel-general, linuxppc-dev & Kumar Gala]
On Tue, Feb 16, 2010 at 7:12 AM, Ernst Schwab wrote:
> From: Ernst Schwab
>
> Correct SPI clock frequency division factor rounding, preventing clock rates
> higher than the maximum specified clock frequency being used.
For a patch like this, i
On Mon, 2010-02-15 at 18:35 +0100, Anatolij Gustschin wrote:
> Adds NAND Flash Controller driver for MPC5121 Revision 2.
> All device features, except hardware ECC and power management,
> are supported.
>
> Signed-off-by: Piotr Ziecik
> Signed-off-by: Wolfgang Denk
> Signed-off-by: Anatolij Gust
20 matches
Mail list logo