1 --- a/drivers/misc/eeprom_93cx6.c
2 +++ b/drivers/misc/eeprom_93cx6.c
5 eeprom->reg_data_clock = 1;
6 eeprom->register_write(eeprom);
10 + * Add a short delay for the pulse to work.
11 + * According to the specifications the "maximum minimum"
12 + * time should be 450ns.
17 static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom)
19 eeprom->reg_data_clock = 0;
20 eeprom->register_write(eeprom);
24 + * Add a short delay for the pulse to work.
25 + * According to the specifications the "maximum minimum"
26 + * time should be 450ns.
31 static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom)