X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/58e6e8c434d80565c3076eb8439d6d03b8d7ab61..0bebc59f0ab44973a4592460b87fb0cacbc56b35:/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h index 9b2c98dc9..f47b10b78 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -38,16 +39,13 @@ struct adm5120_flash_platform_data { void (*set_vpp)(struct map_info *, int); void (*switch_bank)(unsigned); + u32 window_size; #ifdef CONFIG_MTD_PARTITIONS unsigned int nr_parts; struct mtd_partition *parts; #endif }; -struct adm5120_nand_platform_data { - /* TODO : not yet implemented */ -}; - struct adm5120_switch_platform_data { /* TODO: not yet implemented */ }; @@ -73,7 +71,7 @@ static inline void adm5120_pci_set_irq_map(unsigned int nr_irqs, extern struct adm5120_flash_platform_data adm5120_flash0_data; extern struct adm5120_flash_platform_data adm5120_flash1_data; -extern struct adm5120_nand_platform_data adm5120_nand_data; +extern struct platform_nand_data adm5120_nand_data; extern struct adm5120_switch_platform_data adm5120_switch_data; extern struct amba_pl010_data adm5120_uart0_data; extern struct amba_pl010_data adm5120_uart1_data; @@ -86,4 +84,11 @@ extern struct platform_device adm5120_switch_device; extern struct amba_device adm5120_uart0_device; extern struct amba_device adm5120_uart1_device; +extern void adm5120_uart_set_mctrl(struct amba_device *dev, void __iomem *base, + unsigned int mctrl); + +extern void adm5120_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, + unsigned int ctrl); +extern int adm5120_nand_ready(struct mtd_info *mtd); + #endif /* _ADM5120_PLATFORM_H_ */