Adding a New Default to a Column
This is also a part of a basic series on git and how to use it. This is a fairly simple process ... If I have a table, there are existing columns and I want to add a constraint to one, I need to alter...
View ArticleSubject [PATCH v3 3/3] dt-bindings: PCI iproc: Add optional property...
diff --git a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt index b8e48b4..0c5f631 100644 ---...
View ArticleSubject [PATCH RFC v3 7/9] KVM: add kvm_free_vcpus and kvm_arch_free_vcpus
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index cfb3c0efdd51..a8b9aa563834 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -874,6 +874,8 @@ static inline...
View ArticleASoC: qcom: apq8016-sbc: Add support to #Headset JACK
This headset supports both 3 pole and 4 pole headset type and 5 buttons. diff --git a/sound/soc/qcom/apq8016_sbc.c b/sound/soc/qcom/apq8016_sbc.c index 96a079d9f697..d49adc822a11 100644 ---...
View ArticleSubject [PATCH v9 1/2] sched/deadline: Add support for SD_PREFER_SIBLING on...
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c index 0223694..b6b3855 100644 --- a/kernel/sched/deadline.c +++ b/kernel/sched/deadline.c @@ -1319,12 +1319,35 @@ static struct...
View ArticleSubject [PATCH v3] irqchip: uniphier-aidet: add UniPhier AIDET irqchip driver
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/socionext,uniphier-aidet.txt create mode 100644 drivers/irqchip/irq-uniphier-aidet.c diff --git a/Documentation ... (ARM...
View ArticleSubject [PATCH v2] pinctrl: rockchip: Add rv1108 recalculated iomux support
iomux. And the register offset is larger than the u8 range, so changed diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c index c6f472e..b5cb785 100644 ---...
View ArticleSubject Re: [PATCH v2 3/4] net: phy: realtek: add disable RX internal delay mode
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:...
View ArticleGit Tutorial – Commands And Operations In Git
edureka5.txt and edureka6.txt but they are not added to the index yet. I am adding edureka5.txt using the command: git add edureka5.txt I have added edureka5.txt to the index explicitly but not...
View ArticleSubject [PATCH v10 1/2] sched/deadline: Add support for SD_PREFER_SIBLING on...
diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c index 0223694..e589576 100644 --- a/kernel/sched/deadline.c +++ b/kernel/sched/deadline.c @@ -1319,12 +1319,35 @@ static struct...
View ArticleGit for Beginners
The next step is to create some files in the directory. You could use a text editor like Vim. Note that if you are going to add Git to an already existing directory, you do not need to perform this...
View Article#Microsoft TechNet Wiki Technical Guru #Awards, July 2017!! WINNERS!
It will be good to include Visual Studio Git Overview url to reference section ... The images are amazing and add a real value to the article as well as visual displayed." SQL Server General and...
View ArticleHow to Integrate Git into Your #Linux Desktop
With Git checked, click OK and then ... Copy the contents of your SparkleShare pub key into the Key text area (Figure C). Click Add SSH Key. With the key in place, you can finish up the SparkleShare...
View ArticleTerminal & GitHub — Let’s make it REALLY simple!
These commands assume you have already set up a repository (repo). Section 3 covers, creating a repo. git status git add git commit git push This is the basic chain of command you will use every time...
View ArticleAn Intro to Git and GitHub for Beginners (Tutorial)
For example, if you have a 'projects' folder on your desktop, you'd do something like: Go ahead and add a new file to the project, using any text editor you like or running a touch command. Once you've...
View ArticleContinuous Deployment of an Elixir Phoenix Application to Heroku with #SEMaphore
We'll create an app named firestorm-forum, specifying the buildpack: heroku create firestorm-forum --buildpack "https://github.com/HashNuke/heroku-buildpack-elixir.git" We need to add another...
View ArticleSubject [PATCH v11 2/2] sched/rt: Add support for SD_PREFER_SIBLING on...
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 979b734..a32e36d 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c @@ -1618,12 +1618,35 @@ static struct task_struct...
View ArticleSubject [PATCH v2 1/3] dt-bindings: rtc: Add Realtek RTD1295
create mode 100644 Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt diff --git a/Documentation/devicetree/bindings/rtc/realtek,rtd119x.txt...
View ArticleGit Ubuntu: More on the imported repositories
Alternatively, before you begin you could start from the devel branch and use git revert to add a commit reversing the published change in line with the deletion. The infrastructure doesn’t care which...
View ArticleGit and the interactive patch add
Sometimes, while working, we see a fix that should be made to a part of a file that is near our work area, but is not directly related to what we are working on. Do we make the fix now and just throw...
View Article