On Wed, 30 Mar 2016, Laxman Dewangan wrote:
+#define MAX77620_MFD_CELL_RES(_name, _res) \I'm *still* not accepting this.
+ { \
+ .name = (_name), \
+ .resources = (_res), \
+ .num_resources = ARRAY_SIZE((_res)), \
+ }
+If you want this submission to be accepted this cycle, you're going to
+static struct mfd_cell max20024_children[] = {
+ MAX77620_MFD_CELL_NAME("max20024-pinctrl"),
+ MAX77620_MFD_CELL_RES("max20024-gpio", gpio_resources),
+ MAX77620_MFD_CELL_NAME("max20024-pmic"),
+ MAX77620_MFD_CELL_RES("max77620-rtc", rtc_resources),
+ MAX77620_MFD_CELL_RES("max20024-power", power_resources),
+ MAX77620_MFD_CELL_NAME("max20024-watchdog"),
+ MAX77620_MFD_CELL_NAME("max20024-clock"),
+};
have to convert this to the traditional way of defining MFD children.
+ if (x >= tperiod)Lots of mention of 'FPS' here, but noting to so what that is?
+ return i;
+ }
+
+ return i;
+}
+
+static int max77620_config_fps(struct max77620_chip *chip,
+ struct device_node *fps_np)
What does FPS stand for and what does the FPS do?