Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, dev, updated. v2.6.25-8607-gcedfdac

git at opensource.wolfsonmicro.com git at opensource.wolfsonmicro.com
Fri May 23 16:29:20 BST 2008


The branch dev has been updated
       via  cedfdacd0c64911368eb4f05a4eaacdfe3690352 (commit)
      from  e077f0106e8cabe6f38e402302cc771557540468 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cedfdacd0c64911368eb4f05a4eaacdfe3690352
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date:   Fri May 23 16:25:33 2008 +0100

    wm97xx-core: Fix race on PHY init
    
    The chip phy_init() function must be called before the dig_enable() function
    but dig_enable() is called when the device is opened and we only call
    phy_init() after having reigstered the device, meaning the two can race.
    Fix this by doing the phy_init() before we register the input device.
    
    Thanks to Rodolfo Giometti <giometti at enneenne.com> for the report.
    
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

-----------------------------------------------------------------------

Summary of changes:
 drivers/input/touchscreen/wm97xx-core.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

-- 
Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715.


More information about the touch-commits mailing list