We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e118e commit 26917eaCopy full SHA for 26917ea
include/linux/platform_data/mlxreg.h
@@ -216,6 +216,7 @@ struct mlxreg_core_platform_data {
216
* @mask_low: low aggregation interrupt common mask;
217
* @deferred_nr: I2C adapter number must be exist prior probing execution;
218
* @shift_nr: I2C adapter numbers must be incremented by this value;
219
+ * @addr: mapped resource address;
220
* @handle: handle to be passed by callback;
221
* @completion_notify: callback to notify when platform driver probing is done;
222
*/
@@ -230,6 +231,7 @@ struct mlxreg_core_hotplug_platform_data {
230
231
u32 mask_low;
232
int deferred_nr;
233
int shift_nr;
234
+ void __iomem *addr;
235
void *handle;
236
int (*completion_notify)(void *handle, int id);
237
};
0 commit comments