22 Nov, 2011

1 commit

  • Both at91 and avr32 defines its own platform data structure for
    the macb driver and both share common structures though at91
    includes a currently unused phy_irq_pin. Create a common
    macb_platform_data for macb that both at91 and avr32 can use. In
    future we can use this to support other architectures that use the
    same IP block with the macb driver.

    v2: rename eth_platform_data to macb_platform_data and allow at91_ether
    to share the platform data with macb.

    Signed-off-by: Jamie Iles
    Acked-by: Nicolas Ferre
    Tested-by: Jean-Christophe PLAGNIOL-VILLARD

    Jamie Iles
     

14 Jan, 2011

1 commit


27 Jul, 2009

1 commit

  • The ezLCD+101 board (to which an favr-32 is fitted) has a long,
    unshielded, nasty lead between the touch panel and the ads7843 touch
    controller. In order to get satisfactory response then, we need to
    employ every noise-reduction trick in the driver's arsenal. After
    extensive fiddling I've found some good settings:

    1) We keep vref on all the time to dramatically reduce settling times
    (at the cost of a tiny increase in power consumption).

    2) Despite 1 the settling time is still non-zero. 500uS is plenty of
    time for the signals to settle

    3) Despite 1 and 2 there's still a little bit of noise around. By
    setting a pen recheck delay we make the panel feel less touchy and
    twitchy.

    Someone with more time and patience myself might be able to tune this
    numbers further but these settings are now perfectly acceptable for
    normal use.

    Tested on ezLCD+101 though should only improve response on other ezLCD+/
    favr-32 boards too.

    Signed-off-by: Ben Nizette
    Signed-off-by: Haavard Skinnemoen

    Ben Nizette
     

01 Apr, 2009

1 commit


27 Mar, 2009

1 commit

  • This patch will adjust the setup the DMA controller for the Audio
    Bistream DAC in the at32ap700x machine code. This setup matches the new
    ALSA driver for the ABDAC.

    Tested on ATSTK1006 + ATSTK1000.

    This patch will setup the needed platform data for the Audio Bistream
    DAC used by the Favr-32 board.

    Signed-off-by: Hans-Christian Egtvedt
    [haavard.skinnemoen@atmel.com: fold board code update]
    Signed-off-by: Haavard Skinnemoen

    Hans-Christian Egtvedt
     

06 Jan, 2009

1 commit


05 Jan, 2009

3 commits


18 Dec, 2008

1 commit


13 Oct, 2008

1 commit

  • This patch adds support for the Favr-32 board made by EarthLCD.

    This kit, which is also called ezLCD-101, has a 10.4" touch screen LCD panel,
    16 MB 32-bit SDRAM, 8 MB parallel flash, Ethernet, audio out, USB device,
    SD-card slot, USART and various other connectors for cennecting stuff to SPI,
    I2C, GPIO, etc.

    Signed-off-by: Hans-Christian Egtvedt
    Signed-off-by: Haavard Skinnemoen

    Hans-Christian Egtvedt