29 May, 2011

1 commit


28 May, 2011

1 commit

  • * git://git.infradead.org/mtd-2.6: (97 commits)
    mtd: kill CONFIG_MTD_PARTITIONS
    mtd: remove add_mtd_partitions, add_mtd_device and friends
    mtd: convert remaining users to mtd_device_register()
    mtd: samsung onenand: convert to mtd_device_register()
    mtd: omap2 onenand: convert to mtd_device_register()
    mtd: txx9ndfmc: convert to mtd_device_register()
    mtd: tmio_nand: convert to mtd_device_register()
    mtd: socrates_nand: convert to mtd_device_register()
    mtd: sharpsl: convert to mtd_device_register()
    mtd: s3c2410 nand: convert to mtd_device_register()
    mtd: ppchameleonevb: convert to mtd_device_register()
    mtd: orion_nand: convert to mtd_device_register()
    mtd: omap2: convert to mtd_device_register()
    mtd: nomadik_nand: convert to mtd_device_register()
    mtd: ndfc: convert to mtd_device_register()
    mtd: mxc_nand: convert to mtd_device_register()
    mtd: mpc5121_nfc: convert to mtd_device_register()
    mtd: jz4740_nand: convert to mtd_device_register()
    mtd: h1910: convert to mtd_device_register()
    mtd: fsmc_nand: convert to mtd_device_register()
    ...

    Fixed up trivial conflicts in
    - drivers/mtd/maps/integrator-flash.c: removed in ARM tree
    - drivers/mtd/maps/physmap.c: addition of afs partition probe type
    clashing with removal of CONFIG_MTD_PARTITIONS

    Linus Torvalds
     

25 May, 2011

8 commits


29 Mar, 2011

1 commit


23 Mar, 2011

1 commit


18 Mar, 2011

5 commits


10 Jan, 2011

16 commits


23 Oct, 2010

5 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: (47 commits)
    Blackfin: bfin_spi.h: add MMR peripheral layout
    Blackfin: bfin_ppi.h: start a common PPI/EPPI header
    Blackfin: bfin_can.h: add missing VERSION/VERSION2 MMRs
    Blackfin: bf538: add missing SIC_RVECT define
    Blackfin: bf561: rewrite SICA_xxx to just SIC_xxx
    Blackfin: bf54x: add missing SIC_RVECT definition
    Blackfin: H8606: move 8250 irqflags to platform resources
    Blackfin: glue XIP/ROM kernel kconfigs
    Blackfin: update sparse flags for latest upstream changes
    Blackfin: coreb: update ioctl numbers
    Blackfin: coreb: add gpl module license
    Blackfin: bf518-ezkit: add ssm2603 codec resources
    Blackfin: bf51x/bf52x: fix 16/32bit SPORT MMR helpers
    Blackfin: tll6527m: new board port
    Blackfin: bf526-ezbrd/bf527-ezkit: add NAND partition for u-boot
    Blackfin: merge kernel init memory back into main memory region
    Blackfin: gpio: add peripheral group check
    Blackfin: dma: bf54x: add missing break for SPORT1 TX IRQ
    Blackfin: add new cacheflush syscall
    Blackfin: bf548-ezkit: increase u-boot partition size
    ...

    Linus Torvalds
     
  • This matches all the other Blackfin ports and keep us from having to write
    bf561-specific code in many places.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     
  • We have to use ioctl numbers that don't collide with common code.
    Otherwise, these ones never even get called because the common fs
    code swalled all invocations.

    Reported-by: Kay Duenzer
    Signed-off-by: Mike Frysinger

    Mike Frysinger
     
  • Signed-off-by: Mike Frysinger

    Mike Frysinger
     
  • * 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl:
    vfs: make no_llseek the default
    vfs: don't use BKL in default_llseek
    llseek: automatically add .llseek fop
    libfs: use generic_file_llseek for simple_attr
    mac80211: disallow seeks in minstrel debug code
    lirc: make chardev nonseekable
    viotape: use noop_llseek
    raw: use explicit llseek file operations
    ibmasmfs: use generic_file_llseek
    spufs: use llseek in all file operations
    arm/omap: use generic_file_llseek in iommu_debug
    lkdtm: use generic_file_llseek in debugfs
    net/wireless: use generic_file_llseek in debugfs
    drm: use noop_llseek

    Linus Torvalds
     

22 Oct, 2010

2 commits