Skip to content

Instantly share code, notes, and snippets.

View mikeNG's full-sized avatar
🐛
Fixing bugs

Michael Bestas mikeNG

🐛
Fixing bugs
View GitHub Profile
@mikeNG
mikeNG / git-push-merge-review
Last active May 12, 2023 15:55
Upload merge commit to gerrit without pushing all the commits
#!/bin/bash
# SPDX-FileCopyrightText: 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
usage() {
echo "Usage ${0} <remote> <merge_sha> <branch>"
}
# Verify argument count
build/kati
dalvik
external/android-clat
external/aac
external/apache-http
bootable/recovery
development
bionic
external/bzip2
build conflicts (on invisiblek's cm-14.1_android-7.1.1_r4 branch)
@mikeNG
mikeNG / 0001-wlcore-add-wake_locks-ANDROID.patch
Last active January 4, 2016 02:09
wl12xx android patches for backports-3.12-1
From 13d7ac43dd73e00fa40621e08805e926575bffaf Mon Sep 17 00:00:00 2001
From: Eliad Peller <eliad@wizery.com>
Date: Fri, 20 May 2011 11:58:54 +0300
Subject: [PATCH 1/5] wlcore: add wake_locks (ANDROID)
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
---
.../drivers/net/wireless/ti/wlcore/main.c | 31 ++++++++++++++++++++