)]}' { "log": [ { "commit": "8e0a2f69ceab93b0747a72843ba32d5918929e3b", "tree": "b09ed45bb49d866978870a49d59ba8b53eda793a", "parents": [ "9b350a512ab8c892a7968a118fae313724cfbc5b" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Tue Jan 03 09:32:29 2017 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Fri Jan 06 14:30:07 2017 -0800" }, "message": "GFLT400: Configure gpio0 as GHN RESET\n\n - Configure as output, with default value of 1 (reset line off)\n - Export to sysfs (/sys/class/gpio/gpio0)\n\nChange-Id: I54a3701e5dbe458de7ef4596f9799b525411c43a\n" }, { "commit": "9b350a512ab8c892a7968a118fae313724cfbc5b", "tree": "6d4ba6d491891cf1b5613ecc4e13c4922d6c5b73", "parents": [ "554ff96f6e52fdd309e1a1a5f7dcc45487813947", "9e5e57e17e6750db158525266540b4df689e787d" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 22 20:33:50 2016 +0000" }, "committer": { "name": "Gerrit Code Review", "email": "noreply-gerritcodereview@google.com", "time": "Thu Dec 22 20:33:50 2016 +0000" }, "message": "Merge \"Marvell: MHSLPONLGCY-166 l2fwserver doesn\u0027t work on AvantaMC when working in GMAC\u0027s bridge mode\"" }, { "commit": "554ff96f6e52fdd309e1a1a5f7dcc45487813947", "tree": "d8b6fafa9dcb951da320a4ff22be946e584cc766", "parents": [ "0d63790e9b116e0512dbc6d04c752868ee84089d", "cc2c201067c613070ad79f4754c24ce9a490f48a" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 22 19:00:47 2016 +0000" }, "committer": { "name": "Gerrit Code Review", "email": "noreply-gerritcodereview@google.com", "time": "Thu Dec 22 19:00:47 2016 +0000" }, "message": "Merge \"Marvell: MHSLPONLGCY-161 Wrong packet size when forwarding from mv_cph from WAN to LAN and vice-versa\"" }, { "commit": "9e5e57e17e6750db158525266540b4df689e787d", "tree": "b4c228f74babed82f9b791287fd6085b8911085a", "parents": [ "15dfd4c69a9918d27d5ff5f97b2360d6d9b78eeb" ], "author": { "name": "David Ferruz", "email": "dferruz@marvell.com", "time": "Fri Dec 16 16:05:29 2016 +0100" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Wed Dec 21 23:37:54 2016 -0800" }, "message": "Marvell: MHSLPONLGCY-166 l2fwserver doesn\u0027t work on AvantaMC when working in GMAC\u0027s bridge mode\n\n\"\"\"\nIt is needed an additional rule in the 6601 packet processor to route\nthe broadcast from the SGMII to the CPU. With the current configuration,\nthe packets sent by the G.hn asking for the L2 upgrade are being\nforwarded from the SGMII to the Ethernet PHY without reaching the CPU,\nand this is why the l2fwserver doesn’t show any log.\n\nThese changes adds the missing rule in the packet processor to be able\nto do the upgrade of the G.hn from the 6601.\n\"\"\"\n\nCorresponding changes also needed in vendor/marvell/applications.\nSee go/fibercl/82880\n\n3rd Hunk of merge had to be done manually:\n\n@@ -1327,8 +1330,6 @@ INT32 cph_app_rx_bc(INT32 port, struct net_device *dev, struct eth_pbuf *pkt, st\n skb_old-\u003elen -\u003d MV_ETH_CRC_SIZE; // Remove CRC\n\n /* If WAN interface is GMAC1, remove MH in upstream */\n- cph_db_get_param(CPH_DB_PARAM_PROFILE_ID, \u0026profile_id);\n- cph_db_get_param(CPH_DB_PARAM_ACTIVE_PORT, \u0026active_port);\n if ((profile_id \u003d\u003d TPM_PON_G1_SGMII_WAN_G0_SINGLE_PORT) \u0026\u0026 (active_port \u003d\u003d MV_APP_GMAC_PORT_1))\n {\n skb_old-\u003edata +\u003d MV_ETH_MH_SIZE;\n\nIn reference to b/33751089\n\nChange-Id: Ibd0c16737539fb9a8febcf2f39b5f925a2b6ad57\n" }, { "commit": "cc2c201067c613070ad79f4754c24ce9a490f48a", "tree": "2561b8c09265be8ea93ff77044d1135b2d2478c3", "parents": [ "15dfd4c69a9918d27d5ff5f97b2360d6d9b78eeb" ], "author": { "name": "David Ferruz", "email": "dferruz@marvell.com", "time": "Fri Dec 09 18:57:06 2016 +0100" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 22 07:35:31 2016 +0000" }, "message": "Marvell: MHSLPONLGCY-161 Wrong packet size when forwarding from mv_cph from WAN to LAN and vice-versa\n\n\"\"\"\nThere was an old bug in the CPU packet handling driver (mv_cph) when\nforwarding a broadcast packet from LAN to WAN and vice-versa which was\nnot removing the CRC from the original packet. The effect was the CRC of\nthe original packet was added to the payload and consequently the size\nof the final packet was 4 extra bytes.\n\"\"\"\n\nPatch applied by replacing their directories with ours:\n\"Source/Kernel/linux_feroceon/arch/\" -\u003e \"arch/\"\n\nIn reference to b/33751084\nChange-Id: If05ca347876676ca549e19d1b160537626375876\n" }, { "commit": "0d63790e9b116e0512dbc6d04c752868ee84089d", "tree": "963ae5bada72f7402b67753b727faa73eb48bdf6", "parents": [ "e5e669be04471bbde773495cb295d59543305c67" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 15 14:52:49 2016 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 15 14:54:10 2016 -0800" }, "message": "Add GFLT400 as option under CONFIG_MACH_GFLT110\n\nThe kernel has two parameters:\nCONFIG_MACH_GFLT110 and CONFIG_MACH_GFLT200.\n\nGFLT400 uses the same stuff as gflt110/gflt300 (board-gflt110.c)\nand so must be added as such\n\nChange-Id: Ib453c5be611a0016018379334154652f28281e48\n" }, { "commit": "e5e669be04471bbde773495cb295d59543305c67", "tree": "1d2e786267e55a1c79ce59a16dc921741dad3936", "parents": [ "15dfd4c69a9918d27d5ff5f97b2360d6d9b78eeb" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 15 12:23:26 2016 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Thu Dec 15 14:51:15 2016 -0800" }, "message": "GFLT400: Syncing boardID values with uboot\n\nWhen Marvell upgraded their SDK from RC32 -\u003e thunderbolt_v1, they added a\nnew ID. We did not upgrade the uboot half. This means the IDs are\nout of sync. Since uboot doesn\u0027t have this ID at all, we manually move\nthe extra one in the kernel to the end of list so that every other boardID\nstill lines up.\n\nChange-Id: Ic557a092fb7e1e48cba91b11b67402d07679aa25\n" }, { "commit": "15dfd4c69a9918d27d5ff5f97b2360d6d9b78eeb", "tree": "6d33d8eb2f5ac1513a960b0a1fa7c906685abc6b", "parents": [ "2d13a82f673578ed6bbdcd967ec7cb1f9516061f" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Tue Dec 06 13:05:25 2016 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Fri Dec 09 20:27:18 2016 -0800" }, "message": "gflt400: Configure both Ethernet MACs\n\nMatch uboot ethernet complex profile\nSee go/fibercl/82572\n\nChange-Id: If6594ff3eb058b6fbaa79dc53fdf1e405ef043cb\n" }, { "commit": "2d13a82f673578ed6bbdcd967ec7cb1f9516061f", "tree": "502386ccbcdf9bbb32e8e89211a7ef61dbbefd67", "parents": [ "907f2ac63bedb8f6688f6dead92ff73b68a93396" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Sat Dec 03 16:50:48 2016 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Fri Dec 09 18:07:28 2016 -0800" }, "message": "Updated SDK_2.7.25 from RC32 to thunderbolt_v1\n\nSDK_2.7.25-RC32 -\u003e SDK_2.7.25-thunderbolt_v1\n\n- diffed Marvells RC32 and thunderbolt_v1 Kernel SDK\n- replaced paths in diff file to match our folder structure\n - eg. delete \"/SDK_XXX/Source/Kernel/linux_feroceon\"\n- applied patch, manually merged the conflicts in 4 files\n - cpu/mvCpu.c\n - boardEnv/mvBoardEnvLib.c\n - boardEnv/mvBoardEnvSpec.c\n - boardEnv/mvBoardEnvSpec.c\n\nChange-Id: I838a3ac3c01479338609ba7644ac2f0609ccc3ee\n" }, { "commit": "907f2ac63bedb8f6688f6dead92ff73b68a93396", "tree": "01a5d138fc7e861e2bcb3df1d5ebee6fdf9fa92f", "parents": [ "8a40c4675227332cac06dd8cf79dcc30dfbf7b30" ], "author": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Mon Nov 28 17:35:11 2016 -0800" }, "committer": { "name": "Aaron Germuth", "email": "germuth@google.com", "time": "Fri Dec 09 16:16:42 2016 -0800" }, "message": "gflt400: initial support for Bolt\n\n- Add boardID / GPIOs\n- Add def_config (copied from gflt110)\n- Add convenience is_fiber_jack functions\n\nChange-Id: I89a5e2c9ead4cfa2d68fe7416a84407337677631\n" }, { "commit": "8a40c4675227332cac06dd8cf79dcc30dfbf7b30", "tree": "0ebc7162b7f2fd5b8aa157e7e728820e3fae75e4", "parents": [ "60541f04ea27df468a6ece2ef5c9610ec37060a8" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Wed Oct 26 13:01:27 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Fri Oct 28 16:08:20 2016 -0700" }, "message": "kernel/prism: Marvell patches for kernel/prism\n\nChange-Id: Ie97701dd7157f77c4f229724b75f8054011fa81a\n" }, { "commit": "60541f04ea27df468a6ece2ef5c9610ec37060a8", "tree": "781e9dd395f37a7d5dc5f8bd0ed4bbd3ab04046a", "parents": [ "a33dba97746a33ab648ef5d3208000dd9801ad26" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Oct 24 12:23:59 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Oct 24 12:31:28 2016 -0700" }, "message": "kernel/prism: revert flash lock GPIO fix on GFLT110\n\nChange-Id: I665600dcd22d5dbaa48c2e01eabcf3f756bdf624\n" }, { "commit": "a33dba97746a33ab648ef5d3208000dd9801ad26", "tree": "b9a437c7efc79ae7ccc8ee31de1c6775d1cc0a54", "parents": [ "dae9a11e889782e5f32f5eb067f94bb71c73525b", "e609432994ff56869570a233957d808767edf83d" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Oct 18 18:54:07 2016 +0000" }, "committer": { "name": "Gerrit Code Review", "email": "noreply-gerritcodereview@google.com", "time": "Tue Oct 18 18:54:07 2016 +0000" }, "message": "Merge \"kernel/prism: disable usermode helper hotplug\"" }, { "commit": "e609432994ff56869570a233957d808767edf83d", "tree": "b9a437c7efc79ae7ccc8ee31de1c6775d1cc0a54", "parents": [ "e54f731aed6139eb84c1787525f56ea65f152b79" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Oct 17 19:43:48 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Oct 17 19:55:14 2016 -0700" }, "message": "kernel/prism: disable usermode helper hotplug\n\nThe difference is ~38 seconds with /sbin/hotplug enabled and ~16\nseconds with it disabled. Over x2 boot time speed up!\n\nChange-Id: I3043e9ff4278838c618c803100568d8719822107\n" }, { "commit": "e54f731aed6139eb84c1787525f56ea65f152b79", "tree": "461ab381a68f2d6449cd439dcf7e7eff32942e12", "parents": [ "ae5c35dbc68c55b2285dceaecb01331d8e3184d4" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Fri Oct 14 19:18:45 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Sat Oct 15 02:40:27 2016 +0000" }, "message": "kernel/prism: care and feeding of the watchdog\n\nIt seems like we are being neglectful: Pet the watchdog once again\nbefore the SPI flash is initialized since we seem to be cutting it\npretty close to the timeout still.\n\nChange-Id: I4f6a50b2a1bbdc43a2c98f76bd340da9d840b846\n(cherry picked from commit dae9a11e889782e5f32f5eb067f94bb71c73525b)\n" }, { "commit": "dae9a11e889782e5f32f5eb067f94bb71c73525b", "tree": "461ab381a68f2d6449cd439dcf7e7eff32942e12", "parents": [ "4a28295ca19d2582d78a44c5e67c4f51718f260f" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Fri Oct 14 19:18:45 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Fri Oct 14 19:18:45 2016 -0700" }, "message": "kernel/prism: care and feeding of the watchdog\n\nIt seems like we are being neglectful: Pet the watchdog once again\nbefore the SPI flash is initialized since we seem to be cutting it\npretty close to the timeout still.\n\nChange-Id: I4f6a50b2a1bbdc43a2c98f76bd340da9d840b846\n" }, { "commit": "ae5c35dbc68c55b2285dceaecb01331d8e3184d4", "tree": "19e9e07a8c2234517e7b23979b5db7cde40208d4", "parents": [ "f421ba8713e0c9a5fe531aff8b6183299b4b2ecb" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Sep 27 14:41:48 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Sep 27 22:44:20 2016 +0000" }, "message": "kernel/prism: disable dying gasp on MPP20\n\nChange-Id: I9f9b13d32453e78bc033d89dd851551f982ecbea\n(cherry picked from commit 4a28295ca19d2582d78a44c5e67c4f51718f260f)\n" }, { "commit": "4a28295ca19d2582d78a44c5e67c4f51718f260f", "tree": "19e9e07a8c2234517e7b23979b5db7cde40208d4", "parents": [ "78450a9b1c8cb540d4c784571fff5adcf97bd670" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Sep 27 14:41:48 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Sep 27 14:41:48 2016 -0700" }, "message": "kernel/prism: disable dying gasp on MPP20\n\nChange-Id: I9f9b13d32453e78bc033d89dd851551f982ecbea\n" }, { "commit": "f421ba8713e0c9a5fe531aff8b6183299b4b2ecb", "tree": "d7707afd0066c6e9cfb99f197e14554589d7b49a", "parents": [ "13639123681e8cbdbcbf5ad77807a1a815e7a5a8" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Sep 12 13:49:35 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Sep 12 23:03:40 2016 +0000" }, "message": "kernel/prism: fix LOS alarm initial state\n\nThe Marvell GPON kernel driver does not properly clear the LOS alarm\nafter the board first boots. The Marvell kernel code will set the LOS\nalarm correctly if there is a real loss of signal alarm. So changing\nthe initial value seems to correct the problem.\n\nAddresses https://b/31153124\n\nChange-Id: If5ecad6fd7b410f2cca96e421c1359a3c9827662\n(cherry picked from commit 78450a9b1c8cb540d4c784571fff5adcf97bd670)\n" }, { "commit": "78450a9b1c8cb540d4c784571fff5adcf97bd670", "tree": "d7707afd0066c6e9cfb99f197e14554589d7b49a", "parents": [ "34d51d4b1b67fb9006b0e356eb2b5e2029513433" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Sep 12 13:49:35 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Sep 12 15:55:10 2016 -0700" }, "message": "kernel/prism: fix LOS alarm initial state\n\nThe Marvell GPON kernel driver does not properly clear the LOS alarm\nafter the board first boots. The Marvell kernel code will set the LOS\nalarm correctly if there is a real loss of signal alarm. So changing\nthe initial value seems to correct the problem.\n\nAddresses https://b/31153124\n\nChange-Id: If5ecad6fd7b410f2cca96e421c1359a3c9827662\n" }, { "commit": "13639123681e8cbdbcbf5ad77807a1a815e7a5a8", "tree": "c492374b70ca6332e99613dcd9dd7412a0e3aa7b", "parents": [ "3f205130d6c8d6ba879678b72f5c20600866f0d2" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Aug 02 11:58:55 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Aug 23 23:28:11 2016 +0000" }, "message": "kernel/prism: Update GPIOs for Chameleon EVT2\n\nAdd support for Dying Gasp.\nAdd reset button support and invert polarity.\nAdd GPON-specific TX_SD/TX_FAULT pins.\n\nChange-Id: Ieb64e517f916672c404713c2444980ce475248e6\n(cherry picked from commit 34d51d4b1b67fb9006b0e356eb2b5e2029513433)\n" }, { "commit": "34d51d4b1b67fb9006b0e356eb2b5e2029513433", "tree": "c492374b70ca6332e99613dcd9dd7412a0e3aa7b", "parents": [ "3f205130d6c8d6ba879678b72f5c20600866f0d2" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Aug 02 11:58:55 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Aug 08 19:21:24 2016 -0700" }, "message": "kernel/prism: Update GPIOs for Chameleon EVT2\n\nAdd support for Dying Gasp.\nAdd reset button support and invert polarity.\nAdd GPON-specific TX_SD/TX_FAULT pins.\n\nChange-Id: Ieb64e517f916672c404713c2444980ce475248e6\n" }, { "commit": "3f205130d6c8d6ba879678b72f5c20600866f0d2", "tree": "ad170a5458028398352320ef0d0d23c0de627cc3", "parents": [ "ef864abc2ae2bf261d52c35df1b331efc441e5b2" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Tue May 17 16:30:48 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Tue May 17 16:30:48 2016 -0700" }, "message": "Fixed GFLT300 xvr power.\n\nChange-Id: I7ae9258873f98be0ffdb5148c1ca54ead43ccd84\n" }, { "commit": "ef864abc2ae2bf261d52c35df1b331efc441e5b2", "tree": "f9205c8b413cce8629bb7df6ad52fa0e278c8911", "parents": [ "712f4bde0195d5976f856942a23fd4a7e40a2e65" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Tue May 10 18:57:36 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Wed May 11 13:29:46 2016 -0700" }, "message": "Added parsing PLOAM msg and generating sysfs:gpon/misc/laserChannel\n\nChange-Id: Ie5a70fe7034be45cd398ce448790f64d03b76ec4\n" }, { "commit": "712f4bde0195d5976f856942a23fd4a7e40a2e65", "tree": "46ea0d0eb17cca3ffcaede04958a14a8365059a5", "parents": [ "07e0aa226cd627380005546b11d2450a2f39d864" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon May 09 15:05:24 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon May 09 15:31:04 2016 -0700" }, "message": "kernel/prism: add support for PON-ID PLOAM message\n\nChange-Id: I07adb3deab5bf839440c78d51655e7ace5e83130\n" }, { "commit": "07e0aa226cd627380005546b11d2450a2f39d864", "tree": "d0bf89627a450d2c745150f953c6f1671b228eb3", "parents": [ "eabc03b372d35dd56de703986dd14e9db7f3706a" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Wed May 04 18:43:32 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Wed May 04 19:12:51 2016 -0700" }, "message": "Watchdog and GPIO update for initial optical stack\n\nChange-Id: Ib843a07de4405f03f25fbce6094bee0cd17e6014\n" }, { "commit": "eabc03b372d35dd56de703986dd14e9db7f3706a", "tree": "59d9847b6cee852436c6acc9d843253e748eeb89", "parents": [ "c202bf0109a5f021175f4044de02ef208c9cdbee", "2eee782446ec6b24214a16cfca9e9d3b828abaca" ], "author": { "name": "Duane Snider", "email": "sniderd@google.com", "time": "Fri Apr 22 20:18:02 2016 +0000" }, "committer": { "name": "Gerrit Code Review", "email": "noreply-gerritcodereview@google.com", "time": "Fri Apr 22 20:18:02 2016 +0000" }, "message": "Merge \"Added GFLT300 support to PON_TX_DIS_L, POW_PWR_EN GPIOs.\"" }, { "commit": "c202bf0109a5f021175f4044de02ef208c9cdbee", "tree": "2085c21015d5e54ab0cfc282c04508dabe5f539b", "parents": [ "ad9bf64836f93f560903487715ba912538375177" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Wed Apr 20 17:11:14 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Thu Apr 21 16:54:35 2016 -0700" }, "message": "Corrected GFLT110 output enable GPIOs.\n\nChange-Id: I0ed54448bf91ee61311d5ec19ab368a700c5e100\n" }, { "commit": "2eee782446ec6b24214a16cfca9e9d3b828abaca", "tree": "bc2fbc475ebc8f4469734f04798e132421ae556d", "parents": [ "ad9bf64836f93f560903487715ba912538375177" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Tue Apr 19 09:41:16 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Wed Apr 20 17:00:24 2016 -0700" }, "message": "Added GFLT300 support to PON_TX_DIS_L, POW_PWR_EN GPIOs.\n\nChange-Id: I8f5ad59b1c4ca033f1fe2ed9df71ff6f2d0077d6\n" }, { "commit": "ad9bf64836f93f560903487715ba912538375177", "tree": "f9247d425b583c4c40c43e9d0be52b986076afbc", "parents": [ "45efefc5a8e1286018d1a3882dd7f73a4588ac5c" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Fri Apr 15 15:22:52 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Fri Apr 15 15:47:16 2016 -0700" }, "message": "Added GFLT300 led driver support\n\nChange-Id: I8bc6d9f7ca905a90385009db2abc7eb7b64628fe\n" }, { "commit": "45efefc5a8e1286018d1a3882dd7f73a4588ac5c", "tree": "71f2b1ddf743c1d0521f2b71136d2b14731a4539", "parents": [ "ab49af7ec3f77d0a82dceb5cd4271ed7132d3ebd" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Thu Apr 14 16:25:03 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Thu Apr 14 18:20:43 2016 -0700" }, "message": "Revert \"kernel/prism: initial support for GFLT300\"\n\nWe figured out a way to get real hardware board version detection\nworking so this commit is no longer necessary.\n\nThis reverts commit 5c42569eddd35d5d9c7f6e37e13a73355875dd88\n\nChange-Id: I4b4eaf1d2de2f3bbd4151ddf2e6cb5142b5b5d81\n" }, { "commit": "ab49af7ec3f77d0a82dceb5cd4271ed7132d3ebd", "tree": "e1a33687d53b73cc11591f28e6a011cac62e83b4", "parents": [ "5c42569eddd35d5d9c7f6e37e13a73355875dd88" ], "author": { "name": "sniderd", "email": "sniderd@google.com", "time": "Tue Apr 12 18:05:56 2016 -0700" }, "committer": { "name": "sniderd", "email": "sniderd@google.com", "time": "Thu Apr 14 17:26:59 2016 -0700" }, "message": "Initial port from uboot\n\nChange-Id: Ib3ca728f9da6a290848457c3cf5b2887ccd276c1\n" }, { "commit": "5c42569eddd35d5d9c7f6e37e13a73355875dd88", "tree": "cb3721d7ac38bd977a3c63f69f52a7bef904af4a", "parents": [ "cf0f678da0dfe300600ea433a195fb0a0d29d082" ], "author": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Mon Mar 21 13:42:40 2016 -0700" }, "committer": { "name": "Chris Gibson", "email": "cgibson@google.com", "time": "Tue Mar 22 18:44:27 2016 -0700" }, "message": "kernel/prism: initial support for GFLT300\n\nColor FiberJack (cFJ) is the new FiberJack being developed for the\nGo-Long project. It is based on the GFLT110 SoC (Marvell 88F6601).\n\nChange-Id: Id3ca9ec996ad377f5ba1857b79e3959ff8f647f4\n" }, { "commit": "cf0f678da0dfe300600ea433a195fb0a0d29d082", "tree": "73ab0703301335b11dfd8a81d4a11c1cbebb9bb1", "parents": [ "af24babe68cec66e322149e7028ffef0d77428f1" ], "author": { "name": "Ed James", "email": "edjames@google.com", "time": "Fri Aug 21 07:37:21 2015 -0700" }, "committer": { "name": "Ed James", "email": "edjames@google.com", "time": "Tue Aug 25 10:18:56 2015 -0700" }, "message": "gflt110: more power saving tweaks\n\n\t* try to mask interrupts before WFI\n\t* enable /proc/mv_pm/* for testing\n\nChange-Id: I72908c9ba32e2525974f876aeeef51544a8613e8\n" }, { "commit": "af24babe68cec66e322149e7028ffef0d77428f1", "tree": "d00e4666c3c7628e1c4cb4328fc196941e6c3cc8", "parents": [ "42107d4eb29e8642f8875effce2fb6e586e0f711" ], "author": { "name": "Ed James", "email": "edjames@google.com", "time": "Fri Aug 14 10:10:05 2015 -0700" }, "committer": { "name": "Ed James", "email": "edjames@google.com", "time": "Fri Aug 14 10:10:05 2015 -0700" }, "message": "gflt110: put CPU in sleep mode on halt -p (called from poweroff)\n\n\t* reduces running temp of SOC from ~125F to ~95F\n\t* b/19164891\n\nChange-Id: I8c2780ef0e7f292ae345f19bb19f62afec9cbf1f\n" }, { "commit": "42107d4eb29e8642f8875effce2fb6e586e0f711", "tree": "da00f75b2e9641ef139960fde78e4e7857e32070", "parents": [ "19b15d02fca3e8d7e401b5ef525e97991f744364" ], "author": { "name": "Ed James", "email": "edjames@google.com", "time": "Mon May 11 13:16:45 2015 -0700" }, "committer": { "name": "Ed James", "email": "edjames@google.com", "time": "Thu May 14 10:40:45 2015 -0700" }, "message": "gflt110: add PRINTK_PERSIST, EARLY_PRINTK\n\n\t* lifted from kernel/bruno\n\t* also a fix for lots of warnings\n\nChange-Id: I276358c57d631d79f40e4bc7288488c59adc78f0\n" }, { "commit": "19b15d02fca3e8d7e401b5ef525e97991f744364", "tree": "90846b33ad9bc42dd51eda6156fc4ccda82395d4", "parents": [ "f21c46db0ffb47e17a5670d9eb224ed7e101a28f", "cbff2ef0a8e169aa5d5aa2a75e55514b8cf5e1b4" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Feb 05 10:17:02 2015 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Feb 24 09:29:35 2015 -0800" }, "message": "Merge branch \u0027rc14\u0027 into merge.rc24\n\nChange-Id: I900e1b97988c4b6bdb6b0b6d49089e7cb0c2d657\n" }, { "commit": "cbff2ef0a8e169aa5d5aa2a75e55514b8cf5e1b4", "tree": "99de91a1ff26f2890f121e7e541d1baa3220a01e", "parents": [ "72fe34aa3b1a4326cca467a4ac2beb7edc74fc47" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Feb 05 10:10:03 2015 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Feb 05 10:10:03 2015 -0800" }, "message": "Update to SDK_2.7.25-RC24\n\n rm -rf *\n cp -prf ~/marvel/kernel.rc24/* .\n git add -Af .\n git commit\n\nChange-Id: Ie46d551d08dce04555dc59178f848ea10db51b2e\n" }, { "commit": "f21c46db0ffb47e17a5670d9eb224ed7e101a28f", "tree": "e479ea4c81fae49607b1496e9061548c4f635c93", "parents": [ "c453d0522670be10d15bc0c7ba863a2defb99324", "72fe34aa3b1a4326cca467a4ac2beb7edc74fc47" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Oct 09 09:02:09 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Oct 09 12:55:04 2014 -0700" }, "message": "Merge branch \u0027rc22\u0027 into merge_rc22\n\nChange-Id: Ief83e5c1e202a74cf633a8c774df5ae6978a2767\n" }, { "commit": "72fe34aa3b1a4326cca467a4ac2beb7edc74fc47", "tree": "91b822da23ac326a176c4ecebb8460798e02268c", "parents": [ "356cbe8aaef00e07146fd0bd8975874d4f0f04c2" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Oct 09 08:56:37 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Oct 09 08:56:37 2014 -0700" }, "message": "Update to SDK SDK_2.7.25-RC22\n\n \trm -rf *\n \tcp -prf ~/marvel/SDK_2.7.25-RC22/Source/Kernel/linux_feroceon-KW2/* .\n\tgit add -Af .\n\tgit commit\n\nChange-Id: Ie25046738df9e6e3d4646b7fd96dd5bc2ba7268a\n" }, { "commit": "c453d0522670be10d15bc0c7ba863a2defb99324", "tree": "2d331ffd92474dd1efc3747829567a00010db7f6", "parents": [ "089cfb67bfa484b4ff7e69715a088130268dc3d7" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jun 30 10:34:07 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jul 01 10:13:19 2014 -0700" }, "message": "Set the led brightness using PWM all the time.\n\nThis change sets the led brightness using PWM, there will be a\nforthcoming change in userland that blinks the led in software.\n\nChange-Id: I7899d611490ba40bc6b936a785846ef3a00fb11c\n" }, { "commit": "089cfb67bfa484b4ff7e69715a088130268dc3d7", "tree": "b02ade80f6daedf9697d6fd467f6407cdd373570", "parents": [ "c100c7a25f30f342c8424d0d9fa2b507287be988", "356cbe8aaef00e07146fd0bd8975874d4f0f04c2" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon May 05 10:17:15 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon May 05 10:18:10 2014 -0700" }, "message": "Merge branch \u0027rc14\u0027 into merge.rc14\n\nChange-Id: I69cc4ccc853d44caf185ff4eb0c588f4c3b5660b\n" }, { "commit": "356cbe8aaef00e07146fd0bd8975874d4f0f04c2", "tree": "fa96906c1e32eb2e6476547e584e63801e1e05b4", "parents": [ "b8244b43e2c2471c1bf89448a002d432b3a47600" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon May 05 10:13:28 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon May 05 10:13:28 2014 -0700" }, "message": "Update to SDK_2.7.25-RC14\n\n rm -rf *\n cp -prf ~/marvel/kernel.rc14/* .\n git add -Af .\n git commit\n\nChange-Id: Ibb9a1fa3888768bec9ead964b7e1f724973f0381\n" }, { "commit": "c100c7a25f30f342c8424d0d9fa2b507287be988", "tree": "79e69384df5032c4fb820a4be42a69b3defc15bd", "parents": [ "9f45473991d1900f19b425486aaa365c99ff3feb", "b8244b43e2c2471c1bf89448a002d432b3a47600" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Apr 02 10:31:57 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Apr 02 10:32:36 2014 -0700" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/vendor_drops\u0027 into merge_rc13\n\nChange-Id: I57f5bc36b6433ccb4514e6a131af2d1f022968cc\n" }, { "commit": "b8244b43e2c2471c1bf89448a002d432b3a47600", "tree": "7dfae22692eb2d0f534382aac45e77897424b329", "parents": [ "a8c2894cf7bca47c1aa2e67a6ab0f5fef9970f99" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Apr 01 11:25:38 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Apr 02 07:29:52 2014 -0700" }, "message": "Patch RC13.2 from Marvell.\n\n- Another fix for ALU ranging issue:\n Change timing of PLOAM messages.\n\nChange-Id: I894c461a1227374e61ef0cff28e153ffd696003d\n" }, { "commit": "a8c2894cf7bca47c1aa2e67a6ab0f5fef9970f99", "tree": "c585cf8d48c423328aa115c013129c912d64196a", "parents": [ "276d6ad75799785bb88334740e2b677b0d60e7e0" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Mar 31 12:43:20 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Apr 02 07:28:10 2014 -0700" }, "message": "Patch RC13.1 from Marvell.\n\n- Fix Adtran interop issue.\n- Randomize equalization delay to try to fix ALU issue.\n\nChange-Id: I6e608e4b720c6179cd793169c5ca4a6332c21095\n" }, { "commit": "276d6ad75799785bb88334740e2b677b0d60e7e0", "tree": "feacce81fe504a8a9b1c802cfca364a5ce02af6f", "parents": [ "813a5ea3c2a0ca96b6fe1fd1066942fe0303852b" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Mar 28 12:29:36 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Mar 31 12:41:59 2014 -0700" }, "message": "Update to SDK_2.7.25-RC13\n\n rm -rf *\n cp -prf ~/marvel/kernel.rc13/* .\n git add -Af .\n git commit\n\nChange-Id: I8af78675ba0575de3d62ae19514a847dc2461c03\n" }, { "commit": "9f45473991d1900f19b425486aaa365c99ff3feb", "tree": "8a1e7ae99b21474e777a53d4ea27029dbdc50541", "parents": [ "192d62398d0cf08087841734ecb184efa6b75ff4" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Mar 12 08:45:38 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Mar 12 08:45:38 2014 -0700" }, "message": "Read the PON stats from the PON Mib registers.\n\nReading PON stats from the ethernet registers surprisingly results in\nincorrect results!\n\nChange-Id: I59e086239a81c28c8651e767775acacef7fdf4cc\n" }, { "commit": "192d62398d0cf08087841734ecb184efa6b75ff4", "tree": "be901576b85029ebd6b2b270a417c3522b131700", "parents": [ "67721da111c0caa68f6efa64b6f218a280bfc30f" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Mar 11 12:40:49 2014 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Mar 11 12:55:24 2014 -0700" }, "message": "Export more MIB counters for the UNI and ANI.\n\nChange-Id: I98cdf669a8c077dbd6326d255d620cbb42081ac3\n" }, { "commit": "67721da111c0caa68f6efa64b6f218a280bfc30f", "tree": "1c291eea494e8fe2d9fc576199043d75b87675cd", "parents": [ "57dc7c10dc59ade9dccc395108946be3dd833a5e" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Mar 04 11:15:31 2014 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Mar 04 11:24:17 2014 -0800" }, "message": "Export temperature to sysfs.\n\nAlso run \u0027make oldconfig\u0027 to properly update the config file.\n\nChange-Id: Ibc3467f19a9fb5516f9aeb2d24e579c081a8e9af\n" }, { "commit": "57dc7c10dc59ade9dccc395108946be3dd833a5e", "tree": "aff9fdfc95a08f056960ca5f4e85596e28d62afa", "parents": [ "60d033305d4211ca47db2aa35654a4fdc24d4bed", "813a5ea3c2a0ca96b6fe1fd1066942fe0303852b" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Jan 15 08:20:10 2014 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Jan 15 08:20:20 2014 -0800" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/vendor_drops\u0027 into merge_rc11.3\n\nChange-Id: Ibdf93626acf566c18622a468b0ed1077a0fed1b1\n" }, { "commit": "813a5ea3c2a0ca96b6fe1fd1066942fe0303852b", "tree": "50ebec0b564163b65512e0fa16d3ae29b8c51c14", "parents": [ "cc0819c19d17cfae4ee9100aa1f530a147baf408" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jan 14 12:56:44 2014 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jan 14 13:06:12 2014 -0800" }, "message": "Update to SDK_2.7.25-RC11\n\n\trm -rf *\n cp -prf ~/marvel/kernel.rc11/* .\n git add -Af .\n git commit\n\nChange-Id: I617d1ab00d338605a405b613ab4af3205b9d98d9\n" }, { "commit": "60d033305d4211ca47db2aa35654a4fdc24d4bed", "tree": "6b910e244d733852fdb89236d656338e7c2aa865", "parents": [ "cf97b1e5a40b4bba8668e24c4e2439373de0c444", "cc0819c19d17cfae4ee9100aa1f530a147baf408" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 17:56:15 2013 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Nov 05 07:59:42 2013 -0800" }, "message": "Merge branch \u0027merge9\u0027 into mergetomaster\n\nChange-Id: I5fea395864af865c62048f74cbef61f01612051f\n" }, { "commit": "cc0819c19d17cfae4ee9100aa1f530a147baf408", "tree": "8afcb4f77ee4443a3c342bb8bfcd515b8b86ac1c", "parents": [ "8c42f862fa1eab6822e515445d921472d8797024" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 17:44:20 2013 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 17:44:20 2013 -0800" }, "message": "Update to SDK_2.7.25-RC9\n\n\tcp -prf ~/ljn/marvel/kernel.rc5/* .\n\tgit add -Af .\n\tgit commit\n\nChange-Id: Ic84ca131cdbbfaddf7560a4d7a0c93939f9d9c4a\n" }, { "commit": "cf97b1e5a40b4bba8668e24c4e2439373de0c444", "tree": "9b111641483293237f0152aa0de69209b841a1bd", "parents": [ "80a140993e87c3c9644a64a47df32706a510dfad" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 09:43:37 2013 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 10:03:18 2013 -0800" }, "message": "Enable watchdog in gflt110 kernel config.\n\nChange-Id: I4500ad8aab260a7f1217e7679ea34507922da9e3\n" }, { "commit": "80a140993e87c3c9644a64a47df32706a510dfad", "tree": "406211aaecaaca7ae6cd8dcd054e93d779ee05f8", "parents": [ "48b0c2d52ed8904dcabcee912420405fd71b9549", "e9d77b00f7f32726ee086909555fb81f32607842" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 08:27:07 2013 -0800" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Nov 04 08:27:07 2013 -0800" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/prism_dev\u0027 into mergeprism2\n" }, { "commit": "48b0c2d52ed8904dcabcee912420405fd71b9549", "tree": "058be2355a72e1227ee42bea2bd399a81303a670", "parents": [ "45752d45d040594a5e68f881f5bdb29c52bbe698" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Oct 09 10:16:52 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Oct 24 13:39:15 2013 -0700" }, "message": "Add ability to read some mib values.\n\nThe code from marvel only writes mib stat values to the console which\nis less than useful. Provide a way to read the stats we care about.\n\nChange-Id: I28766441e1004de2e34623e44a5f1c9f2bcd4a04\n" }, { "commit": "45752d45d040594a5e68f881f5bdb29c52bbe698", "tree": "7a9deb3454eb3fb2853e214dcbf663c55d28fb38", "parents": [ "72d6d2bbbab2e0b9de260a08fa317a379b345e17" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Oct 14 14:58:45 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Oct 18 10:27:30 2013 -0700" }, "message": "Use sem to protect pon initialization.\n\nSomething from user space is calling to the init the pon twice, and that\nleads to a very unhappy kernel. Only let start be called one at a time.\n\nChange-Id: Id1c030ba8d4205aae85142f8e6ae4e95b5a837dc\n" }, { "commit": "72d6d2bbbab2e0b9de260a08fa317a379b345e17", "tree": "b5b1ac8ac5bdc08ee82a4d089dc3fa1ca4450ccc", "parents": [ "7a277a44d0aec118462f95aa1fc51ec7d40da03a", "8c42f862fa1eab6822e515445d921472d8797024" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Oct 15 12:48:09 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Oct 18 09:03:57 2013 -0700" }, "message": "Merge branch \u0027drop8\u0027 into merge8\n\nChange-Id: I88df2af9ce53bbcf0fe8bd78b64666423820d71d\n" }, { "commit": "8c42f862fa1eab6822e515445d921472d8797024", "tree": "e4c16cb1eba037b9e01609547c0ac5d37bb554bd", "parents": [ "99344c12183aa705c7c123744abd4972f161a2c4" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Oct 15 12:32:04 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Oct 15 12:32:04 2013 -0700" }, "message": "Update to SDK_2.7.25-RC8\n\n\tcp -prf ~/ljn/marvel/kernel.rc8/* .\n\tgit add -Af .\n\tgit commit\n\nChange-Id: I697e70069b9c18587c549f0dfeb63a55941458a0\n" }, { "commit": "e9d77b00f7f32726ee086909555fb81f32607842", "tree": "1eb2bc581770379694f54d128d544eb7dfce0a82", "parents": [ "b52e3145937e0f17dbb9388f99bf7c9f3f44fbab" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Oct 11 19:00:59 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Oct 11 19:00:59 2013 -0700" }, "message": "watchdog: orion: kicked watchdog when running from boot.\n\nAlso printed the time remaining before the kick to keep an eye on the margin.\n\nChange-Id: Iab4191836cc8cb2a8722c4c97443d66047c4be1a\n" }, { "commit": "7a277a44d0aec118462f95aa1fc51ec7d40da03a", "tree": "f8ca16b186b0ccfa9bd036ff996e6415c821b8a9", "parents": [ "dbb415ed05d5cea3d84dec3400669fb4f9b4c727" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 26 07:56:20 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 26 09:31:17 2013 -0700" }, "message": "Add led driver for gflt110.\n\nBased on board-gflt200.c\n\nChange-Id: Ifc14fb3fff2cd19d4184575248706be04f409ee5\n" }, { "commit": "b52e3145937e0f17dbb9388f99bf7c9f3f44fbab", "tree": "888e39c4000e1dcdf0ea6522b839ee5087e6104e", "parents": [ "d801ce99fba3496877e202269c0a867134c1a512" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Sep 20 18:35:27 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Sep 20 19:02:01 2013 -0700" }, "message": "gflt200: exposed pon-pwr-en and pon-tx-dis through sysfs.\n\nAlso added the following links to the /sys/class/gpio/gpioN exports:\n\n/sys/devices/platform/board/power-enable\n/sys/devices/platform/board/tx-disable\n\nChange-Id: Id87e610eb5b9d38a0f12db2239b503a7a7f69a32\n" }, { "commit": "d801ce99fba3496877e202269c0a867134c1a512", "tree": "d52ed4b5bc344089ff54d4256e70bd3d6438ad0b", "parents": [ "1bd16b3847dd63c5c53e8a37f571e586a9d3adb1" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Sep 20 18:34:24 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Sep 20 18:34:24 2013 -0700" }, "message": "gflt200: enabled gpio sysfs.\n\nChange-Id: Ib7b345cc629db94d18d5f44263c3e2d856f0c8d4\n" }, { "commit": "1bd16b3847dd63c5c53e8a37f571e586a9d3adb1", "tree": "cd67acdba6f46e098cb7cf3affd0acf035a4ef0b", "parents": [ "a776c2a91c7e6ca3139f24baf39d7ec3433b7618" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Sep 19 19:11:27 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Sep 19 19:11:27 2013 -0700" }, "message": "prism: fixed evt2 gpio config for blue system led.\n\nIt should be output-hi, not input.\n\nChange-Id: I1076a16417c42dda31e685449f17b2c16489a991\n" }, { "commit": "dbb415ed05d5cea3d84dec3400669fb4f9b4c727", "tree": "4575c9690d75fa47b62d9bbb652d3131d16ad644", "parents": [ "b039f01b229423950d516e553f5f4a69e29ac5cd" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 19 10:08:43 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 19 10:08:43 2013 -0700" }, "message": "Change MPP settings to leave LED RED.\n\nLeave the status RED at boot.\n\nChange-Id: I47bb3f373bb8b7775d8863cfe87578008bb35c12\n" }, { "commit": "b039f01b229423950d516e553f5f4a69e29ac5cd", "tree": "d9734d4ac31c172a2343a170221745c17d4b6f88", "parents": [ "32215ec004c06aa1c49d101dfe8947d6c41dbf91" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 19 09:24:45 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Sep 19 09:25:35 2013 -0700" }, "message": "Fix LED MPP settings.\n\nChange the MPP settings to match uboot.\n\nChange-Id: Ieb6e19289943c4515a875465fa8130a078037e8f\n" }, { "commit": "32215ec004c06aa1c49d101dfe8947d6c41dbf91", "tree": "1976f3cb263f2fbabe538d787dc5e8c1226e221c", "parents": [ "b6710b231b55f29c92a63699366e3bc679a03b10", "a776c2a91c7e6ca3139f24baf39d7ec3433b7618" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Sep 11 09:52:42 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Sep 11 11:26:56 2013 -0700" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/prism_dev\u0027 into squeeze\n\nChange-Id: I6403514e2bb6aa7eada7056ff0d4867e338f1495\n" }, { "commit": "a776c2a91c7e6ca3139f24baf39d7ec3433b7618", "tree": "151d6ea92cfc00fd507144b32fd878f230c2bdf4", "parents": [ "aebb3f2d0016351448e0b3d71c0034aeda6cdeda" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:45:51 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Mon Sep 09 16:35:44 2013 -0700" }, "message": "prism: added system blue and red gpio-leds with blink support.\n\nTo avoid glitching, blink is configured only when both the on and off durations\nare non-zero.\n\nChange-Id: I511183edb49b24dfd5c417e9c9ac88e0aeb74714\n" }, { "commit": "aebb3f2d0016351448e0b3d71c0034aeda6cdeda", "tree": "ef4e0b4cc1da7fc077d7c23796f8bf84730d4797", "parents": [ "f33c4d3d485c079d72cd3201855800b9b000191c" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:40:41 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:40:41 2013 -0700" }, "message": "prism: enabled the system red led.\n\nAnd disabled the system blue LED.\n\nChange-Id: I9dcdd5e87f97c4232b3e11da5373ab0a8075d565\n" }, { "commit": "f33c4d3d485c079d72cd3201855800b9b000191c", "tree": "c0b90dfb0043a216fe97a1ee28421a827b8180d6", "parents": [ "a2e60492d6eabfcb2343d3f93def2830e5fcb412" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:39:36 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:39:36 2013 -0700" }, "message": "prism: enabled the leds-gpio driver and the timer trigger.\n\nChange-Id: I545ef99cc86cbfa41cf67b627b731271b2e16703\n" }, { "commit": "a2e60492d6eabfcb2343d3f93def2830e5fcb412", "tree": "a47271a9dfd83eb711ff96a520e36283bdd9b3e7", "parents": [ "a8882f990c4e78e7093e227bc078e578379f2035" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:35:31 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Sep 04 11:35:31 2013 -0700" }, "message": "leds: added config to prevent clobbering brightness when setting a trigger.\n\nThis can be used to switch from a trigger to brightness control, or between\ntriggers, without glitching the LED.\n\nChange-Id: I5bdedf70c798c60ed6391c7264911b3b54e7e357\n" }, { "commit": "a8882f990c4e78e7093e227bc078e578379f2035", "tree": "be3a05749c908f331b9c0e54d4d4cc8ab96c8b3a", "parents": [ "9899b2e0c6f286cb5b58963ddbb883d83b763fa2" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:41:43 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:55:35 2013 -0700" }, "message": "prism: enabled pcf8523 rtc.\n\nChange-Id: I0a3cb957d370803ea57de538e5910383ab7a4f04\n" }, { "commit": "9899b2e0c6f286cb5b58963ddbb883d83b763fa2", "tree": "ccec40a0f7139c895de5f0d3a349d0be667c3ff0", "parents": [ "b73f21f67e7756e9b96bfc5a8a58cffe68960684" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:39:36 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:55:34 2013 -0700" }, "message": "feroceon-kw2: made built-in rtc conditional on config option.\n\n88F6601 doesn\u0027t have a built-in RTC.\n\nChange-Id: Ic1e242cfc257f58c892d1ca2a740f26791199af7\n" }, { "commit": "b73f21f67e7756e9b96bfc5a8a58cffe68960684", "tree": "12e8a06fd507c79543fd81a9ebb9eb14a9a703e2", "parents": [ "4dda260ecd101b2aa34f6df55bd1e9da05d1358f" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:35:54 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:55:34 2013 -0700" }, "message": "rtc: pcf8523: fixed month conversion.\n\nPCF8523 encodes months as 1 - 12, but struct rtc_time encodes months as 0 - 11.\n\nChange-Id: I4b3cdf337b32f9a57b94b302130956687deb8c7e\n" }, { "commit": "4dda260ecd101b2aa34f6df55bd1e9da05d1358f", "tree": "e4d29da2a386f7d4588f89328a65759a9ba3cf88", "parents": [ "64c39034aafe93f10eec974bd849eb8ba28b845b" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:34:22 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:55:34 2013 -0700" }, "message": "rtc: pcf8523: adapted for 2.6.32 kernel.\n\nChange-Id: Idbe11f14999180ad0f78fb9abf6552e24d957c73\n" }, { "commit": "64c39034aafe93f10eec974bd849eb8ba28b845b", "tree": "86cba4d73c25127fc8d296cb693bb5959d56f8a9", "parents": [ "ea1ff49312eb7295a50b014b4f27886c9238ca5f" ], "author": { "name": "Thierry Reding", "email": "thierry.reding@avionic-design.de", "time": "Mon Dec 17 16:02:44 2012 -0800" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Aug 29 15:55:30 2013 -0700" }, "message": "rtc: add NXP PCF8523 support\n\nAdd an RTC driver for PCF8523 chips by NXP Semiconductors. No support is\ncurrently provided for the alarm and interrupt functions. Only the time\nand date functionality is implemented.\n\nChange-Id: I318e14131416dafc7ad57cf0abe1e276823b7b5b\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n" }, { "commit": "ea1ff49312eb7295a50b014b4f27886c9238ca5f", "tree": "f890e08707f152cb798c9f2c82bbb7c233e84fd2", "parents": [ "a444f3cb29167a2d9b0c880e344e2e71647202bf" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Sat Aug 24 16:43:33 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Sat Aug 24 18:04:30 2013 -0700" }, "message": "prism: more evt2 gpio config.\n\n- pon_pwr_en is active high.\n- pon_led_{blue, red} is connected to GPIO {9, 10}.\n- dolos_detect is connected to GPIO 27.\n\nChange-Id: I8c9512da5363ebb4680654ba62a7783029a0f4a9\n" }, { "commit": "b6710b231b55f29c92a63699366e3bc679a03b10", "tree": "0d2fb4d44365d81e65ec430ad129d40e77e9d8a4", "parents": [ "c28a239af2e3c1b5bfbd70ed92f16ba422b96501" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Aug 21 09:50:19 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Wed Aug 21 10:54:38 2013 -0700" }, "message": "Update gflt110_defconfig from oldconfig.\n\nUpdated some options from the new Kernel config\nfile from R2.7 SDK and then ran:\n\nmake oldconfig ARCH\u003darm\n\nChange-Id: Ia1a99bea04d6752a271fd940ec92c562f6d9c17b\n" }, { "commit": "a444f3cb29167a2d9b0c880e344e2e71647202bf", "tree": "050f6fbaff09df3f65458536315a15eff3d63252", "parents": [ "4b14254c8aeb0431f7eb148695ddb81649c5b90e" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 20 15:11:19 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 20 15:11:19 2013 -0700" }, "message": "prism: enabled orion watchdog.\n\nChange-Id: I6c2d22b72a1e34fed57f9939eb2683ac0f197398\n" }, { "commit": "4b14254c8aeb0431f7eb148695ddb81649c5b90e", "tree": "8ece3cc6890ab7305909feafb04285f09b0b0244", "parents": [ "c9d933dd58bf749cf7e562816e32b18522c61bed" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 20 15:09:40 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 20 15:09:40 2013 -0700" }, "message": "watchdog: orion: make available on feroceon-kw2 arch.\n\nChange-Id: I869c48aeaa65ccb6f7897a470c4e3b11db752169\n" }, { "commit": "c28a239af2e3c1b5bfbd70ed92f16ba422b96501", "tree": "e576f967f21e3d1a1a9716e6a17989f23e954cb5", "parents": [ "86c1866a95d8861a00413a1df6d99f6ba9c7037e", "99344c12183aa705c7c123744abd4972f161a2c4" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Aug 16 08:07:43 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Aug 16 08:09:22 2013 -0700" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/vendor_drops\u0027 into merge27\n\nChange-Id: I5320ae0ac8cca5ce01cb266c14c585a461da07ff\n" }, { "commit": "99344c12183aa705c7c123744abd4972f161a2c4", "tree": "4664c86effa29c30d6cfa637c5b5cb0c996287fe", "parents": [ "a0a7b11dc4037f5da7c996325e27eebf8965ad0f" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Aug 16 07:32:26 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Aug 16 07:32:26 2013 -0700" }, "message": "Update to SDK_2.7.25-RC5\n\ncp -prf ~/ljn/marvel/kernel.rc5/* .\ngit add -Af .\ngit commit\n\nChange-Id: I11888b46c3d8af9ebba5a77c64898b67cad06f57\n" }, { "commit": "c9d933dd58bf749cf7e562816e32b18522c61bed", "tree": "fae66de10cf92f83643ef616b55b302ef5ac18f8", "parents": [ "86c1866a95d8861a00413a1df6d99f6ba9c7037e" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 13 21:07:31 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Aug 13 21:07:31 2013 -0700" }, "message": "prism: mux ge leds to gpio function.\n\nThis avoids clobbering the bootloader\u0027s initialization of the GE LEDs.\n\nChange-Id: If74c10330f1f3ab7fedf6ccb6dd2b6ddcc24ed60\n" }, { "commit": "86c1866a95d8861a00413a1df6d99f6ba9c7037e", "tree": "a5b22c92c6085a4c910dd8bd5157c63b550f0993", "parents": [ "63f4e89062137aaa3f24330e54ccceecda5c0bb0" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jun 18 13:53:09 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Thu Aug 01 14:09:17 2013 -0700" }, "message": "Printk and command line changes.\n\nIncrease the kernel buffer size for printk\nto 1MB.\n\nDISABLE! PRINTK_PERSIST, the kernel hangs at boot\nwhen this is actually enabled so leaving it off.\nWill look at what\u0027s going on with that later.\n\nCopy how MIPS does command line handling. If\nCMDLINE_BOOL is set to y, then append the baked in\ncommand line to the command line from the bootloader.\nIf CMDLINE_OVERRIDE is also set, then only use the\nbaked in command line.\n\nChange-Id: Ia647a2e84ce44b6d684dd038626bba9b72ffcc7f\n" }, { "commit": "63f4e89062137aaa3f24330e54ccceecda5c0bb0", "tree": "01dd641b1fe86aae98f7aa7704762ae5c5904204", "parents": [ "1d3f48474eee35bbb40efec82514629da17a4405" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Fri Jul 19 12:49:25 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Tue Jul 23 11:25:01 2013 -0700" }, "message": "prism: added evt2 pin mux\u0027ing and gpio config.\n\nAlso made the EVT2 pin mux and GPIO config the default for unknown board\nversions.\n\nChange-Id: Ie2944c7b9489adf070d9432b01d990106886d294\n" }, { "commit": "1d3f48474eee35bbb40efec82514629da17a4405", "tree": "82e836560ab6b59a01c928b46a2a5944b13eb755", "parents": [ "4eaab01a55719ecaf48fbab561fdfa91b1f333c9", "a0a7b11dc4037f5da7c996325e27eebf8965ad0f" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Jul 19 15:47:27 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Jul 19 15:47:27 2013 -0700" }, "message": "Merge remote-tracking branch \u0027gfiber-internal/vendor_drops\u0027 into merge\n" }, { "commit": "a0a7b11dc4037f5da7c996325e27eebf8965ad0f", "tree": "a0e5f1f309f76b232d0dd1ee56525971a4b3a590", "parents": [ "ee1c381d6f3c5aca1340c833b14a562a80da7a0e" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Jul 19 10:28:34 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Fri Jul 19 10:28:34 2013 -0700" }, "message": "Update to SDK_2.6.25-RC77\n\n cp -prf ~/ljn/marvel/kernel.rc76/* .\n git add -Af .\n git commit\n\nChange-Id: If90a9a85be173a6f939b4e07c733d627df6120cb\n" }, { "commit": "4eaab01a55719ecaf48fbab561fdfa91b1f333c9", "tree": "de1ce93449a69333303d5aca02df7b8f8b1ddf9b", "parents": [ "f8ea706f7168335e8712b24676eec4a006d924e3", "ee1c381d6f3c5aca1340c833b14a562a80da7a0e" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jul 01 13:11:22 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jul 01 13:11:22 2013 -0700" }, "message": "Merge remote-tracking branch \u0027remotes/gfiber-internal/vendor_drops\u0027 into rc76merge\n" }, { "commit": "ee1c381d6f3c5aca1340c833b14a562a80da7a0e", "tree": "fce8626e5c3123bd52ad5cdbe76ae99ae2cf9a1a", "parents": [ "66bb725b99056aa4a715b4d118bbd37fb82fcef4" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jul 01 09:19:18 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jul 01 09:20:59 2013 -0700" }, "message": "Update to SDK_2.6.25-RC76\n\n cp -prf ~/ljn/marvel/kernel.rc76/* .\n git add -Af .\n git commit\n\nChange-Id: I982d075060f193fdcbd9a5329b67ce0032007297\n" }, { "commit": "f8ea706f7168335e8712b24676eec4a006d924e3", "tree": "506ed58eaeb3bb1419a8a6d9aff0522d7ca3f6b2", "parents": [ "22ef80ae5fe7b3dce673bd57bce5c460d1b9f4b7" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Jun 20 11:23:46 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Thu Jun 20 11:23:46 2013 -0700" }, "message": "feroceon-kw2: enabled uart1.\n\nChange-Id: I1b2047ce9cfc20ebc2020e46528ac164cd8b7da1\n" }, { "commit": "22ef80ae5fe7b3dce673bd57bce5c460d1b9f4b7", "tree": "f54894adc4af1177742c7e23d5ac04d09fbf5d9e", "parents": [ "7d40df9a7835579b0073e2c1baefe90042654c1e" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jun 18 12:44:11 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jun 18 12:44:54 2013 -0700" }, "message": "Enable time info in printk.\n\nLogs collection needs the timestamp, enabling\nfor both gflt110 and gflt200.\n\nChange-Id: If8ba858b9490cb8737a61860d78b0fd5430d53a9\n" }, { "commit": "7d40df9a7835579b0073e2c1baefe90042654c1e", "tree": "054d6ca812d177a9481f93715e3a42ed3f6186a0", "parents": [ "336a909f8019c40eedefd8f86af27cc9ecb67ac5" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 12:10:49 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 12:10:49 2013 -0700" }, "message": "prism: added board init callback.\n\nUse the board init calllback to select pin mux\u0027ing and GPIO configuration based\non the board version pins. Default selection is the latest board version.\n\nChange-Id: I6e979c887d79c855c26c7da42583c7649c4ca38f\n" }, { "commit": "336a909f8019c40eedefd8f86af27cc9ecb67ac5", "tree": "79e63f1ff3709e9a044e57d9ed858f841acddb12", "parents": [ "03f1c0fbcabc379ff5541d4f9fb70790afd62ee2" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 11:50:04 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 11:50:04 2013 -0700" }, "message": "feroceon-kw2: added board init callback.\n\nThis can be used for initialization tasks that vary by board revision (e.g. pin\nmux\u0027ing, gpio config, etc.).\n\nChange-Id: I120bc09d3e1ef7a6aa686f2713fccabe954e96b4\n" }, { "commit": "03f1c0fbcabc379ff5541d4f9fb70790afd62ee2", "tree": "1c75e7f1090580844e1979153d6f6d6ac0710797", "parents": [ "546bad26417f2d602fac9ee3395de0ea4aa2f318" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 11:45:05 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Wed Jun 12 11:45:05 2013 -0700" }, "message": "feroceon-kw2: added function to get board info...\n\n... all of it.\n\nChange-Id: Ib1936c9011ad497eccb0f4f0307f4a15170f7ecc\n" }, { "commit": "546bad26417f2d602fac9ee3395de0ea4aa2f318", "tree": "6e7f0ad4e91954abfa24a90ca5954f4c01ff2867", "parents": [ "e2928e403d8009ee572f85e01f43dfae986db9f2" ], "author": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Mon Jun 10 12:33:21 2013 -0700" }, "committer": { "name": "John Newlin", "email": "jnewlin@google.com", "time": "Tue Jun 11 13:05:56 2013 -0700" }, "message": "Changes for Actiontec Rev2 board.\n\nUpdate some defines to match rev2 board\nthat has more RAM and flash.\n\nChange-Id: Ie5949a3d7aae893514f733f153674bc371efec63\n" }, { "commit": "e2928e403d8009ee572f85e01f43dfae986db9f2", "tree": "6babad172c35c88d06bb640c2d240a7d560923cc", "parents": [ "5fd6d8f796d1ecf6ae33404bb2705a1e4ffc12ce" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Mon Jun 10 16:41:26 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Mon Jun 10 16:41:26 2013 -0700" }, "message": "plat-feroceon: set signal detect callback appropriately for prism.\n\nRC74 introduced a callback to handle signal detect polarity, so let\u0027s use it.\n\nChange-Id: I4721e72ba33fbdf44f0db142f081620175689129\n" }, { "commit": "5fd6d8f796d1ecf6ae33404bb2705a1e4ffc12ce", "tree": "7569778c33aab49bb5522802b88d066856f143ed", "parents": [ "082714324cba104ce3bcc2cadf5ed97fcef9dd95" ], "author": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Mon Jun 10 16:35:12 2013 -0700" }, "committer": { "name": "Sean Howarth", "email": "showarth@google.com", "time": "Mon Jun 10 16:35:12 2013 -0700" }, "message": "plat-feroceon: rc74 merge clean up.\n\nRC74 added link up callback in ISR, so removed that from alarm processing.\n\nAlso removed duplicate calls to mvOnuEponMacPcsDelaySet and\nonuEponPonMngIntrRxCtrlFifoCleanup introduced by merge.\n\nChange-Id: I4263ee1f56de7a671488ac1a96e860ddd8f00418\n" }, { "commit": "082714324cba104ce3bcc2cadf5ed97fcef9dd95", "tree": "4dfc784e966757276d3f1ae30f7f3c0dbbf6d8f2", "parents": [ "f5d7ad0ec6fe39e52dbee2e179ce36b62823e1ad" ], "author": { "name": "Avery Pennarun", "email": "apenwarr@gmail.com", "time": "Tue Jun 04 03:01:14 2013 -0400" }, "committer": { "name": "Avery Pennarun", "email": "apenwarr@gmail.com", "time": "Tue Jun 04 03:01:14 2013 -0400" }, "message": "oldconfig\n\nChange-Id: I8e8c6e00eb1c6edae74ff6005b9bd145dbbb4a10\n" }, { "commit": "f5d7ad0ec6fe39e52dbee2e179ce36b62823e1ad", "tree": "fdeb0d1195e4f1a4a5062485db01f2770b9279a8", "parents": [ "dcf2e4c7bb58ea056e69b4526a59566e00b9e670" ], "author": { "name": "Avery Pennarun", "email": "apenwarr@gmail.com", "time": "Tue Jun 04 02:38:53 2013 -0400" }, "committer": { "name": "Avery Pennarun", "email": "apenwarr@gmail.com", "time": "Tue Jun 04 02:38:53 2013 -0400" }, "message": "wanted changes\n\nChange-Id: Iec825ba23f2cadba7307fbdce45340ff06c49a4c\n" } ], "next": "dcf2e4c7bb58ea056e69b4526a59566e00b9e670" }