extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable type
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Feb 2013 03:05:42 +0000 (12:05 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 13 Feb 2013 22:54:22 +0000 (07:54 +0900)
commitf73f6232af9131f7b6fc6e377267e4a441727eb3
tree67282c916730b43330c345f1e16ee29bb0b474b7
parent027fcd50500fd87847891d5c2f341c1f002de3e8
extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable type

This patch make max8997_muic_get_cable_type() function to remove
duplicate code for checking ADC/Charger cable type because almost
internal function need to read adc/chg_type value of MUIC register.

Also, remove *_detach() function, extcon-max8997 driver treat
attach/detach operation of cable in max8997_*_handler() function.
Lastly, this patch move defined constant in header file(include/
linux/mfd/max8997.h, max8997-private.h) because defined constant
is only used in the 'extcon-max8997.c'.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
drivers/extcon/extcon-max8997.c
include/linux/mfd/max8997-private.h
include/linux/mfd/max8997.h
This page took 0.027188 seconds and 5 git commands to generate.