Changeset 31118
- Timestamp:
- 2012-03-27T21:38:17+02:00 (6 years ago)
- Location:
- trunk/target/linux/ar71xx
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-m25p80.c
r30405 r31118 52 52 ath79_spi_data.bus_num = 0; 53 53 ath79_spi_data.num_chipselect = 1; 54 ath79_spi0_cdata.is_flash = true; 54 55 ath79_spi_info[0].platform_data = pdata; 55 56 ath79_register_spi(&ath79_spi_data, ath79_spi_info, 1); -
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-alfa-ap96.c
r30405 r31118 63 63 .cs_type = ATH79_SPI_CS_TYPE_INTERNAL, 64 64 .cs_line = 0, 65 .is_flash = true, 65 66 }; 66 67 -
trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr2543n.c
r30849 r31118 41 41 static struct flash_platform_data tl_wr2543n_flash_data = { 42 42 .part_probes = tl_wr2543n_part_probes, 43 .max_read_len = 64,44 43 }; 45 44
Note: See TracChangeset
for help on using the changeset viewer.