08 May, 2007

1 commit

  • This adds support for the Analog Devices Blackfin processor architecture, and
    currently supports the BF533, BF532, BF531, BF537, BF536, BF534, and BF561
    (Dual Core) devices, with a variety of development platforms including those
    avaliable from Analog Devices (BF533-EZKit, BF533-STAMP, BF537-STAMP,
    BF561-EZKIT), and Bluetechnix! Tinyboards.

    The Blackfin architecture was jointly developed by Intel and Analog Devices
    Inc. (ADI) as the Micro Signal Architecture (MSA) core and introduced it in
    December of 2000. Since then ADI has put this core into its Blackfin
    processor family of devices. The Blackfin core has the advantages of a clean,
    orthogonal,RISC-like microprocessor instruction set. It combines a dual-MAC
    (Multiply/Accumulate), state-of-the-art signal processing engine and
    single-instruction, multiple-data (SIMD) multimedia capabilities into a single
    instruction-set architecture.

    The Blackfin architecture, including the instruction set, is described by the
    ADSP-BF53x/BF56x Blackfin Processor Programming Reference
    http://blackfin.uclinux.org/gf/download/frsrelease/29/2549/Blackfin_PRM.pdf

    The Blackfin processor is already supported by major releases of gcc, and
    there are binary and source rpms/tarballs for many architectures at:
    http://blackfin.uclinux.org/gf/project/toolchain/frs There is complete
    documentation, including "getting started" guides available at:
    http://docs.blackfin.uclinux.org/ which provides links to the sources and
    patches you will need in order to set up a cross-compiling environment for
    bfin-linux-uclibc

    This patch, as well as the other patches (toolchain, distribution,
    uClibc) are actively supported by Analog Devices Inc, at:
    http://blackfin.uclinux.org/

    We have tested this on LTP, and our test plan (including pass/fails) can
    be found at:
    http://docs.blackfin.uclinux.org/doku.php?id=testing_the_linux_kernel

    [m.kozlowski@tuxland.pl: balance parenthesis in blackfin header files]
    Signed-off-by: Bryan Wu
    Signed-off-by: Mariusz Kozlowski
    Signed-off-by: Aubrey Li
    Signed-off-by: Jie Zhang
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bryan Wu
     

06 May, 2007

