NXP SCSI & RAID Devices Driver

Supported chips:

This driver provides connects a NXP SC18IS602/603 I2C-bus to SPI bridge to the kernel’s SPI core subsystem. The driver does not probe for supported chips, since the SI18IS602/603 does not support Chip ID registers. It has been developed by NXP ® to provide all that you need to develop an always-on low power voice triggering product. LPCXpresso™ is a low-cost development platform available from NXP ®, supporting NXP's Arm-based microcontrollers. The platform is comprised of a simplified Eclipse-based IDE and low-cost target boards which include an.

Win

NXP’s LIN portfolio offers compact, scalable and robust LIN leader/follower solutions with leading quality and a multi-sourced industrial base. Networking Innovation NXP is developing next-generation solutions for fast and secure automotive networking. 1.0GHz NXP i.MX 6Quad Cortex-A9 quad-core SoC Intelligent vehicle power management: ACC/IGN on/off delay & power protection Built-in Wi-Fi, Bluetooth and GPS SCSI 50-pin D-sub connector for a single video, audio, and peripheral cable Legacy I/O support including dual CAN bus, COM, and GPIO.

NXP SCSI & RAID Devices Driver
  • NXP SI18IS602/602B/603

    Datasheet: https://www.nxp.com/documents/data_sheet/SC18IS602_602B_603.pdf

Author:
Guenter Roeck <linux@roeck-us.net>

Description¶

Nxp Scsi & Raid Devices Driver Win 7

This driver provides connects a NXP SC18IS602/603 I2C-bus to SPI bridge to thekernel’s SPI core subsystem.

Nxp Scsi & Raid Devices Driver Updater

The driver does not probe for supported chips, since the SI18IS602/603 does notsupport Chip ID registers. You will have to instantiate the devices explicitly.Please see How to instantiate I2C devices for details.

Usage Notes¶

NXP SCSI & RAID Devices Driver

This driver requires the I2C adapter driver to support raw I2C messages. I2Cadapter drivers which can only handle the SMBus protocol are not supported.

Nxp Scsi & Raid Devices Driver Download

NXP SCSI & RAID Devices Driver

Nxp Scsi & Raid Devices Drivers

The maximum SPI message size supported by SC18IS602/603 is 200 bytes. Attemptsto initiate longer transfers will fail with -EINVAL. EEPROM read operations andsimilar large accesses have to be split into multiple chunks of no more than200 bytes per SPI message (128 bytes of data per message is recommended). Thismeans that programs such as “cp” or “od”, which automatically use large blocksizes to access a device, can not be used directly to read data from EEPROM.Programs such as dd, where the block size can be specified, should be usedinstead.