
Hi Tom,
These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes.
Thanks and Regards, -Manju
The following changes since commit 3325ee67f2194d821f0755b94dc57adb1d579d7b: Yegor Yefremov (1): am3517evm: remove rootfstype kernel parameter for MMC boot device
are available in the git repository at:
git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git ubootos
Manjunath Hadli (5): da850evm: add support to read mac address from spi flash da850evm: read MAC address from I2C EEPROM on AM18x EVM davinci : move clock related functions to new file davinci: remove macro CONFIG_DISPLAY_CPUINFO davinci: add clocks command
arch/arm/cpu/arm926ejs/davinci/Makefile | 2 +- arch/arm/cpu/arm926ejs/davinci/cpu.c | 208 ---------------------------- arch/arm/cpu/arm926ejs/davinci/speed.c | 230 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 68 +++++++++ boards.cfg | 4 +- include/configs/cam_enc_4xx.h | 1 - include/configs/davinci_dm355evm.h | 1 - include/configs/davinci_dm355leopard.h | 1 - include/configs/davinci_dm6467Tevm.h | 1 - include/configs/davinci_dm6467evm.h | 1 - include/configs/davinci_dvevm.h | 1 - include/configs/davinci_schmoogie.h | 1 - include/configs/davinci_sffsdr.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/enbw_cmc.h | 1 - 15 files changed, 301 insertions(+), 221 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/davinci/speed.c