)]}'
{
  "log": [
    {
      "commit": "19939860dcae5a3b2e11318eb7d65b4db2e55e2b",
      "tree": "f7506b914b4a2093703e5bd1fb582a3ffabc6166",
      "parents": [
        "c338bb0380b1cd64ae566d1ea7d1bfd6c811297d"
      ],
      "author": {
        "name": "anish kumar",
        "email": "anish198519851985@gmail.com",
        "time": "Fri Aug 17 09:57:22 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Sep 05 12:20:49 2012 -0700"
      },
      "message": "extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices\n\nExternal connector devices that decides connection information based on\nADC values may use adc-jack device driver. The user simply needs to\nprovide a table of adc range and connection states. Then, extcon\nframework will automatically notify others.\n\nChanges in V1:\nadded Lars-Peter Clausen suggested changes:\nUsing macros to get rid of boiler plate code such as devm_kzalloc\nand module_platform_driver.Other changes suggested are related to\ncoding guidelines.\n\nChanges in V2:\nRemoved some unnecessary checks and changed the way we are un-regitering\nextcon and freeing the irq while removing.\n\nChanges in V3:\nRenamed the files to comply with extcon naming.\n\nChanges in V4:\nAdded the cancel_work_sync during removing of driver.\n\nChanges in V5:\nAdded the dependency of IIO in Kconfig.\n\nChanges in V6:\nSome nitpicks related to naming.\n\nChanges in this version:\nV6 patch version patch broke the build:\nERROR: \"extcon_cable_name\" [drivers/extcon/extcon-adc-jack.ko] undefined!\n\nFixed it in this version.\n\nAcked-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\nReviewed-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: anish kumar \u003canish.singh@samsung.com\u003e\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "0ea62503782699adf5757cb1d3cd9f880d13c48c",
      "tree": "558ca2859926b19382a6d9be6c812dc54631fc64",
      "parents": [
        "3afebf577d4cb21215abb388e80c46c9c387ed0f"
      ],
      "author": {
        "name": "MyungJoo Ham",
        "email": "myungjoo.ham@samsung.com",
        "time": "Fri Aug 10 11:33:46 2012 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Aug 16 10:42:11 2012 -0700"
      },
      "message": "Extcon: renamed files to comply with the standard naming.\n\nReplaced \u0027_\u0027 with \u0027-\u0027 in the extcon file names, which has been bogging\nsince new drivers have been using the standard naming.\n\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "3afebf577d4cb21215abb388e80c46c9c387ed0f",
      "tree": "68db9434049a5119cc5e0a5d689dbfaa7419f6af",
      "parents": [
        "980d7929816236476967218645c30acc022042eb"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Aug 16 10:40:32 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Aug 16 10:40:32 2012 -0700"
      },
      "message": "Revert \"Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices\"\n\nThis reverts commit 980d7929816236476967218645c30acc022042eb as it\nbreaks the build with the error:\n\tERROR: \"extcon_cable_name\" [drivers/extcon/extcon-adc-jack.ko] undefined!\n\nCc: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: anish kumar \u003canish.singh@samsung.com\u003e\nCc: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "980d7929816236476967218645c30acc022042eb",
      "tree": "d1edebc580e332a34e56a9af0af326e049e274c8",
      "parents": [
        "34efe4dc47227264a38e60c878b4831d5f0d5a33"
      ],
      "author": {
        "name": "anish kumar",
        "email": "anish198519851985@gmail.com",
        "time": "Fri Aug 10 00:29:43 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Aug 16 10:37:00 2012 -0700"
      },
      "message": "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices\n\nExternal connector devices that decides connection information based on\nADC values may use adc-jack device driver. The user simply needs to\nprovide a table of adc range and connection states. Then, extcon\nframework will automatically notify others.\n\nChanges in V1:\nadded Lars-Peter Clausen suggested changes:\nUsing macros to get rid of boiler plate code such as devm_kzalloc\nand module_platform_driver.Other changes suggested are related to\ncoding guidelines.\n\nChanges in V2:\nRemoved some unnecessary checks and changed the way we are un-regitering\nextcon and freeing the irq while removing.\n\nChanges in V3:\nRenamed the files to comply with extcon naming.\n\nChanges in V4:\nAdded the cancel_work_sync during removing of driver.\n\nChanges in V5:\nAdded the dependency of IIO in Kconfig.\n\nChanges in V6:\nSome nitpicks related to naming.\n\nReviewed-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: anish kumar \u003canish.singh@samsung.com\u003e\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "db1b9037424b8219449a6754e9b7e97b0523c426",
      "tree": "152e8f8ead91f556a252e6c8c77d3e48bf9b5896",
      "parents": [
        "17f79be93d95bb0e46bd08681ec9c9e601869c15"
      ],
      "author": {
        "name": "Chanwoo Choi",
        "email": "cw00.choi@samsung.com",
        "time": "Tue Jul 17 13:28:28 2012 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jul 17 10:34:56 2012 -0700"
      },
      "message": "extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device\n\nThis patch support Maxim MAX77693 MUIC device by using EXTCON Subsystem\nto handle various external connector. The extcon-max77693 use regmap\nmethod for i2c communication and support irq domain instead of previous\nmethod of irq base.\n\nSigned-off-by: Chanwoo Choi \u003ccw00.choi@samsung.com\u003e\nSigned-off-by: Myungjoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f2c32a882d2c1cde6fc552a5a3d34b4c1330edb8",
      "tree": "811b6a02363ccad00713a88cb4301d639ec406c6",
      "parents": [
        "df6b3cfe20f3e22a7997255f1df753005deb914f"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Sun Jun 24 12:09:45 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 16:01:02 2012 -0700"
      },
      "message": "Extcon: Arizona: Add driver for Wolfson Arizona class devices\n\nMost Wolfson Arizona class audio hub CODECs include a flexible ultra low\npower accessory detection subsystem. This driver exposes initial support\nfor this subsystem via the Extcon framework, implementing support for\nultra low power detection of headphone and headset with the ability to\ndetect the polarity of a headset.\n\nThe functionality of the devices is much richer and more flexible than\nthe current driver, future patches will extend the features of the\ndriver to more fully exploit this.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "b76668ba8a7722f589af2e13a340f3629430a35a",
      "tree": "acc6ea6cac985e3c6b2ef08f5d20eb53e055fffe",
      "parents": [
        "3b552b92817c63fdccfe9d5f3ce7424b57e9ee8f"
      ],
      "author": {
        "name": "Chanwoo Choi",
        "email": "cw00.choi@samsung.com",
        "time": "Wed May 09 12:31:58 2012 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 09 15:14:19 2012 -0700"
      },
      "message": "Extcon: add MAX8997 extcon driver\n\nThis patch add extcon-max8997 driver to support the muic feature\nof Maxim max8997 by using Extcon framework.\n\nThe extcon-max8997 driver is implemented based on \u0027drivers/misc/\nmax8997-muic.c\u0027 and then use Extcon interface instead of callback\nfunction in struct max8997_muic_platform_data to notify cable state\nof notifee which want to know always newly cable state when external\nconnector(e.g., USB, TA, JIG) is attached or detached.\n\nv1\n- Use Extcon interface to notify cable state of notifee instead of\n callback function when external connector is attached or detached.\n- Bug fix of getting platform_data for irq_base value.\n\nSigned-off-by: Chanwoo Choi \u003ccw00.choi@samsung.com\u003e\nSigned-off-by: Myungjoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "be48308a24c7651bf968b561dbd590edb8166d62",
      "tree": "7b7e7d49976f592171bdb75ea286d7b083946e64",
      "parents": [
        "de55d8716ac50a356cea736c29bb7db5ac3d0190"
      ],
      "author": {
        "name": "MyungJoo Ham",
        "email": "myungjoo.ham@samsung.com",
        "time": "Fri Apr 20 14:16:23 2012 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 09:22:02 2012 -0700"
      },
      "message": "Extcon: support generic GPIO extcon driver\n\nThe generic GPIO extcon driver (an external connector device based on\nGPIO control) and imported from Android kernel.\n\nswitch: switch class and GPIO drivers. (splitted)\nAuthor: Mike Lockwood \u003clockwood@android.com\u003e\n\nswitch: gpio: Don\u0027t call request_irq with interrupts disabled\nAuthor: Arve Hjønnevåg \u003carve@android.com\u003e\n\nswitch_gpio: Add missing #include \u003clinux/interrupt.h\u003e\nAuthor: Mike Lockwood \u003clockwood@android.com\u003e\n\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nReviewed-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n\n--\nChanged from v7:\n- Style updates mentioned by Stephen Boyd and Mark Brown\nChanged from v5:\n- Splitted at v5 from the main extcon patch.\n- Added debounce time for irq handlers.\n- Use request_any_context_irq instead of request_irq\n- User needs to specify irq flags for GPIO interrupts (was fixed to\nIRQF_TRIGGER_LOW before)\n- Use module_platform_driver().\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "de55d8716ac50a356cea736c29bb7db5ac3d0190",
      "tree": "d63f799c7859c97ee7089609bd183d28ca63e2bf",
      "parents": [
        "7cd9c9bb57476167e83b7780dbc06d1dd601789d"
      ],
      "author": {
        "name": "MyungJoo Ham",
        "email": "myungjoo.ham@samsung.com",
        "time": "Fri Apr 20 14:16:22 2012 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Apr 20 09:21:11 2012 -0700"
      },
      "message": "Extcon (external connector): import Android\u0027s switch class and modify.\n\nExternal connector class (extcon) is based on and an extension of\nAndroid kernel\u0027s switch class located at linux/drivers/switch/.\n\nThis patch provides the before-extension switch class moved to the\nlocation where the extcon will be located (linux/drivers/extcon/) and\nupdates to handle class properly.\n\nThe before-extension class, switch class of Android kernel, commits\nimported are:\n\nswitch: switch class and GPIO drivers. (splitted)\nAuthor: Mike Lockwood \u003clockwood@android.com\u003e\n\nswitch: Use device_create instead of device_create_drvdata.\nAuthor: Arve Hjønnevåg \u003carve@android.com\u003e\n\nIn this patch, upon the commits of Android kernel, we have added:\n- Relocated and renamed for extcon.\n- Comments, module name, and author information are updated\n- Code clean for successing patches\n- Bugfix: enabling write access without write functions\n- Class/device/sysfs create/remove handling\n- Added comments about uevents\n- Format changes for extcon_dev_register() to have a parent dev.\n\nSigned-off-by: MyungJoo Ham \u003cmyungjoo.ham@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nReviewed-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\n\n--\nChanges from v7\n- Compiler error fixed when it is compiled as a module.\n- Removed out-of-date Kconfig entry\n\nChanges from v6\n- Updated comment/strings\n- Revised \"Android-compatible\" mode.\n   * Automatically activated if CONFIG_ANDROID \u0026\u0026 !CONFIG_ANDROID_SWITCH\n   * Creates /sys/class/switch/*, which is a copy of /sys/class/extcon/*\n\nChanges from v5\n- Split the patch\n- Style fixes\n- \"Android-compatible\" mode is enabled by Kconfig option.\n\nChanges from v2\n- Updated name_show\n- Sysfs entries are handled by class itself.\n- Updated the method to add/remove devices for the class\n- Comments on uevent send\n- Able to become a module\n- Compatible with Android platform\n\nChanges from RFC\n- Renamed to extcon (external connector) from multistate switch\n- Added a seperated directory (drivers/extcon)\n- Added kerneldoc comments\n- Removed unused variables from extcon_gpio.c\n- Added ABI Documentation.\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    }
  ]
}
