05 Jan, 2012

1 commit


31 Mar, 2011

1 commit


20 Nov, 2009

1 commit


23 Sep, 2009

1 commit


21 Aug, 2009

1 commit

  • This patch enables ADC filtering on UCB1400 codec by default. The
    benefit from this change is mostly on some Colibri boards where
    the ADCSYNC pin of the UCB1400 codec isn't connected causing the
    touchscreen to jitter very badly. This change has no visible
    effect on boards where the ADCSYNC pin is connected.

    Signed-off-by: Marek Vasut
    Tested-by: Palo Revak
    Signed-off-by: Dmitry Torokhov

    Marek Vasut
     

27 May, 2009

1 commit


21 Aug, 2008

1 commit

  • This patch splits ucb1400_ts into ucb1400_ts and ucb1400_core.
    Since this chip supports more features than only touchscreen,
    it was necessary to prepare it for feature addition. The
    previous functionality is preserved by applying this patch.

    [Build fixes for non-ARM by Stephen Rothwell and Takashi Iwai]

    Signed-off-by: Marek Vasut
    Signed-off-by: Russell King

    Marek Vašut