Commits
Sami Tolvanen committed 0f5db0f9d5c
ANDROID: update ABI representation Leaf changes summary: 4 artifacts changed Changed leaf types summary: 4 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 'struct pwm_args at pwm.h:41:1' changed: type size changed from 64 to 128 (in bits) there are data member changes: type 'unsigned int' of 'pwm_args::period' changed: entity changed from 'unsigned int' to compatible type 'typedef u64' at int-ll64.h:23:1 type size changed from 32 to 64 (in bits) , size changed from 32 to 64 (in bits) (by +32 bits) 'pwm_polarity pwm_args::polarity' offset changed from 32 to 64 (in bits) (by +32 bits) 19 impacted interfaces: [...] 'struct pwm_capture at pwm.h:335:1' changed: type size changed from 64 to 128 (in bits) there are data member changes: type 'unsigned int' of 'pwm_capture::period' changed: entity changed from 'unsigned int' to compatible type 'typedef u64' at int-ll64.h:23:1 type size changed from 32 to 64 (in bits) , size changed from 32 to 64 (in bits) (by +32 bits) type 'unsigned int' of 'pwm_capture::duty_cycle' changed: entity changed from 'unsigned int' to compatible type 'typedef u64' at int-ll64.h:23:1 type size changed from 32 to 64 (in bits) , offset changed from 32 to 64 (in bits) (by +32 bits), size changed from 32 to 64 (in bits) (by +32 bits) 19 impacted interfaces: [...] 'struct pwm_device at pwm.h:88:1' changed: type size changed from 576 to 704 (in bits) there are data member changes: type 'struct pwm_args' of 'pwm_device::args' changed as reported earlier and size changed from 64 to 128 (in bits) (by +64 bits) type 'struct pwm_state' of 'pwm_device::state' changed: , offset changed from 384 to 448 (in bits) (by +64 bits), size changed from 160 to 256 (in bits) (by +96 bits) 19 impacted interfaces: [...] 'struct pwm_state at pwm.h:69:1' changed: type size changed from 160 to 256 (in bits) there are data member changes: type 'unsigned int' of 'pwm_state::period' changed: entity changed from 'unsigned int' to compatible type 'typedef u64' at int-ll64.h:23:1 type size changed from 32 to 64 (in bits) , size changed from 32 to 64 (in bits) (by +32 bits) type 'unsigned int' of 'pwm_state::duty_cycle' changed: entity changed from 'unsigned int' to compatible type 'typedef u64' at int-ll64.h:23:1 type size changed from 32 to 64 (in bits) , offset changed from 32 to 64 (in bits) (by +32 bits), size changed from 32 to 64 (in bits) (by +32 bits) 'pwm_polarity pwm_state::polarity' offset changed from 64 to 128 (in bits) (by +64 bits) 'pwm_output_type pwm_state::output_type' offset changed from 96 to 160 (in bits) (by +64 bits) 'bool pwm_state::enabled' offset changed from 128 to 192 (in bits) (by +64 bits) 19 impacted interfaces: [...] Fixes: 0453f563cce0 ("FROMLIST: pwm: Convert period and duty cycle to u64") Change-Id: I84a0b3ad7d7798ab3d00d3f45a9eb5b20cea04a9 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>