Does spi-gpio and bitband support 3-wire Bidirectional most/miso share pin usage?

2014-10-25 Thread V JobNickname
I have a device use 3-wire spi which are CS,SCK,and a DATA for read/write.( maybe a.s.k.a SISO) The command format like as p.18 in www .newhavendisplay .com/app_notes/NV3035C.pdf The spi-gpio can't register miso and mosi for same GPIO pin. Also I traced SPI-3WIRE flag it seems only support half 3-

network performance get regression from 2.6 to 3.10 by each version

2014-05-02 Thread V JobNickname
I have an ARM platform which works with older 2.6.28 Linux Kernel and the embedded NIC driver I profile the TCP Tx using netperf 2.6 by command "./netperf -H {serverip} -l 300". In 2.6.28 the TCP tx can reach 190 Mbps. Recently I am porting the platform to long-term Kernel version 2.6.32.61, 3.4.

Question for ARM926T mtune values in ARM Makfile

2014-03-13 Thread V JobNickname
For ARM926T, the value in the Makefile are assigned to arm9tdmi. Actually all ARM9xxx are assigned by value arm9tdmi. But in some cross compile GCC toolchains, such as from Buildroot, they have different specified tune value for example, in buildroot GCC config BR2_GCC_TARGET_TUNE ... default arm