09 Jan, 2012

2 commits


14 Nov, 2011

1 commit


23 Jul, 2011

4 commits


29 May, 2011

2 commits


25 May, 2011

5 commits


23 Mar, 2011

1 commit


18 Mar, 2011

3 commits


10 Jan, 2011

12 commits


10 Dec, 2010

2 commits


01 Dec, 2010

1 commit

  • Soon resource data will get automatically
    populated from a set of autogenerated data
    from TI's hardware database for the OMAP
    platform.

    Such database, might not have resources at
    the expected order by the current drivers.

    While we could hack in some exceptions to
    that tool to generate resources in a specific
    order, it seems less fragile to use the
    resource name instead. That way, no matter
    what order the resources are generated, the
    driver still work.

    Modified the OMAP, Blackfin and Davinci
    architecture files to add the name of the IRQs
    in the resource structures and musb driver to
    use the platform_get_irq_byname() api to get
    the device and dma irq numbers instead of using
    the index.

    Cc: Tony Lindgren
    Acked-by: Kevin Hilman
    Acked-by: Mike Frysinger
    Signed-off-by: Hema HK
    Signed-off-by: Felipe Balbi

    Hema Kalliguddi
     

23 Oct, 2010

1 commit


22 Oct, 2010

6 commits