rbheromax
Android Expert
I figured out how to set more than 5 freq. 
Basically to up the freq on the board, you would edit cpu-freq.c but one of its dependents (cpu-freq-v210.h which is in another folder) has a line which goes:
MAX_PERF_LEVEL = Lx,
Originally its set to 4 (so L0-L4 which is 5 freq.) but you can add the # of freq you will scale to and from here.
So now it scales as follows:
1.4Ghz
1.3Ghz
1.2Ghz
1.1Ghz
1 Ghz
800 Mhz
400 Mhz
200 Mhz
100 Mhz
Init.d
Custom Gov'n
Src released under GPL (zip): https://github.com/newkid313/android_kernel_samsung_s5pv210/tree/2.6.35

Basically to up the freq on the board, you would edit cpu-freq.c but one of its dependents (cpu-freq-v210.h which is in another folder) has a line which goes:
MAX_PERF_LEVEL = Lx,
Originally its set to 4 (so L0-L4 which is 5 freq.) but you can add the # of freq you will scale to and from here.
So now it scales as follows:
1.4Ghz
1.3Ghz
1.2Ghz
1.1Ghz
1 Ghz
800 Mhz
400 Mhz
200 Mhz
100 Mhz
Init.d
Custom Gov'n
Src released under GPL (zip): https://github.com/newkid313/android_kernel_samsung_s5pv210/tree/2.6.35

.