2 commits

  • * 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6: (231 commits)
    [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcall
    [PATCH] i386: type may be unused
    [PATCH] i386: Some additional chipset register values validation.
    [PATCH] i386: Add missing !X86_PAE dependincy to the 2G/2G split.
    [PATCH] x86-64: Don't exclude asm-offsets.c in Documentation/dontdiff
    [PATCH] i386: avoid redundant preempt_disable in __unlazy_fpu
    [PATCH] i386: white space fixes in i387.h
    [PATCH] i386: Drop noisy e820 debugging printks
    [PATCH] x86-64: Fix allnoconfig error in genapic_flat.c
    [PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems
    [PATCH] x86-64: Share identical video.S between i386 and x86-64
    [PATCH] x86-64: Remove CONFIG_REORDER
    [PATCH] x86-64: Print type and size correctly for unknown compat ioctls
    [PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0)
    [PATCH] i386: Little cleanups in smpboot.c
    [PATCH] x86-64: Don't enable NUMA for a single node in K8 NUMA scanning
    [PATCH] x86: Use RDTSCP for synchronous get_cycles if possible
    [PATCH] i386: Add X86_FEATURE_RDTSCP
    [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386
    [PATCH] i386: Implement alternative_io for i386
    ...

    Fix up trivial conflict in include/linux/highmem.h manually.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • Add MAINTAINERS entry for mac80211.

    Signed-off-by: Jiri Benc
    Signed-off-by: John W. Linville
    Signed-off-by: David S. Miller

    Jiri Benc
     

05 May, 2007

2 commits

  • * 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6: (44 commits)
    i2c-s3c2410: Fix bug in releasing driver
    i2c-s3c2410: Fix I2C SDA to SCL setup time
    i2c: New i2c-tiny-usb bus driver
    i2c: Documentation update
    i2c: SPIN_LOCK_UNLOCKED cleanup
    i2c: Obsolete i2c-ixp2000, i2c-ixp4xx and scx200_i2c
    i2c: New Simtec I2C bus driver
    i2c: Bitbanging I2C bus driver using the GPIO API
    Use menuconfig objects - I2C
    i2c: Restore i2c_smbus_read_block_data
    i2c-pxa: Clean transaction stop
    i2c-algo-bit: Improve debugging
    i2c-algo-bit: Implement a 50/50 SCL duty cycle
    i2c-omap: Switch to static adapter numbering
    i2c: Blackfin Two Wire Interface driver
    i2c-algo-sgi: Comment and whitespace cleanups
    i2c: Make i2c_del_driver a void function
    i2c: Move i2c-isa-only exported symbol declarations
    i2c: Document i2c_new_device()
    i2c: Add i2c_new_probed_device()
    ...

    Fixed trivial conflict in Documentation/feature-removal-schedule.txt manually.

    Signed-off-by: Linus Torvalds

    Linus Torvalds
     
  • I am no longer with CTI. The Support Department will handle all
    inquiries regarding the WH.

    Signed-off-by: Stuart MacDonald
    Signed-off-by: Linus Torvalds

    Stuart MacDonald
     

03 May, 2007

2 commits


02 May, 2007

3 commits

  • Add a driver for the i2c-tiny-usb interface. This is a simple
    do-it-yourself USB to I2C interface targeted at experimental and
    home use. See the i2c-tiny-usb homepage for hardware details:
    http://www.harbaum.org/till/i2c_tiny_usb

    Signed-off-by: Till Harbaum
    Signed-off-by: Jean Delvare

    Till Harbaum
     
  • This is a very simple bitbanging I2C bus driver utilizing the new
    arch-neutral GPIO API. Useful for chips that don't have a built-in
    I2C controller, additional I2C busses, or testing purposes.

    To use, include something similar to the following in the
    board-specific setup code:

    #include

    static struct i2c_gpio_platform_data i2c_gpio_data = {
    .sda_pin = GPIO_PIN_FOO,
    .scl_pin = GPIO_PIN_BAR,
    };
    static struct platform_device i2c_gpio_device = {
    .name = "i2c-gpio",
    .id = 0,
    .dev = {
    .platform_data = &i2c_gpio_data,
    },
    };

    Register this platform_device, set up the I2C pins as GPIO if
    required and you're ready to go. This will use default values for
    udelay and timeout, and will work with GPIO hardware that does not
    support open drain mode, but allows sensing of the SDA and SCL lines
    even when they are being driven.

    Signed-off-by: Haavard Skinnemoen
    Signed-off-by: Jean Delvare

    Haavard Skinnemoen
     
  • The i2c linux driver for blackfin architecture which supports blackfin
    on-chip TWI controller i2c operation.

    Signed-off-by: Bryan Wu
    Reviewed-by: Alexey Dobriyan
    Cc: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Jean Delvare

    Bryan Wu
     

30 Apr, 2007

2 commits

  • * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (107 commits)
    smc911x: fix compilation breakage wjen debug is on
    [netdrvr] eexpress: minor corrections
    add NAPI support to sb1250-mac.c
    ixgb: ROUND_UP macro cleanup in drivers/net/ixgb
    e1000: ROUND_UP macro cleanup in drivers/net/e1000
    Generic HDLC sparse annotations
    e100: Optionally use I/O mode only to access register space
    e100: allow bad MAC address when running with invalid eeprom csum
    ehea: fix for dlpar support
    ehea: fix for sysfs entries
    3C509: Remove unnecessary include of
    NetXen: Fix for vmalloc issues
    NetXen: Fixes for Power PC architecture
    NetXen: Port swap feature for multi port cards
    NetXen: Removal of redundant macros
    NetXen: Multi PCI support for Quad cards
    NetXen: Removal of redundant argument passing
    NetXen: Use multiple PCI functions
    [netdrvr e100] experiment with doing RX in a similar manner to eepro100
    [PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX
    ...

    Linus Torvalds
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (105 commits)
    sonypi: use mutex instead of semaphore
    sony-laptop: remove user visible camera controls as platform attributes
    meye: make meye use sony-laptop instead of sonypi
    sony-laptop: add a meye-usable include file for camera ops
    sony-laptop: complete the motion eye camera support in sony-laptop
    sonypi: try to detect if sony-laptop has already taken one of the known ioports
    sonypi: suggest sonypi users to try sony-laptop instead
    sony-laptop: add edge modem support (also called WWAN)
    sony-laptop: add locking on accesses to the ioport and global vars
    sony-laptop: add camera enable/disable parameter, better handle possible infinite loop
    thinkpad-acpi: make drivers/misc/thinkpad_acpi:fan_mutex static
    ACPI: thinkpad-acpi: add sysfs support to wan and bluetooth subdrivers
    ACPI: thinkpad-acpi: add sysfs support to hotkey subdriver
    ACPI: thinkpad-acpi: improve dock subdriver initialization
    ACPI: thinkpad-acpi: improve debugging for acpi helpers
    ACPI: thinkpad-acpi: improve fan control documentation
    ACPI: thinkpad-acpi: map ENXIO to EINVAL for fan sysfs
    ACPI: thinkpad-acpi: fix a fan watchdog invocation
    ACPI: thinkpad-acpi: do not arm fan watchdog if it would not work
    ACPI: thinkpad-acpi: add a fan-control feature master toggle
    ...

    Linus Torvalds
     

29 Apr, 2007

1 commit


28 Apr, 2007

11 commits

  • - Changed the maintainers for the S2io driver.

    Signed-off-by: Ramkrishna Vepa
    Signed-off-by: Jeff Garzik

    Ramkrishna Vepa
     
  • After 13 years of use, it looks like my email address is finally going
    to disappear. While this is likely to drop the amount of incoming spam
    greatly ;-), it may also affect more appropriate messages, so let's
    update my email address in various places. In addition, Host AP mailing
    list is subscribers-only and linux-wireless can also be used for
    discussing issues related to this driver which is now shown in
    MAINTAINERS.

    Signed-off-by: Jouni Malinen
    Signed-off-by: John W. Linville

    Jouni Malinen
     
  • Signed-off-by: Auke Kok
    Signed-off-by: Jeff Garzik

    Auke Kok
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (78 commits)
    USB: update MAINAINERS and CREDITS for Freescale USB driver
    USB: update gadget files for fsl_usb2_udc driver
    USB: add Freescale high-speed USB SOC device controller driver
    USB: quirk for broken suspend of IT8152F/G
    USB: iowarrior.c: timeouts too small in usb_control_msg calls
    USB: dell device id for option.c
    USB: Remove Huawei unusual_devs entry
    USB: CP2101 New Device IDs
    USB: add picdem device to ldusb
    usbfs micro optimitation
    USB: remove ancient/broken CRIS hcd
    usb ethernet gadget, workaround network stack API glitch
    USB: add "busnum" attribute for USB devices
    USB: cxacru: ADSL state management
    usbatm: Detect usb device shutdown and ignore failed urbs
    USB: Remove duplicate define of OHCI_QUIRK_ZFMICRO
    USB: BandRich BandLuxe HSDPA Data Card Driver
    USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug
    USB Elan FTDI: check for driver registration status
    USB: sierra: add more checks on shutdown
    ...

    Linus Torvalds
     
  • Add MAINAINERS and CREDITS entry for Freescale Highspeed USB device
    driver.

    Signed-off-by: Li Yang
    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    Li Yang
     
  • I've acquired a second device for testing and plan to make some changes in
    the near future to export all the device stats to sysfs (based on my
    proposed patch to add them to the proc file ~2007-01-30).

    Signed-off-by: Simon Arlott
    Acked-by: Duncan Sands
    Signed-off-by: Andrew Morton
    Signed-off-by: Greg Kroah-Hartman

    Simon Arlott
     
  • @ Don't assume that SOF headers can't cross packets boundaries
    @ Fix compression quality selection
    + Add support for MI-0360 image sensor
    * Documentation updates
    @ Fix sysfs
    @ MI0343 rewritten
    * HV7131R color fixes and add new ABLC control
    * Rename the archive from "sn9c102" to "sn9c1xx"
    * fix typos
    * better support for TAS5110D
    @ fix OV7630 wrong colors
    @ Don't return an error if no input buffers are enqueued yet on VIDIOC_STREAMON
    * Add informations about colorspaces
    * More appropriate error codes in case of failure of some system calls
    * More precise hardware detection
    * Add more informations about supported hardware in the documentation
    + More supported devices
    + Add support for HV7131R image sensor

    Signed-off-by: Luca Risolia
    Signed-off-by: Mauro Carvalho Chehab

    Luca Risolia
     
  • Fix up Cafe/ov7670 copyrights and maintainer entries

    Signed-off-by: Jonathan Corbet
    Signed-off-by: Mauro Carvalho Chehab

    Jonathan Corbet
     
  • This patch adds a V4L2 driver giving support for USB webcams based on the
    zr364xx chipsets.

    Signed-off-by: Antoine Jacquet
    Signed-off-by: Mauro Carvalho Chehab

    Antoine Jacquet
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6:
    selinux: preserve boolean values across policy reloads
    selinux: change numbering of boolean directory inodes in selinuxfs
    selinux: remove unused enumeration constant from selinuxfs
    selinux: explicitly number all selinuxfs inodes
    selinux: export initial SID contexts via selinuxfs
    selinux: remove userland security class and permission definitions
    SELinux: move security_skb_extlbl_sid() out of the security server
    MAINTAINERS: update selinux entry
    SELinux: rename selinux_netlabel.h to netlabel.h
    SELinux: extract the NetLabel SELinux support from the security server
    NetLabel: convert a BUG_ON in the CIPSO code to a runtime check
    NetLabel: cleanup and document CIPSO constants

    Linus Torvalds
     
  • * 'for-linus' of git://git.infradead.org/ubi-2.6:
    UBI: remove unused variable
    UBI: add me to MAINTAINERS
    JFFS2: add UBI support
    UBI: Unsorted Block Images

    Linus Torvalds
     

27 Apr, 2007

1 commit


26 Apr, 2007

4 commits


24 Apr, 2007

3 commits


11 Apr, 2007

1 commit


31 Mar, 2007

1 commit


29 Mar, 2007

1 commit

  • The IPS and DPT_I2O drivers are missing, so here is my 'hand coded'
    addition to deal with overlap to the patch below (apply both). I
    selected Maintained rather than supported for the ips and dpt_i2o driver
    due to their legacy nature.

    Cc: James Bottomley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Salyzyn, Mark
     

28 Mar, 2007

1 commit


26 Mar, 2007

1 commit


20 Mar, 2007

1 commit


17 Mar, 2007

1 commit


13 Mar, 2007

1 commit