Skip to content
Snippets Groups Projects
  1. Jun 23, 2009
    • Mike Frysinger's avatar
      Blackfin: redo handling of bad irqs · 26579216
      Mike Frysinger authored
      
      With the common IRQ code initializing much more of the irq_desc state, we
      can't blindly initialize it ourselves to the local bad_irq state.  If we
      do, we end up wrongly clobbering many fields.  So punt most of the bad irq
      code as the common layers will handle the default state, and simply call
      handle_bad_irq() directly when the IRQ we are processing is invalid.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      26579216
    • Mike Frysinger's avatar
      Blackfin: update anomaly lists · a200ad22
      Mike Frysinger authored
      
      Update anomaly headers to match latest released anomaly sheets.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      a200ad22
    • Mike Frysinger's avatar
      Blackfin: bf533-ezkit: add resources for FISP devices · 4d5e6fd4
      Mike Frysinger authored
      
      The BF533-EZKIT has two Flash In-System Programming devices hooked up to
      the async memory bus, so add resources for the primary flashes and the
      SRAMs on the devices.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      4d5e6fd4
    • Mike Frysinger's avatar
      Blackfin: bf518f-ezbrd: update DSA resources · 2780cd64
      Mike Frysinger authored
      
      The common DSA code changed structure layout, so update the BF518F-EZBRD
      resources accordingly.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      2780cd64
    • Mike Frysinger's avatar
      Blackfin: unify memory region checks between kgdb and traps · e56e03b0
      Mike Frysinger authored
      
      The kgdb (in multiple places) and traps code developed pretty much
      identical checks for how to access different regions of the Blackfin
      memory map, but each wasn't 100%, so unify them to avoid duplication,
      bitrot, and bugs with edge cases.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      e56e03b0
    • Linus Torvalds's avatar
      Merge git://git.infradead.org/mtd-2.6 · ac1b7c37
      Linus Torvalds authored
      * git://git.infradead.org/mtd-2.6: (63 commits)
        mtd: OneNAND: Allow setting of boundary information when built as module
        jffs2: leaking jffs2_summary in function jffs2_scan_medium
        mtd: nand: Fix memory leak on txx9ndfmc probe failure.
        mtd: orion_nand: use burst reads with double word accesses
        mtd/nand: s3c6400 support for s3c2410 driver
        [MTD] [NAND] S3C2410: Use DIV_ROUND_UP
        [MTD] [NAND] S3C2410: Deal with unaligned lengths in S3C2440 buffer read/write
        [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND
        [MTD] [NAND] S3C2410: Added a kerneldoc for s3c2410_nand_set
        mtd: physmap_of: Add multiple regions and concatenation support
        mtd: nand: max_retries off by one in mxc_nand
        mtd: nand: s3c2410_nand_setrate(): use correct macros for 2412/2440
        mtd: onenand: add bbt_wait & unlock_all as replaceable for some platform
        mtd: Flex-OneNAND support
        mtd: nand: add OMAP2/OMAP3 NAND driver
        mtd: maps: Blackfin async: fix memory leaks in probe/remove funcs
        mtd: uclinux: mark local stuff static
        mtd: uclinux: do not allow to be built as a module
        mtd: uclinux: allow systems to override map addr/size
        mtd: blackfin NFC: fix hang when using NAND on BF527-EZKITs
        ...
      ac1b7c37
  2. Jun 22, 2009
Loading