)]}'
{
  "log": [
    {
      "commit": "0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1",
      "tree": "afcf9ce9dfb358e6cce06473c780d1ede3d1b9d6",
      "parents": [
        "21f792cde17f71091252540b79e9312a8d1a7ac2"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Wed Feb 06 23:23:01 2013 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Thu Feb 14 00:24:07 2013 +0100"
      },
      "message": "mfd: ab8500: Fix compile error\n\nWhen compiling the AB8500 core driver in the latest\nMFD tree the following happens:\n\n  CC      drivers/mfd/ab8500-debugfs.o\n/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:3: error: \u0027AB8500_SYS_CTRL1_BLOCK\u0027 undeclared here (not in a function)\n/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: array index in initializer not of integer type\n/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: (near initialization for \u0027debug_ranges\u0027)\n(...)\n\nThis is due to a missing include statement, so fix\nit up.\n\nCc: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "8908c04985ed67b9138c6e06be2c81867f24e2d4",
      "tree": "ae90d5a38ddc2802fbb566d41cf7e489da4fae22",
      "parents": [
        "9d3f653f45b0ad299158d31207e4b747aa6df2c7"
      ],
      "author": {
        "name": "Philippe Langlais",
        "email": "philippe.langlais@linaro.org",
        "time": "Wed Apr 18 15:52:59 2012 +0200"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:33:30 2013 +0000"
      },
      "message": "mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter\n\nThe new format of ab8500_gpadc_get() accepts a device name as a\nparameter to specify which device to retrieve. This patch\nenforces the use of that new format.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Philippe Langlais \u003cphilippe.langlais@linaro.org\u003e\n"
    },
    {
      "commit": "70bad04f2a30be002d8f4701d98d14259a86391b",
      "tree": "0543a655c72245b03291153753889fbb0be677ac",
      "parents": [
        "5f8aaef4fdf97bfe504ff2c78244a53a145917dc"
      ],
      "author": {
        "name": "Ashok G",
        "email": "ashok.g@stericsson.com",
        "time": "Tue Feb 28 10:21:00 2012 +0530"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:33:26 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: sizeof() mismatch bugfix\n\nSimple pointer error fix to obtain the expected sizeof() result.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Ashok G \u003cashok.g@stericsson.com\u003e\nReviewed-by: Mattias WALLIN \u003cmattias.wallin@stericsson.com\u003e\n"
    },
    {
      "commit": "8f0eb43be5f461a28341fe724686f265b0719dd3",
      "tree": "b83534be81143dd7b5d2a53c7cfee2d7c7cbdb75",
      "parents": [
        "20bf428329400d3c71be3bdaaa265a485902f90b"
      ],
      "author": {
        "name": "Bengt Jonsson",
        "email": "bengt.g.jonsson@stericsson.com",
        "time": "Tue Feb 14 13:01:00 2012 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:50 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Add interrupt debug\n\nThis patch adds an entry in debugfs to check number of interrupts\nfrom the AB.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Bengt Jonsson \u003cbengt.g.jonsson@stericsson.com\u003e\nReviewed-by: Rabin VINCENT \u003crabin.vincent@stericsson.com\u003e\n"
    },
    {
      "commit": "ddba25f17dc7015f44fbcdf79ce72f69996f2be3",
      "tree": "a2f6063663416fbaf2429e5aec0ce8b8343f4cf8",
      "parents": [
        "1d843a6c8c2067615fea0ff8cb62d4a5c4a6f8ae"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@stericsson.com",
        "time": "Fri Feb 03 11:19:05 2012 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:48 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamically\n\nWith the introduction of new AB* platforms, it\u0027s important to allow\nas much code reuse as possible. By allowing a system\u0027s number of IRQs\nto be dynamically passed, we can reuse almost all of the -debugfs\ndriver.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\n"
    },
    {
      "commit": "1d843a6c8c2067615fea0ff8cb62d4a5c4a6f8ae",
      "tree": "1675f7b8f36d8703cac6086d49b81ab9cfc542f6",
      "parents": [
        "42002c6de9ee1916a118d6a732c533bfe138ed6f"
      ],
      "author": {
        "name": "Mian Yousaf Kaukab",
        "email": "mian.yousaf.kaukab@stericsson.com",
        "time": "Fri Jan 27 11:35:41 2012 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:46 2013 +0000"
      },
      "message": "mfd: ab8500-core: Allow the possibility to dump all AB8500 registers\n\nImplement an API so that a user may dump all AB8500 registers\nvia debugfs file access.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Mian Yousaf Kaukab \u003cmian.yousaf.kaukab@stericsson.com\u003e\nReviewed-by: Linus WALLEIJ \u003clinus.walleij@stericsson.com\u003e\nReviewed-by: Jonas ABERG \u003cjonas.aberg@stericsson.com\u003e\n"
    },
    {
      "commit": "42002c6de9ee1916a118d6a732c533bfe138ed6f",
      "tree": "98032839ad9448d44c3318368da7a13a12bc1061",
      "parents": [
        "40c064e43ee4db4159331a1c421d0df577b447dd"
      ],
      "author": {
        "name": "Mian Yousaf Kaukab",
        "email": "mian.yousaf.kaukab@stericsson.com",
        "time": "Thu Jan 26 15:39:20 2012 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:45 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: add debugfs node to read all registers\n\nUpdate the ab8500_registers_print() to reuse it from multiple places.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Mian Yousaf Kaukab \u003cmian.yousaf.kaukab@stericsson.com\u003e\nReviewed-by: Linus WALLEIJ \u003clinus.walleij@stericsson.com\u003e\nReviewed-by: Jonas ABERG \u003cjonas.aberg@stericsson.com\u003e\n"
    },
    {
      "commit": "40c064e43ee4db4159331a1c421d0df577b447dd",
      "tree": "1861ca0c20c4719279b123f3da177113ae9555b3",
      "parents": [
        "1478a316e3ff3c3b0967091ac36bc6987773570a"
      ],
      "author": {
        "name": "Philippe Langlais",
        "email": "philippe.langlais@stericsson.com",
        "time": "Mon Oct 17 09:48:55 2011 +0200"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:43 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3\n\nIn case of AB-V3, the eye diagram related issues are resolved.\nSo, set the device charging current to 300mA when connected to\nstandard host. Also, add the USB PHY tuning values to improve\nthe USB eye diagram\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: \u003cthirupathi.chippakurthy@stericsson.com\u003e\n"
    },
    {
      "commit": "1478a316e3ff3c3b0967091ac36bc6987773570a",
      "tree": "9d112493c11f6b7175388c8deedd2f4eb1df0060",
      "parents": [
        "0fbce76eff0e7ea92f51b253c504a79d9b3b5769"
      ],
      "author": {
        "name": "John Beckett",
        "email": "john.beckett@stericsson.com",
        "time": "Tue May 31 13:54:27 2011 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:41 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodes\n\nAllow a user to take a glimpse into the inner workings of the\nAB8500 Analogue-to-Digital Converters, via debugfs.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: John Beckett \u003cjohn.beckett@stericsson.com\u003e\nReviewed-by: Mattias WALLIN \u003cmattias.wallin@stericsson.com\u003e\n"
    },
    {
      "commit": "0fbce76eff0e7ea92f51b253c504a79d9b3b5769",
      "tree": "048fd646cb12bbb274f15ecf6f130b4c002c989b",
      "parents": [
        "fad55a869ba1bf0d1ab7e4c8bff0b171eb5486ee"
      ],
      "author": {
        "name": "carriere etienne",
        "email": "etienne.carriere@stericsson.com",
        "time": "Fri Apr 08 16:26:36 2011 +0200"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:40 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entry\n\nAdd debugfs entry ab8500/hwreg to read/write bit-field in AB8500 registers.\nCheck the debugfs entries usage from heading comments in ab8500-debugfs.c\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: carriere etienne \u003cetienne.carriere@stericsson.com\u003e\nReviewed-by: Mattias WALLIN \u003cmattias.wallin@stericsson.com\u003e\n"
    },
    {
      "commit": "fad55a869ba1bf0d1ab7e4c8bff0b171eb5486ee",
      "tree": "9118f89d9aecf976cb9505063138011028e03ae5",
      "parents": [
        "0b337e70d30a8092a3e6c35ccb341c3655d9d543"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Jan 14 17:17:34 2013 +0000"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:38 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointer\n\nPartly for coding style reasons, but mostly because sparse warns on it.\n\nThis patch is a completion of a previous patch by Mark Brown.\n\nReviewed-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\n"
    },
    {
      "commit": "0b337e70d30a8092a3e6c35ccb341c3655d9d543",
      "tree": "97386830553ac6961d7d8782746a76f2870f6fdb",
      "parents": [
        "4b8ac08256781c59b20bfd86fddcf5d620833752"
      ],
      "author": {
        "name": "Mattias Wallin",
        "email": "mattias.wallin@stericsson.com",
        "time": "Fri Nov 19 17:55:11 2010 +0100"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:37 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Keep count of IRQs in debugfs\n\nThis patch adds a counter to the sysfs file dynamically created\nby debugfs. It also fixes an array index error.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Mattias Wallin \u003cmattias.wallin@stericsson.com\u003e\nReviewed-by: Mattias NILSSON \u003cmattias.i.nilsson@stericsson.com\u003e\n"
    },
    {
      "commit": "4b8ac08256781c59b20bfd86fddcf5d620833752",
      "tree": "38ae77a810412dd288a0b5224841374f5b6f6125",
      "parents": [
        "e0f4fec030ce412666cc127702adbf0a6cfa0855"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Jan 14 16:10:36 2013 +0000"
      },
      "committer": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Feb 04 08:31:36 2013 +0000"
      },
      "message": "mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs\n\nAllow users to subscribe to and view IRQ events live from debugfs.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\n"
    },
    {
      "commit": "4740f73fe5388ab5d22d552d2a0dacc62418a70c",
      "tree": "96b73f6f8fbea4347611e7353c05c7502984ebd5",
      "parents": [
        "a73e5df16b52a12f5210b20484e74c45ae25d04c"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Mon Nov 19 13:26:01 2012 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Nov 28 12:22:27 2012 -0800"
      },
      "message": "mfd: remove use of __devexit\n\nCONFIG_HOTPLUG is going away as an option so __devexit is no\nlonger needed.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nCc: Peter Tyser \u003cptyser@xes-inc.com\u003e\nCc: Daniel Walker \u003cdwalker@fifo99.com\u003e\nCc: Bryan Huntsman \u003cbryanh@codeaurora.org\u003e\nAcked-by: David Brown \u003cdavidb@codeaurora.org\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "f791be492f76dea7b0641ed227a60eeb2fa7e255",
      "tree": "1b5348c9b5b47e0927d66cba269a441ac653e564",
      "parents": [
        "84449216b01f9c2b4c9b1882f9d6abba07b7b7ca"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Mon Nov 19 13:23:04 2012 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Nov 28 12:20:19 2012 -0800"
      },
      "message": "mfd: remove use of __devinit\n\nCONFIG_HOTPLUG is going away as an option so __devinit is no longer\nneeded.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nCc: Peter Tyser \u003cptyser@xes-inc.com\u003e\nCc: Daniel Walker \u003cdwalker@fifo99.com\u003e\nCc: Bryan Huntsman \u003cbryanh@codeaurora.org\u003e\nAcked-by: David Brown \u003cdavidb@codeaurora.org\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "84449216b01f9c2b4c9b1882f9d6abba07b7b7ca",
      "tree": "e9d64add01526f868c530847652cc7ce172d067a",
      "parents": [
        "b1f7c8cc1b4619f3dfd9f36bcfd35a0f4ce0cd13"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Mon Nov 19 13:20:24 2012 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed Nov 28 12:16:42 2012 -0800"
      },
      "message": "mfd: remove use of __devexit_p\n\nCONFIG_HOTPLUG is going away as an option so __devexit_p is no longer\nneeded.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nCc: Peter Tyser \u003cptyser@xes-inc.com\u003e\nCc: Daniel Walker \u003cdwalker@fifo99.com\u003e\nCc: Bryan Huntsman \u003cbryanh@codeaurora.org\u003e\nAcked-by: David Brown \u003cdavidb@codeaurora.org\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bad76991d7847b7877ae797cc79745d82ffd9120",
      "tree": "dcb3c0ae53b8bfcfa9c9094b45cb55a276fe6ba4",
      "parents": [
        "2968ab133ec790134d4347aa4264c2eb064b42e7"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Mon Jul 02 17:10:56 2012 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Mon Jul 09 00:16:13 2012 +0200"
      },
      "message": "mfd: Register ab8500 devices using the newly DT:ed MFD API\n\nNow the MFD API is Device Tree aware we can use it for platform\nregistration again, even when booting with DT enabled. To aid in\nDevice Node pointer allocation we provide each cell with the\nassociative compatible string.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "822672a7b496e724f879af703693f342e2215163",
      "tree": "b4b53d7f455a9835aa8083a031df322d97ae1579",
      "parents": [
        "06e589efa5b75e6a38a8e8b9c6cd774b5f679cdc"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Wed Jun 20 13:56:38 2012 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Mon Jul 09 00:16:08 2012 +0200"
      },
      "message": "mfd: Generically describe interactions with the DB8500 PRCMU\n\nThere is only one method used to communicate with the DB8500 PRCMU, via I2C.\nNow this can be assumed, there is no requirement to specify the protocol in\nthe function name. This patch removes protocol specifics and uses a more\ngeneric naming convention.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "5a8fea031ed5462b63877e0f6d29e0fc0fb82f14",
      "tree": "f4e913b42a0eb1392f606aa2b6e643a53151dcc0",
      "parents": [
        "6bc4a568414caab05424b702165a732177daccd0"
      ],
      "author": {
        "name": "Lee Jones",
        "email": "lee.jones@linaro.org",
        "time": "Thu May 17 14:45:19 2012 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Sun May 20 17:27:10 2012 +0200"
      },
      "message": "mfd: Enable ab8500-debug when Device Tree is enabled\n\nAllow the ab8500-debugfs driver to be probed during DT start-up.\n\nSigned-off-by: Lee Jones \u003clee.jones@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "ee66e653ca7425bc8ffca4e00f19a8057cd14e4d",
      "tree": "e566da76e2588bc4871df677063f302213be0427",
      "parents": [
        "83051b7287e43241ccb6adaaa92615a87274898b"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Fri Dec 02 14:16:33 2011 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Mon Jan 09 00:37:39 2012 +0100"
      },
      "message": "mfd: Unify abx500 headers in mfd/abx500\n\nThis moves all the header files related to the abx500 family into\na common include directory below mfd. From now on we place any\nsubchip header in that directory. Headers previously in e.g.\n\u003clinux/mfd/ab8500/gpio.h\u003e get prefixed and are now e.g.\n\u003clinux/mfd/abx500/ab8500-gpio.h\u003e. The top-level abstract interface\nremains in \u003clinux/mfd/abx500.h\u003e.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "4e36dd331423fce1f996d93b991453a1a702ca5c",
      "tree": "ca496fec3bc32d34c34ba354805303a6f2e00924",
      "parents": [
        "0603ba14605a5342b8ae0ba7eef3f26187e1221f"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Sun Jul 03 15:13:27 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Oct 31 19:32:04 2011 -0400"
      },
      "message": "mfd: Add module.h to the implicit drivers/mfd users\n\nWith the pending module.h cleanup, these files will fail to compile,\nunless they explicitly call out the include of this file.\n\n[omap-usb-host addition courtesy of Anand Gadiyar \u003cgadiyar@ti.com\u003e]\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "8504d638041d50901b8bfba4fe646bd0bbb5cbb9",
      "tree": "4cdf8b10a1c6fd83427ea54905aa31159ce0643a",
      "parents": [
        "402fb487005d0fcbd4ce627b10426b3491ac0590"
      ],
      "author": {
        "name": "Peter Huewe",
        "email": "peterhuewe@gmx.de",
        "time": "Mon Jun 06 22:43:32 2011 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Sun Jul 31 23:28:21 2011 +0200"
      },
      "message": "mfd: Use kstrtoul_from_user in ab8500\n\nThis patch replaces the code for getting an unsigned long from a\nuserspace buffer by a simple call to kstroul_from_user.\nThis makes it easier to read and less error prone.\n\nSigned-off-by: Peter Huewe \u003cpeterhuewe@gmx.de\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "44bdcb54df2714da18c4a0c6f711a350ab4ed93c",
      "tree": "e468a2cf316af638ce62e26a1f07f21e176f31bd",
      "parents": [
        "90c861c2a83d974684974441093ff8a50e6b430b"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Fri Feb 04 15:23:43 2011 +0300"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Wed Mar 23 10:41:48 2011 +0100"
      },
      "message": "mfd: ab8500: world-writable debugfs register-* files\n\nDon\u0027t allow everybody to interact with hardware registers.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "87fff232cb76828b44312843d96854704f71ed19",
      "tree": "52afd39f90d2e604e5d9bca8922fb2b4725df3b8",
      "parents": [
        "fe421425d78176f4a3509ce11b8d683cf1604e3a"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Mon Dec 13 14:06:47 2010 +0000"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Fri Jan 14 12:37:50 2011 +0100"
      },
      "message": "mfd: Use NULL to initialise NULL pointers in ab8500-debugfs\n\nPartly for coding style reasons, but mostly because sparse warns on it.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: Mattias Wallin \u003cmattias.wallin@stericsson.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "d7b9f3220fd97522559316cdd72778f42ac4de04",
      "tree": "8256ad4387ff9c5d592a8b2f8513e98649f0b7d8",
      "parents": [
        "baa3f63b88c9138bb923a29a3d5fddc204d1f5e6"
      ],
      "author": {
        "name": "Mattias Wallin",
        "email": "mattias.wallin@stericsson.com",
        "time": "Fri Nov 26 13:06:39 2010 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Fri Jan 14 12:37:42 2011 +0100"
      },
      "message": "mfd: Fix ab8500-debug indentation errors\n\nReplace spaces with proper tabs.\n\nSigned-off-by: Mattias Wallin \u003cmattias.wallin@stericsson.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "5814fc35e1837e30b82c3d57f41310d4c4c52824",
      "tree": "a1af93694c140cb5bf54aff2a194fc084d12d7fb",
      "parents": [
        "38b340527aa44bb8d1b88ef1e5a4e26b27695c2b"
      ],
      "author": {
        "name": "Mattias Wallin",
        "email": "mattias.wallin@stericsson.com",
        "time": "Mon Sep 13 16:05:04 2010 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Fri Oct 29 00:29:25 2010 +0200"
      },
      "message": "mfd: AB8500 debugfs\n\nThis patch adds the possibility to read and write registers\nvia the debug_fs. It also adds ranges of registers sorted by bank\nwhich makes it possible to read all defined registers in a bank.\n\nSigned-off-by: Mattias Wallin \u003cmattias.wallin@stericsson.com\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@stericsson.com\u003e\nReviewed-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    }
  ]
}
