09 Jan, 2012

2 commits


14 Nov, 2011

1 commit


23 Jul, 2011

1 commit

  • The default for the Blackfin SPI driver is 8 bits and dma disabled,
    so many of the bfin5xx_spi_chip resources are redundant. So punt
    those parts.

    Further, drivers should themselves be declaring 16 bit transfers,
    so for those that do, and for the ones which no longer do 16 bit
    transfers, drop the bfin5xx_spi_chip resources.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

25 May, 2011

2 commits


18 Mar, 2011

1 commit


10 Jan, 2011

3 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
     

22 Oct, 2010

5 commits


28 Aug, 2010

1 commit

  • Now that the driver for the Blackfin on-chip NFC no longer uses/respects
    the page_size from the platform resources (figures out the needs on the
    fly), drop it from the platform resources. This fixes some build errors
    since the defines no longer exists.

    Signed-off-by: Barry Song
    Signed-off-by: Mike Frysinger

    Barry Song
     

21 May, 2010

1 commit


09 Mar, 2010

5 commits


15 Dec, 2009

5 commits


08 Oct, 2009

3 commits


07 Oct, 2009

1 commit

  • Bill Gatliff & David Brownell pointed out we were missing some
    copyrights, and licensing terms in some of the files in
    ./arch/blackfin, so this fixes things, and cleans them up.

    It also removes:
    - verbose GPL text(refer to the top level ./COPYING file)
    - file names (you are looking at the file)
    - bug url (it's in the ./MAINTAINERS file)
    - "or later" on GPL-2, when we did not have that right

    It also allows some Blackfin-specific assembly files to be under a BSD
    like license (for people to use them outside of Linux).

    Signed-off-by: Robin Getz
    Signed-off-by: Mike Frysinger

    Robin Getz
     

17 Sep, 2009

5 commits


16 Jul, 2009

1 commit