)]}'
{
  "log": [
    {
      "commit": "56b85f32d530d09d6805488ad00775d4e0e3baab",
      "tree": "e7fbe69e338ef775d3b2dd822aa915d259b4bc94",
      "parents": [
        "3e5b08cbbf78bedd316904ab0cf3b27119433ee5",
        "568389c257fa7d74ce36c2f78bad31965fded4cf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 07 14:39:20 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 07 14:39:20 2011 -0800"
      },
      "message": "Merge branch \u0027tty-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6\n\n* \u0027tty-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6: (36 commits)\n  serial: apbuart: Fixup apbuart_console_init()\n  TTY: Add tty ioctl to figure device node of the system console.\n  tty: add \u0027active\u0027 sysfs attribute to tty0 and console device\n  drivers: serial: apbuart: Handle OF failures gracefully\n  Serial: Avoid unbalanced IRQ wake disable during resume\n  tty: fix typos/errors in tty_driver.h comments\n  pch_uart : fix warnings for 64bit compile\n  8250: fix uninitialized FIFOs\n  ip2: fix compiler warning on ip2main_pci_tbl\n  specialix: fix compiler warning on specialix_pci_tbl\n  rocket: fix compiler warning on rocket_pci_ids\n  8250: add a UPIO_DWAPB32 for 32 bit accesses\n  8250: use container_of() instead of casting\n  serial: omap-serial: Add support for kernel debugger\n  serial: fix pch_uart kconfig \u0026 build\n  drivers: char: hvc: add arm JTAG DCC console support\n  RS485 documentation: add 16C950 UART description\n  serial: ifx6x60: fix memory leak\n  serial: ifx6x60: free IRQ on error\n  Serial: EG20T: add PCH_UART driver\n  ...\n\nFixed up conflicts in drivers/serial/apbuart.c with evil merge that\nmakes the code look fairly sane (unlike either side).\n"
    },
    {
      "commit": "1b41dbc1296269797efbb2b0837732b74de4731d",
      "tree": "96281f7869f5b98f7cd9082d52d781ed86b85ebb",
      "parents": [
        "5ac387d983149d4658aad17242d24eef85a43fa8"
      ],
      "author": {
        "name": "Cosmin Cojocar",
        "email": "cosmin.cojocar@gmail.com",
        "time": "Sun Dec 05 16:15:10 2010 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 10 15:17:19 2010 -0800"
      },
      "message": "serial: omap-serial: Add support for kernel debugger\n\nThe kgdb invokes the poll_put_char and poll_get_char when communicating\nwith the host. This patch also changes the initialization order because the\nkgdb will check at the very beginning, if there is a valid serial\ndriver.\n\nSigned-off-by: Cosmin Cojocar \u003ccosmin.cojocar@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "662b083a87a3489f3f19c6e0651c1b99b0de5df0",
      "tree": "67c7ba4784a1099f404c42ba1496c3078fa4af71",
      "parents": [
        "498cb95175c29ed96bf32f30df2d11ec1c7f3879"
      ],
      "author": {
        "name": "Andrei Emeltchenko",
        "email": "andrei.emeltchenko@nokia.com",
        "time": "Tue Nov 30 14:11:49 2010 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Nov 30 14:11:49 2010 -0800"
      },
      "message": "omap: Serial: Define register access modes in LCR\n\nAccess to some registers depends on register access mode\nThree different modes are available for OMAP (at least)\n• Operational mode     LCR_REG[7] \u003d 0x0\n• Configuration mode A LCR_REG[7] \u003d 0x1 and LCR_REG[7:0]! \u003d 0xBF\n• Configuration mode B LCR_REG[7] \u003d 0x1 and LCR_REG[7:0]  \u003d 0xBF\n\nDefine access modes and remove redefinitions and magic numbers\nin serial drivers (and later in bluetooth driver).\n\nSigned-off-by: Andrei Emeltchenko \u003candrei.emeltchenko@nokia.com\u003e\nAcked-by: Govindraj.R \u003cgovindraj.raja@ti.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "498cb95175c29ed96bf32f30df2d11ec1c7f3879",
      "tree": "f46ffac45790929c8e7f1bf2838f537bc9e31e48",
      "parents": [
        "e8a7e48bb248a1196484d3f8afa53bded2b24e71"
      ],
      "author": {
        "name": "Andrei Emeltchenko",
        "email": "andrei.emeltchenko@nokia.com",
        "time": "Tue Nov 30 14:11:49 2010 -0800"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Nov 30 14:11:49 2010 -0800"
      },
      "message": "OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbers\n\nDefine MDR1 register serial definitions used in serial and\nbluetooth drivers.\nChange magic number to ones defined in serial_reg for omap1/2\nserial driver.\nRemove redefined MDR1 register definitions in omap-serial driver.\n\nSigned-off-by: Andrei Emeltchenko \u003candrei.emeltchenko@nokia.com\u003e\nAcked-by: G, Manjunath Kondaiah \u003cmanjugk@ti.com\u003e\nAcked-by: Govindraj.R \u003cgovindraj.raja@ti.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "79fc3e21401be720708931002268b676e36fcf41",
      "tree": "21ec1f1afa8950d1931ce3e7a4d7914629df7738",
      "parents": [
        "0e4905c0199d683497833be60a428c784d7575b8"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segooon@gmail.com",
        "time": "Sun Oct 10 21:28:35 2010 +0400"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Oct 12 13:22:42 2010 -0700"
      },
      "message": "serial: omap-serial: fix signess error\n\n\"ret\" is unsigned, so check for (ret \u003c 0) made no sense.\nMade it signed.\n\nSigned-off-by: Vasiliy Kulikov \u003csegooon@gmail.com\u003e\nAcked-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "b612633b5928077441b979471869753bfa93d41a",
      "tree": "9e08690dae006f7cb808ead65e2a7da266d1973f",
      "parents": [
        "52663aea10c3ce175b636ff3ed5a6d78fdbeec02"
      ],
      "author": {
        "name": "Govindraj.R",
        "email": "govindraj.raja@ti.com",
        "time": "Mon Sep 27 20:20:49 2010 +0530"
      },
      "committer": {
        "name": "Kevin Hilman",
        "email": "khilman@deeprootsystems.com",
        "time": "Wed Sep 29 12:43:02 2010 -0700"
      },
      "message": "serial: Add OMAP high-speed UART driver\n\nThis patch adds driver support for OMAP2/3/4 high speed UART.\n\nThe driver is made separate from 8250 driver as we cannot\nover load 8250 driver with omap platform specific configuration for\nfeatures like DMA, it makes easier to implement features like DMA and\nhardware flow control and software flow control configuration with\nthis driver as required for the omap-platform.\nThis patch involves only the core driver and its dependent.\n\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Govindraj.R \u003cgovindraj.raja@ti.com\u003e\nAcked-by: Alan Cox \u003calan@linux.intel.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    }
  ]
}
