Since I am crazy and would like to know linux kernel porting in more detail. I decided to port TI-AM334x EVM from 32.0 to 3.7.2 (The last stable version I can get now) First check what file located in original TI SDK and not in original linux kernel @/arch/arm/configs amx335x_evm_defconfig @/arch/arm/mach-omap2/ include/mach/board-am335xevm.h board-am335xevm.c clock33xx.h cminst33xx.h […]

Read More →

1 isEmail($email); 2 isFloat($float); 3 isUnsignedFloat($float); 4 isCleanHtml($html); 5 isDate($date); 6 isBool($bool); 7 isPhoneNumber($phoneNumber); 8 isPostCode($postcode); 9 isInt($int); 10 isUnsignedInt($int); 11 isUnsignedId($id); 12 isNullOrUnsignedId($id); 13 isUrl($url); 14 isAbsoluteUrl($url); 15 isFileName($name);

Read More →