28 Nov, 2011

14 commits


24 Nov, 2011

1 commit


23 Nov, 2011

4 commits

  • * Fix a wrong gpio pin used for bluetooth enable on the beta evm.
    was using gpio0_17 while it should be gpio3_21

    * Add a 70 msec delay after turning wlan on to allow for all voltages
    to settle down before starting sdio activity

    Signed-off-by: Eyal Reizer

    Eyal Reizer
     
  • CPSW module includes an interrupt pacing block that can
    be programmed to throttle the rate at which interrupts are
    generated. This patch implements interrupt pacing logic that can
    be controlled through the ethtool interface(only rx_coalesce_usecs
    param is honored)

    Signed-off-by: Chandan Nath

    Chandan Nath
     
  • This patch is added to route CPSW interrupts through ICSS module.
    CPSW CPSW_RX and CPSW_TX interrupts are not directly used from CPSW
    and instead they are routed through Timer module. This is done as an
    software workaround for enabling interrupt pacing feature. As interrupt
    Pacing works on C0_RX_PULSE interrupt connection to A8 INTC, which is
    not connected to Cortex A8 interrupt controller directly due to hw issue,
    it prevents interrupt pacing to work in AM33xx EVM. Therefore, Timer
    capture module is used to pickup these interrupts and routed to A8 INTC.

    Signed-off-by: Chandan Nath
    Signed-off-by: Afzal Mohammed

    Afzal Mohammed
     
  • Channel status was wrongly set to FREE while it should be done just before
    calling dma_completion.

    Merge to:
    commit 26be0d11e79728339e4e627dc27d6894bcb5de82
    usb: musb: cppi41dma: yield cpu in tx fifo empty workqueue

    Ajay Kumar Gupta
     

22 Nov, 2011

7 commits


21 Nov, 2011

2 commits

  • This patch cleans-up the driver based on internal lpr comments.
    Separated board specific and SOC specific data and added to
    appropriate files. Based on the EVM type it will initialize the
    DCAN instance

    This patch cleans-up the driver according to Alpha EVM board
    changes. Modified pinmux settings added udelay(1); for raminit.
    Without this delay interrupts of the DCAN module is cleared while
    first time CAN network-up.

    Signed-off-by: Anil Kumar Ch

    Anil Kumar Ch
     
  • This patch cleans-up the driver based on internal lpr review comments.
    Also modified the code which can be fit for both alpha and beta am335x
    EVM's.

    Signed-off-by: Anil Kumar Ch

    Anil Kumar Ch
     

18 Nov, 2011

7 commits


17 Nov, 2011

3 commits


16 Nov, 2011

2 commits